aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/aac
diff options
context:
space:
mode:
authorScott Long <scottl@FreeBSD.org>2004-08-12 04:47:32 +0000
committerScott Long <scottl@FreeBSD.org>2004-08-12 04:47:32 +0000
commit3576af8fd73fa5d26024d78406534a9b5d4ea6a4 (patch)
tree6fce5932291c573e7992dfae199d795048f4056b /sys/dev/aac
parent52bc12b3da23703919226ccb6c5b54456e4616ba (diff)
downloadsrc-3576af8fd73fa5d26024d78406534a9b5d4ea6a4.tar.gz
src-3576af8fd73fa5d26024d78406534a9b5d4ea6a4.zip
Release the sync fib after the controller has been shut down. This also
releases the I/O lock instead of just leaking it.
Notes
Notes: svn path=/head/; revision=133539
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 c3a750f2a789..dd5ccbbb7e23 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);
}