freebsd-nq/sys/dev/aac
Scott Long 7874f606d5 Introduce a new taskqueue that runs completely free of Giant, and in
turns runs its tasks free of Giant too.  It is intended that as drivers
become locked down, they will move out of the old, Giant-bound taskqueue
and into this new one.  The old taskqueue has been renamed to
taskqueue_swi_giant, and the new one keeps the name taskqueue_swi.
2003-02-26 03:15:42 +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 Bring the aac driver *much* closer to style(9). 2001-09-05 20:43:02 +00:00
aac_debug.c Major bugfixes for large memory and fast systems. 2003-01-11 01:59:21 +00:00
aac_disk.c Move to 'struct disk*' API 2003-02-26 02:50:27 +00:00
aac_ioctl.h Bring the aac driver *much* closer to style(9). 2001-09-05 20:43:02 +00:00
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 Use BUS_SPACE_MAXADDR_32BIT in the DMA tag where needed. Before the recent 2003-02-26 02:55:58 +00:00
aac_tables.h MFS: Use correct terminology for RAID 0/1 and 0/5. 2001-12-04 02:39:06 +00:00
aac.c Introduce a new taskqueue that runs completely free of Giant, and in 2003-02-26 03:15:42 +00:00
aacreg.h Major bugfixes for large memory and fast systems. 2003-01-11 01:59:21 +00:00
aacvar.h Move to 'struct disk*' API 2003-02-26 02:50:27 +00:00