sos 2004/02/17 11:24:11 PST
FreeBSD src repository
Modified files:
sys/dev/ata ata-queue.c
Log:
Dont use the bio_taskqueue if we are in timeout.
Use taskqueue_thread rather than taskqueue_swi (maybe we should have
a taskqueue_ata).
Revision Changes Path
1.21 +2 -2 src/sys/dev/ata/ata-queue.c