K 10 svn:author V 6 emaste K 8 svn:date V 27 2007-11-08T21:12:36.000000Z K 7 svn:log V 528 MFC to RELENG_7 Revision Changes Path 1.123 +5 -2 src/sys/dev/aac/aac.c 1.29 +17 -17 src/sys/dev/aac/aac_cam.c Rework aac locking for MPSAFE CAM. This fixes a Giant mutex assertion reported on freebsd-current [1]. Also dequeue all events in aac_release_command (instead of just one) so that there's no risk of them getting stranded. Reported by: Steven Brown [1] Submitted by: scottl@ [1] http://lists.freebsd.org/pipermail/freebsd-current/2007-October/077928.html Approved by: re END