summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Long <scottl@FreeBSD.org>2005-12-28 21:18:55 +0000
committerScott Long <scottl@FreeBSD.org>2005-12-28 21:18:55 +0000
commit065dd78ccffd55833dfcbbcf4ba0c065506efbaa (patch)
tree8c172e294bc1abfdebb89f7cd6192a6602fe5c9f
parent100b98db7576b0ca1bbc465795480b0202014f4b (diff)
Notes
-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 15d784ee2b8e..f5c51ff8bf92 100644
--- a/sys/dev/aac/aac.c
+++ b/sys/dev/aac/aac.c
@@ -281,6 +281,7 @@ aac_attach(struct aac_softc *sc)
mtx_init(&sc->aac_io_lock, "AAC I/O lock", NULL, MTX_DEF);
mtx_init(&sc->aac_container_lock, "AAC container lock", NULL, MTX_DEF);
TAILQ_INIT(&sc->aac_container_tqh);
+ TAILQ_INIT(&sc->aac_ev_cmfree);
/* Initialize the local AIF queue pointers */
sc->aac_aifq_head = sc->aac_aifq_tail = AAC_AIFQ_LENGTH;