NetBSD/sys/arch/alpha
thorpej f5cd6a7736 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.

Strict alignment is required by the Alpha architecture, and a trap will
occur of unaligned access is performed.  These changes will aid debugging
of broken device drivers.
1998-06-08 03:42:19 +00:00
..
alpha Add support for software powerdown of the Digital Personal Workstation. 1998-06-06 20:53:41 +00:00
common Add a comment describing the locking needs of the alpha_sgmap. 1998-06-06 20:12:28 +00:00
compile
conf Hopefully avoid breaking PCMCIA on alpha. 1998-06-07 19:11:29 +00:00
eisa
include Add debugging support to the bus_space macros. If BUS_SPACE_DEBUG (or DEBUG) 1998-06-08 03:42:19 +00:00
isa pull in new PC display headers 1998-05-28 16:59:31 +00:00
mcbus Garbage-collect the old confargs stuff that was used in the Early Days. 1998-05-14 00:01:30 +00:00
pci Oops, don't forget to fill in *addrp. 1998-06-07 00:29:29 +00:00
stand
tc Allow the DMA tag to specify a boundary contraint. If the device has a 1998-06-03 18:25:53 +00:00
tlsb Garbage-collect the old confargs stuff that was used in the Early Days. 1998-05-14 00:01:30 +00:00
wscons
Makefile
STYLE