From owner-cvs-all Tue Sep 22 20:17:12 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA11127 for cvs-all-outgoing; Tue, 22 Sep 1998 20:17:12 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA11114; Tue, 22 Sep 1998 20:17:09 -0700 (PDT) (envelope-from ken@FreeBSD.org) From: Kenneth Merry Received: (from ken@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA01114; Tue, 22 Sep 1998 20:17:09 -0700 (PDT) Date: Tue, 22 Sep 1998 20:17:09 -0700 (PDT) Message-Id: <199809230317.UAA01114@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/cam/scsi scsi_cd.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ken 1998/09/22 20:17:09 PDT Modified files: sys/cam/scsi scsi_cd.c Log: Treat not ready errors (asc 0x04) as non-fatal errors for attach. We already allowed medium not present type errors (0x3a), but some Philips and HP WORM drives return 0x04,0x00 when you issue a read capacity without media in the drive. Revision Changes Path 1.4 +10 -5 src/sys/cam/scsi/scsi_cd.c