mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Remove the use of AACQ_COMPLETE here since there is no longer a completion
queue.
This commit is contained in:
parent
36095f4a2b
commit
8b60cc16ab
1 changed files with 0 additions and 3 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue