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:
parent
52bc12b3da
commit
3576af8fd7
@ -555,6 +555,7 @@ aac_shutdown(device_t dev)
|
||||
#endif
|
||||
|
||||
AAC_MASK_INTERRUPTS(sc);
|
||||
aac_release_sync_fib(sc);
|
||||
|
||||
return(0);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user