History log of /netbsd/sys/arch/newsmips/include/apbus.h (Results 1 – 7 of 7)
Revision Date Author Comments
# 4d6e218c 19-Oct-2018 tsutsui <tsutsui@NetBSD.org>

Reorganize APbus zs(4) console handling.

- set sccport0a address on early startup and use it for cnputc and cngetc
- explicitly initialize zs chip in the cninit function so that zs console
can be

Reorganize APbus zs(4) console handling.

- set sccport0a address on early startup and use it for cnputc and cngetc
- explicitly initialize zs chip in the cninit function so that zs console
can be used even if it is not initialized by PROM firmware

Tested on both news50000 and news4000.

show more ...


# 68f785b7 14-Oct-2018 tsutsui <tsutsui@NetBSD.org>

Add NWS-4000 support.

Based on nonaka@'s porting effort back in 2002.
See announcement on port-newsmips@ for more details:
http://mail-index.netbsd.org/port-newsmips/2018/10/13/msg000231.html


# 95e1ffb1 11-Dec-2005 christos <christos@NetBSD.org>

merge ktrace-lwp.


# fd4afa03 06-Feb-2005 tsutsui <tsutsui@NetBSD.org>

Misc cleanup:
- ANSI function decls
- remove __P()
- u_intNN_t -> uintNN_t
- remove register decls
- bcopy -> memcpy, strcpy
- bzero -> memset
- bcmp -> memcmp
- use malloc(9) with M_ZERO
- some KNF

Misc cleanup:
- ANSI function decls
- remove __P()
- u_intNN_t -> uintNN_t
- remove register decls
- bcopy -> memcpy, strcpy
- bzero -> memset
- bcmp -> memcmp
- use malloc(9) with M_ZERO
- some KNF
etc.

show more ...


# c77ccc45 03-Dec-2000 matt <matt@NetBSD.org>

Make this stuff compile with -wstrict-prototpes -wmissing-prototypes.
More use of prototypes inside includes should be done.


# 99090531 23-Dec-1999 tsubai <tsubai@NetBSD.org>

* Apply updates from Shimizu-san received after the initial commit.
* G/C unused.
* Many cosmetic changes.
* etc...


# efaa5491 22-Dec-1999 tsubai <tsubai@NetBSD.org>

First cut of news5000 support.
Mostly from SHIMIZU Ryo <dejiko@di.gi.charat.org>.