Remove the use of AACQ_COMPLETE here since there is no longer a completion

queue.
This commit is contained in:
Scott Long 2004-02-07 20:54:29 +00:00
parent 36095f4a2b
commit 8b60cc16ab
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=125576

View file

@ -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);
}
/*