From owner-cvs-sys Wed Jan 29 06:18:50 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA01975 for cvs-sys-outgoing; Wed, 29 Jan 1997 06:18:50 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA01954; Wed, 29 Jan 1997 06:18:43 -0800 (PST) Date: Wed, 29 Jan 1997 06:18:43 -0800 (PST) From: Bruce Evans Message-Id: <199701291418.GAA01954@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/scsi sd.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 97/01/29 06:18:41 Modified: sys/scsi sd.c Log: Removed `Debugger("no slices")'. It's normal and harmless to have no slices in sd_open() after a media change when the previous sd_open() discards the previous slices and then fails. sd_open() just handles media changes poorly and fails too often. Revision Changes Path 1.99 +2 -5 src/sys/scsi/sd.c