Initialize bp->bio_driver1 in idad_strategy().

Removed by accident in 1.38.

This fixes the trap 12 everyone was seeing in ida_construct_qcb().

PR:		 kern/53245
This commit is contained in:
Matthew N. Dodd 2003-08-08 23:01:12 +00:00
parent 9c62fce085
commit 654d06941b

View file

@ -104,6 +104,7 @@ idad_strategy(struct bio *bp)
goto bad;
}
bp->bio_driver1 = drv;
s = splbio();
ida_submit_buf(drv->controller, bp);
splx(s);