summaryrefslogtreecommitdiffstats
path: root/sys/dev/aac/aac_debug.c
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2004-02-07 20:54:29 +0000
committerscottl <scottl@FreeBSD.org>2004-02-07 20:54:29 +0000
commit225b60c4cb31d810af4213abb86c672dd23b9814 (patch)
tree1d14d2c7a50358aeedae0b8631e6349b6175bc67 /sys/dev/aac/aac_debug.c
parent71932b3b20e59f73b10d2210ad913d71163a31b8 (diff)
downloadFreeBSD-src-225b60c4cb31d810af4213abb86c672dd23b9814.zip
FreeBSD-src-225b60c4cb31d810af4213abb86c672dd23b9814.tar.gz
Remove the use of AACQ_COMPLETE here since there is no longer a completion
queue.
Diffstat (limited to 'sys/dev/aac/aac_debug.c')
-rw-r--r--sys/dev/aac/aac_debug.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/dev/aac/aac_debug.c b/sys/dev/aac/aac_debug.c
index 7993caa..2b8ba88 100644
--- a/sys/dev/aac/aac_debug.c
+++ b/sys/dev/aac/aac_debug.c
@@ -120,9 +120,6 @@ aac_print_queues(struct aac_softc *sc)
sc->aac_qstat[AACQ_READY].q_max);
device_printf(sc->aac_dev, "AACQ_BUSY %d/%d\n",
sc->aac_qstat[AACQ_BUSY].q_length, sc->aac_qstat[AACQ_BUSY].q_max);
- device_printf(sc->aac_dev, "AACQ_COMPLETE %d/%d\n",
- sc->aac_qstat[AACQ_COMPLETE].q_length,
- sc->aac_qstat[AACQ_COMPLETE].q_max);
}
/*
OpenPOWER on IntegriCloud