From b76c2888ed327f6f113fffff92849b4e2e5377fa Mon Sep 17 00:00:00 2001 From: David Greenman Date: Fri, 10 Nov 1995 15:08:05 +0000 Subject: Brought in change from rev 1.17: set B_BUSY to avoid panic. --- sys/scsi/scsi_ioctl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/scsi') diff --git a/sys/scsi/scsi_ioctl.c b/sys/scsi/scsi_ioctl.c index 94713076badd..f97766210417 100644 --- a/sys/scsi/scsi_ioctl.c +++ b/sys/scsi/scsi_ioctl.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. *End copyright * - * $Id: scsi_ioctl.c,v 1.15 1995/05/09 02:38:15 dyson Exp $ + * $Id: scsi_ioctl.c,v 1.16 1995/05/30 08:13:42 rgrimes Exp $ * * */ @@ -320,7 +320,7 @@ struct proc *p, struct scsi_link *sc_link) /* if no data, no need to translate it.. */ bp->b_un.b_addr = 0; bp->b_dev = dev; - bp->b_flags = 0; + bp->b_flags = B_BUSY; scsistrategy(bp); ret = bp->b_error; -- cgit v1.3