Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Oct 1998 00:42:24 -0600 (MDT)
From:      "Kenneth D. Merry" <ken@plutotech.com>
To:        winter@jurai.net (Matthew N. Dodd)
Cc:        scsi@FreeBSD.ORG
Subject:   Re: Strange error
Message-ID:  <199810160642.AAA23596@panzer.plutotech.com>
In-Reply-To: <Pine.BSF.4.02.9810160204100.17054-100000@sasami.jurai.net> from "Matthew N. Dodd" at "Oct 16, 98 02:14:28 am"

next in thread | previous in thread | raw e-mail | index | archive | help

--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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199810160642.AAA23596>