NetBSD/sys/arch/i386
thorpej 528bbb95ed Add debugging support to the bus_space macros. If BUS_SPACE_DEBUG (or DEBUG)
is defined, the bus_space macros will check to ensure that the bus address
and the target buffer (if applicable) are aligned properly for the size
of the type being used.  If they are not, a message will be displayed on
the console.

While strict alignment is not strictly necessary on the x86, ensuring
proper alignment can aid performance, and help make drivers more portable
to architectures (like the Alpha and StrongARM) which _do_ require strict
alignment.
1998-06-07 03:32:32 +00:00
..
bioscall fix for changes in bioscall structure and include files 1998-01-06 00:35:42 +00:00
compile
conf Also, remove space at the end of line. 1998-06-07 03:01:05 +00:00
eisa EISA and PCI do not require bouncing; specify a bounce threshold of 0. 1998-06-03 06:35:49 +00:00
i386 If we have APM, only power down if RB_POWERDOWN was specified (fall into 1998-06-06 21:27:31 +00:00
include Add debugging support to the bus_space macros. If BUS_SPACE_DEBUG (or DEBUG) 1998-06-07 03:32:32 +00:00
isa Implement bounce buffers for mbufs. 1998-06-03 21:50:48 +00:00
pci EISA and PCI do not require bouncing; specify a bounce threshold of 0. 1998-06-03 06:35:49 +00:00
stand Need <stdlib.h> for mktemp() prototype. 1998-06-01 14:05:35 +00:00
Makefile Add isa/pcvt to SUBDIR, this will install /usr/include/machine/pcvt_ioctl.h 1998-04-13 21:54:30 +00:00