summaryrefslogtreecommitdiffstats
path: root/sys/dev/aac
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2004-08-12 04:47:32 +0000
committerscottl <scottl@FreeBSD.org>2004-08-12 04:47:32 +0000
commit1904a6897a1ac9696ca872ec7446d0ea103d2f3d (patch)
tree6fce5932291c573e7992dfae199d795048f4056b /sys/dev/aac
parent0d13c1f3d6b3dc4864698f61e7062da0a7df8901 (diff)
downloadFreeBSD-src-1904a6897a1ac9696ca872ec7446d0ea103d2f3d.zip
FreeBSD-src-1904a6897a1ac9696ca872ec7446d0ea103d2f3d.tar.gz
Release the sync fib after the controller has been shut down. This also
releases the I/O lock instead of just leaking it.
Diffstat (limited to 'sys/dev/aac')
-rw-r--r--sys/dev/aac/aac.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/aac/aac.c b/sys/dev/aac/aac.c
index c3a750f..dd5ccbb 100644
--- a/sys/dev/aac/aac.c
+++ b/sys/dev/aac/aac.c
@@ -555,6 +555,7 @@ aac_shutdown(device_t dev)
#endif
AAC_MASK_INTERRUPTS(sc);
+ aac_release_sync_fib(sc);
return(0);
}
OpenPOWER on IntegriCloud