summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorScott Long <scottl@FreeBSD.org>2004-08-12 05:31:17 +0000
committerScott Long <scottl@FreeBSD.org>2004-08-12 05:31:17 +0000
commitdc9efde5b7679cf2e678c02918cbd710966ce5a3 (patch)
tree8dc5380a00696e825839c81f3bb30c7d5eea09c2 /sys/dev
parentba1d57e7d9738bcc74d84b87d21d4a9aee36be94 (diff)
Notes
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/aac/aac.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/aac/aac.c b/sys/dev/aac/aac.c
index a0bc1ada4a25..60d4f1c29bd9 100644
--- a/sys/dev/aac/aac.c
+++ b/sys/dev/aac/aac.c
@@ -494,6 +494,10 @@ aac_detach(device_t dev)
aac_free(sc);
+ mtx_destroy(&sc->aac_aifq_lock);
+ mtx_destroy(&sc->aac_io_lock);
+ mtx_destroy(&sc->aac_container_lock);
+
return(0);
}