NetBSD/sys/arch/pc532
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 Add a "sc_rev" member to ncr5380_softc and handle CXD1180 quirk 2000-03-25 15:27:54 +00:00
fpu
include Nuke dk_establish() from orbit except from those ports which still use 2000-05-16 05:45:44 +00:00
pc532 A foolish consistency; most parts of the kernel use bp->b_data, so 2000-05-19 18:54:22 +00:00
stand
Makefile
To.Do