NetBSD/sys/arch/pmax
thorpej 071aed40ac A foolish consistency; most parts of the kernel use bp->b_data, so
change these from bp->b_un.b_addr to bp->b_data, as well.  This also
allows us more flexibility to experiment with other data buffer types
hung off of struct buf.
2000-05-19 18:54:22 +00:00
..
compile
conf Add "install" target, so "make install" after building the kernel 2000-05-09 00:56:21 +00:00
dev A foolish consistency; most parts of the kernel use bp->b_data, so 2000-05-19 18:54:22 +00:00
ibus - Have SYS_DEV_xxx device cookie symbols to select and install proper 2000-02-29 04:41:47 +00:00
include - Remove three unused contants; KERNBASE, KERNTEXTOFF and BTOPKERNBASE. 2000-05-06 05:55:09 +00:00
pmax A foolish consistency; most parts of the kernel use bp->b_data, so 2000-05-19 18:54:22 +00:00
stand Nuke register. 2000-03-30 14:45:04 +00:00
tc Eliminate unused sc_cookie field of struct ioasic_softc. 2000-03-15 03:07:44 +00:00
Makefile