freebsd_amp_hwpstate/sys/i386
Justin T. Gibbs 083bc8b2cc Add a spin lock that prevents the sequencer from attempting to add an
entry to the QOUTFIFO when it is full.  This should eliminate the
"Timed out while idle" problems that many have reported.

In truth, this is somewhat of a hack.  Although are interrupt latency is
low enough that we should be able to always service the queue in time,
since each entry must be passed up to the higher SCSI layer for what can
be a large amount of processing (perhaps even resulting in a new command
being queued) with interrupts disabled, we need this mechanism to avoid
overflow.  In the future, these additional tasks will be offloaded to a
software interrupt handler which should make this hack unnecessary.
1997-08-13 17:02:47 +00:00
..
apm
bios
boot
conf
eisa
i386 Back out a part of the disk scheduling "improvements" :-(. Let me know 1997-08-12 19:07:42 +00:00
ibcs2
include
isa Add parentheses because == has higher precedence than &. 1997-08-13 02:40:06 +00:00
linux
pci
scsi Add a spin lock that prevents the sequencer from attempting to add an 1997-08-13 17:02:47 +00:00
Makefile