From owner-freebsd-commit Fri Nov 10 06:54:45 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA24150 for freebsd-commit-outgoing; Fri, 10 Nov 1995 06:54:45 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA24138 for cvs-all-outgoing; Fri, 10 Nov 1995 06:54:42 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA24127 for cvs-sys-outgoing; Fri, 10 Nov 1995 06:54:40 -0800 Received: (from davidg@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA24109 ; Fri, 10 Nov 1995 06:54:18 -0800 Date: Fri, 10 Nov 1995 06:54:18 -0800 From: David Greenman Message-Id: <199511101454.GAA24109@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/scsi scsi_ioctl.c Sender: owner-commit@FreeBSD.org Precedence: bulk davidg 95/11/10 06:54:18 Modified: sys/scsi scsi_ioctl.c Log: Set B_BUSY on the private buffer to avoid a panic in biodone when the I/O completes. Bug apparantly seen when attempting to format SCSI disks. Submitted by: Peter Dufault