Scott Long 9c3a7fce37 Make the aac driver be INTR_MPSAFE. Once the interrupt handler determines
that a command completion happened, all further processing is deferred to
a taskqueue.  The taskqueue itself runs implicetely under Giant, but we
already used a taskqueue for the biodone() processing, so this at least
saves the contesting of Giant in the interrupt handler.
2003-02-19 21:58:34 +00:00
..
2003-01-25 22:41:22 +00:00
2003-02-19 13:40:24 +00:00
2003-02-19 21:33:46 +00:00
2003-02-19 06:59:00 +00:00