diff options
| author | Scott Long <scottl@FreeBSD.org> | 2004-08-12 04:47:32 +0000 |
|---|---|---|
| committer | Scott Long <scottl@FreeBSD.org> | 2004-08-12 04:47:32 +0000 |
| commit | 3576af8fd73fa5d26024d78406534a9b5d4ea6a4 (patch) | |
| tree | 6fce5932291c573e7992dfae199d795048f4056b | |
| parent | 52bc12b3da23703919226ccb6c5b54456e4616ba (diff) | |
Notes
| -rw-r--r-- | sys/dev/aac/aac.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/aac/aac.c b/sys/dev/aac/aac.c index c3a750f2a789c..dd5ccbbb7e239 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); } |
