Release the sync fib after the controller has been shut down. This also

releases the I/O lock instead of just leaking it.
This commit is contained in:
Scott Long 2004-08-12 04:47:32 +00:00
parent 52bc12b3da
commit 3576af8fd7

View File

@ -555,6 +555,7 @@ aac_shutdown(device_t dev)
#endif
AAC_MASK_INTERRUPTS(sc);
aac_release_sync_fib(sc);
return(0);
}