cvs commit: src/sys/dev/aac aac.c
Scott Long
scottl at FreeBSD.org
Tue Sep 16 09:07:16 PDT 2003
scottl 2003/09/16 09:07:15 PDT
FreeBSD src repository
Modified files:
sys/dev/aac aac.c
Log:
Correctly wrap the producer queue index when dequeuing commands. This wasn't
a problem for command responses since we rarely ever filled the queue.
However, adapter-initiated commands have a much smaller queue and could
tickle this bug. It's possible that this might fix the recently reported
problems with the aac-2120s, though I haven't been able to reproduce the
problem locally.
MFC-After: 1 day
Revision Changes Path
1.78 +5 -1 src/sys/dev/aac/aac.c
More information about the cvs-src
mailing list