K 10 svn:author V 6 alfred K 8 svn:date V 27 2006-11-29T19:19:44.000000Z K 7 svn:log V 313 Stop INVARIANTS panics in if_aue with a stopgap. aue_tick calls several synchronous usb functions from a timeout(9), this is very broken since a timeout(9) is run as an interrupt and the usb functions tsleep. A stopgap fix is to schedule a taskqueue task from the timeout and defer work to that taskqueue task. END