From owner-cvs-sys Tue Dec 24 03:32:44 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id DAA19026 for cvs-sys-outgoing; Tue, 24 Dec 1996 03:32:44 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id DAA19019; Tue, 24 Dec 1996 03:32:43 -0800 (PST) Date: Tue, 24 Dec 1996 03:32:43 -0800 (PST) From: Joerg Wunsch Message-Id: <199612241132.DAA19019@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/scsi scsi_base.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 96/12/24 03:32:42 Modified: sys/scsi scsi_base.c Log: Do something Peter Dufault long since intended to do: make a current error code with ASC/ASCQ 4/1 (``Logical unit is in the process of becoming ready'') non-fatal. Retry the operation until it will eventually either yield a real error condition, or finally succeed. Devices like CD changers or tape drives with a freshly inserted cartridge should benefit from this. Should go into 2.2 after some testing in -current. I'd like to see this in the release if possible. Revision Changes Path 1.40 +18 -4 src/sys/scsi/scsi_base.c