Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Mar 1999 17:13:57 -0700 (MST)
From:      "Kenneth D. Merry" <ken@plutotech.com>
To:        ken@plutotech.com (Kenneth D. Merry)
Cc:        mikko@dynas.se, freebsd-scsi@FreeBSD.ORG
Subject:   Re: ZIP drive probe problems
Message-ID:  <199903260013.RAA89750@panzer.plutotech.com>
In-Reply-To: <199903252300.QAA89185@panzer.plutotech.com> from "Kenneth D. Merry" at "Mar 25, 1999  4: 0:39 pm"

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

--ELM922407237-89734-0_
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit


Oops, that last patch had a little syntax problem.  Try this one instead.

Ken
-- 
Kenneth Merry
ken@plutotech.com

--ELM922407237-89734-0_
Content-Type: text/plain; charset=ISO-8859-1
Content-Disposition: attachment; filename=scsi_da.c.status_patch.032599
Content-Description: scsi_da.c.status_patch.032599
Content-Transfer-Encoding: 7bit

==== //depot/cam/sys/cam/scsi/scsi_da.c#97 - /usr/home/ken/perforce/cam/sys/cam/scsi/scsi_da.c ====
*** /tmp/tmp.98520.0	Thu Mar 25 17:12:51 1999
--- /usr/home/ken/perforce/cam/sys/cam/scsi/scsi_da.c	Thu Mar 25 17:12:17 1999
***************
*** 1397,1406 ****
  						scsi_sense_desc(asc,ascq,
  								&cgd.inq_data));
  				else { 
! 					if (have_sense)
  						scsi_sense_print(
  							&done_ccb->csio);
! 					else {
  						xpt_print_path(periph->path);
  						printf("got CAM status %#x\n",
  						       done_ccb->ccb_h.status);
--- 1397,1412 ----
  						scsi_sense_desc(asc,ascq,
  								&cgd.inq_data));
  				else { 
! 					if (have_sense) {
  						scsi_sense_print(
  							&done_ccb->csio);
! 						xpt_print_path(periph->path);
! 						printf("got CAM status %#x\n",
! 						       done_ccb->ccb_h.status);
! 						xpt_print_path(periph->path);
! 						printf("SCSI status %#x\n",
! 						    done_ccb->csio.scsi_status);
! 					} else {
  						xpt_print_path(periph->path);
  						printf("got CAM status %#x\n",
  						       done_ccb->ccb_h.status);

--ELM922407237-89734-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?199903260013.RAA89750>