1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-24 16:10:11 +00:00
freebsd/sys/dev/aac
Scott Long 397fa34f51 Collapse aac_map_command() into aac_startio(). Check the AAC_QUEUE_FRZN in
every iteration of aac_startio().  This ensures that a command that is
deferred for lack of resources doesn't immediately get retried in the
aac_startio() loop.  This avoids an almost certain livelock.
2004-06-01 05:32:26 +00:00
..
aac_cam.c Add missing <sys/module.h> includes 2004-05-30 20:08:47 +00:00
aac_compat.h
aac_debug.c Remove the use of AACQ_COMPLETE here since there is no longer a completion 2004-02-07 20:54:29 +00:00
aac_disk.c Add missing <sys/module.h> includes 2004-05-30 20:08:47 +00:00
aac_ioctl.h Do some small cleanups to comments and remove AACQ_COMPLETE definitions since 2004-02-07 17:40:38 +00:00
aac_linux.c Add missing <sys/module.h> includes 2004-05-30 20:08:47 +00:00
aac_pci.c Add missing <sys/module.h> includes 2004-05-30 20:08:47 +00:00
aac_tables.h
aac.c Collapse aac_map_command() into aac_startio(). Check the AAC_QUEUE_FRZN in 2004-06-01 05:32:26 +00:00
aacreg.h Fix a couple of bugs with AIF handling: 2003-10-17 21:44:06 +00:00
aacvar.h Turn down the queue size by 8 until I can figure out why the 512th command 2004-05-30 22:40:28 +00:00