NetBSD/sys/arch/luna68k
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 Add a place holder. 2000-01-17 00:55:37 +00:00
conf Add "install" target, so "make install" after building the kernel 2000-05-09 00:56:21 +00:00
dev - Implement cnbell() -- ring the console bell. The cn_bell entrypoint 2000-03-06 21:36:05 +00:00
include Require that each each MACHINE/MACHINE_ARCH supply a lock.h. This file 2000-04-29 03:31:45 +00:00
luna68k A foolish consistency; most parts of the kernel use bp->b_data, so 2000-05-19 18:54:22 +00:00
Makefile