1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00
freebsd/sys/dev/aac
Scott Long cb0d64b9b9 Fix a 64-bit bogon. The hardware command structure only has one 32 bit
field for holding driver-dependant data.  Instead of putting the pointer
to the driver command struct in there, take advantage of these structs
being a (virtually) contiguous array and just put the array index in the
field.
2003-02-19 23:33:56 +00:00
..
aac_cam.c Teach the CAM module how to deregister itself so it can be unloaded. 2003-02-06 03:31:02 +00:00
aac_compat.h
aac_debug.c Major bugfixes for large memory and fast systems. 2003-01-11 01:59:21 +00:00
aac_disk.c Major bugfixes for large memory and fast systems. 2003-01-11 01:59:21 +00:00
aac_ioctl.h
aac_linux.c The AAC_COMPAT_LINUX option was really annoying, since it made the 2002-09-25 05:00:25 +00:00
aac_pci.c Make the aac driver be INTR_MPSAFE. Once the interrupt handler determines 2003-02-19 21:58:34 +00:00
aac_tables.h
aac.c Fix a 64-bit bogon. The hardware command structure only has one 32 bit 2003-02-19 23:33:56 +00:00
aacreg.h Major bugfixes for large memory and fast systems. 2003-01-11 01:59:21 +00:00
aacvar.h Fix a 64-bit bogon. The hardware command structure only has one 32 bit 2003-02-19 23:33:56 +00:00