NetBSD/sys/arch/sparc
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 Fix the sparc64 console. 2000-05-19 05:26:16 +00:00
fpu unconditionalize "ifdef sparc". 2000-04-12 04:06:41 +00:00
include The bus_dma(9) implementation now allocates DVMA addresses in 2000-05-09 22:39:35 +00:00
sparc A foolish consistency; most parts of the kernel use bp->b_data, so 2000-05-19 18:54:22 +00:00
stand dvma_init: avoid integer variable overflow 2000-04-14 14:14:47 +00:00
Makefile