From owner-cvs-all@FreeBSD.ORG Mon Oct 27 16:45:39 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 106DA16A5D9; Mon, 27 Oct 2003 16:45:29 -0800 (PST) Received: from magic.adaptec.com (magic-mail.adaptec.com [216.52.22.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D32444438; Mon, 27 Oct 2003 16:13:41 -0800 (PST) (envelope-from gibbs@scsiguy.com) Received: from redfish.adaptec.com (redfish.adaptec.com [162.62.50.11]) by magic.adaptec.com (8.11.6/8.11.6) with ESMTP id h9S0DeX20150; Mon, 27 Oct 2003 16:13:40 -0800 Received: from [10.100.253.70] (aslan.btc.adaptec.com [10.100.253.70]) by redfish.adaptec.com (8.11.6/8.11.6) with ESMTP id h9S0DcB17734; Mon, 27 Oct 2003 16:13:38 -0800 Date: Mon, 27 Oct 2003 17:17:52 -0700 From: "Justin T. Gibbs" To: "Kenneth D. Merry" , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <2569370000.1067300272@aslan.btc.adaptec.com> In-Reply-To: <200310270615.h9R6FtQY038957@repoman.freebsd.org> References: <200310270615.h9R6FtQY038957@repoman.freebsd.org> X-Mailer: Mulberry/3.1.0b8 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Re: cvs commit: src/sys/cam cam_periph.c src/sys/cam/scsi scsi_cd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Justin T. Gibbs" List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Oct 2003 00:45:41 -0000 > ken 2003/10/26 22:15:55 PST > > FreeBSD src repository > > Modified files: > sys/cam cam_periph.c > sys/cam/scsi scsi_cd.c > Log: > In camperiphdone(), make sure we check for fatal errors and bail out > instead of retrying them blindly. ... > MFC After: 2 weeks The changes to the error codes in the ASC/ASCQ table in -current will also have to be backported for this change to have any effect. -stable currently has "media not present" and many other similar errors marked as retriable. -- Justin