Backout the previous fix, it is _not_ that easy too fix.

Leave it as is for 4.0 the real solution comes later.
This commit is contained in:
Søren Schmidt 2000-03-13 09:10:25 +00:00
parent dd3552c8a7
commit 8048917432
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=57964

View File

@ -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);
}