NetBSD/sys/arch/macppc
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 Make this compile. 2000-04-14 10:22:06 +00:00
include Nuke dk_establish() from orbit except from those ports which still use 2000-05-16 05:45:44 +00:00
macppc A foolish consistency; most parts of the kernel use bp->b_data, so 2000-05-19 18:54:22 +00:00
pci Remove an unused variable. 2000-02-04 07:48:11 +00:00
stand Use DHCP, not BOOTP. At least with dhcpd, the root path gets dropped due to 2000-04-29 22:18:31 +00:00
Makefile