From owner-cvs-sys Sun Jun 23 21:56:05 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA23328 for cvs-sys-outgoing; Sun, 23 Jun 1996 21:56:05 -0700 (PDT) Received: (from gibbs@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA23242; Sun, 23 Jun 1996 21:54:35 -0700 (PDT) Date: Sun, 23 Jun 1996 21:54:35 -0700 (PDT) From: "Justin T. Gibbs" Message-Id: <199606240454.VAA23242@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/scsi scsiconf.h st.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gibbs 96/06/23 21:54:34 Modified: sys/scsi scsiconf.h st.c Log: Ensure that media protection is released before attempting to eject the media in all cases. Remove SCSI_2_MAX_DENSITY_CODE definition and rely on the device to tell us if we attempt an invalid setting. Closes PR 1245. Submitted by: fredriks@mcs.com a few changes by me. Revision Changes Path 1.44 +3 -3 src/sys/scsi/scsiconf.h 1.70 +22 -10 src/sys/scsi/st.c