From owner-freebsd-scsi Thu Oct 15 23:42:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA20721 for freebsd-scsi-outgoing; Thu, 15 Oct 1998 23:42:49 -0700 (PDT) (envelope-from owner-freebsd-scsi@FreeBSD.ORG) Received: from panzer.plutotech.com (panzer.plutotech.com [206.168.67.125]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA20714 for ; Thu, 15 Oct 1998 23:42:44 -0700 (PDT) (envelope-from ken@panzer.plutotech.com) Received: (from ken@localhost) by panzer.plutotech.com (8.9.1/8.8.5) id AAA23596; Fri, 16 Oct 1998 00:42:24 -0600 (MDT) From: "Kenneth D. Merry" Message-Id: <199810160642.AAA23596@panzer.plutotech.com> Subject: Re: Strange error In-Reply-To: from "Matthew N. Dodd" at "Oct 16, 98 02:14:28 am" To: winter@jurai.net (Matthew N. Dodd) Date: Fri, 16 Oct 1998 00:42:24 -0600 (MDT) Cc: scsi@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL28s (25)] MIME-Version: 1.0 Content-Type: multipart/mixed; boundary=ELM908520144-23458-0_ Content-Transfer-Encoding: 7bit Sender: owner-freebsd-scsi@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --ELM908520144-23458-0_ Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Oops, forgot the patch. Here it is. Ken -- Kenneth Merry ken@plutotech.com --ELM908520144-23458-0_ Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: attachment; filename=scsi_da.0x04.diffs Content-Description: scsi_da.0x04.diffs Content-Transfer-Encoding: 7bit ==== //depot/cam/sys/cam/scsi/scsi_da.c#87 - /usr/home/ken/perforce/cam/sys/cam/scsi/scsi_da.c ==== *** /tmp/tmp.23409.0 Fri Oct 16 00:22:54 1998 --- /usr/home/ken/perforce/cam/sys/cam/scsi/scsi_da.c Fri Oct 16 00:22:39 1998 *************** *** 1311,1317 **** * the error is anything else, though, we * shouldn't attach. */ ! if ((have_sense) && (asc == 0x3a) && (error_code == SSD_CURRENT_ERROR)) sprintf(announce_buf, "Attempt to query device " --- 1311,1318 ---- * the error is anything else, though, we * shouldn't attach. */ ! if ((have_sense) ! && ((asc == 0x3a) || (asc == 0x04)) && (error_code == SSD_CURRENT_ERROR)) sprintf(announce_buf, "Attempt to query device " --ELM908520144-23458-0_-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-scsi" in the body of the message