From 8b60cc16ab0ce5de40278bba3e76fb2a05d31107 Mon Sep 17 00:00:00 2001 From: Scott Long Date: Sat, 7 Feb 2004 20:54:29 +0000 Subject: [PATCH] Remove the use of AACQ_COMPLETE here since there is no longer a completion queue. --- sys/dev/aac/aac_debug.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/sys/dev/aac/aac_debug.c b/sys/dev/aac/aac_debug.c index 7993caa4167..2b8ba88a1f5 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); } /*