cvs commit: src/sys/dev/mfi mfi.c
Scott Long
scottl at FreeBSD.org
Sat Nov 18 07:33:54 UTC 2006
scottl 2006-11-18 07:33:53 UTC
FreeBSD src repository
Modified files:
sys/dev/mfi mfi.c
Log:
Change the internal API for polled commands. Calling mfi_polled_command
after calling mfi_mapcmd is no longer needed, so long as the MFI_CMD_POLLED
flag is set. This change eliminates the possibility of a polled command
getting posted twice to the driver. This is turn fixes panics on shutdown
when INVARIANTS is set.
Sponsored by: Ironport
Revision Changes Path
1.23 +39 -83 src/sys/dev/mfi/mfi.c
More information about the cvs-src
mailing list