diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 2000-03-13 09:17:32 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 2000-03-13 09:17:32 +0000 |
| commit | 0b079fd92f7b95c7cc0b0d809ab70bcef5575d9f (patch) | |
| tree | 64afc138c205c76886d80baa729dc2f9393c258c | |
| parent | 842f30848780866cb822fe01c4d3d4576718ddb3 (diff) | |
Notes
| -rw-r--r-- | sys/dev/ata/ata-disk.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ata/ata-disk.c b/sys/dev/ata/ata-disk.c index 2f75d5493ea5..46915a71c0d4 100644 --- a/sys/dev/ata/ata-disk.c +++ b/sys/dev/ata/ata-disk.c @@ -252,8 +252,7 @@ adstrategy(struct buf *bp) s = splbio(); bufqdisksort(&adp->queue, bp); - if (adp->controller->active == ATA_IDLE) - ad_start(adp); + ad_start(adp); splx(s); } |
