Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Mar 1999 22:02:23 -0700 (MST)
From:      "Kenneth D. Merry" <ken@plutotech.com>
To:        winter@jurai.net (Matthew N. Dodd)
Cc:        joerg_wunsch@uriah.heep.sax.de, freebsd-scsi@FreeBSD.ORG
Subject:   Re: SONY SMO-C501-09 not recognized under CAM
Message-ID:  <199903180502.WAA37209@panzer.plutotech.com>
In-Reply-To: <Pine.BSF.4.02.9903172352380.2158-100000@sasami.jurai.net> from "Matthew N. Dodd" at "Mar 17, 1999 11:54: 9 pm"

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

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

Matthew N. Dodd wrote...
> On Wed, 17 Mar 1999, Kenneth D. Merry wrote:
> > What happens if you reset the device?  Will it forget then?  You can send a
> > BDR to it like this:
> > 
> > camcontrol reset 2:3:0
> 
> <SONY SMO-C501-00 2.07>            at scbus2 target 3 lun 0 (pass13,da5)
> <HP S6300.650A 3.03>               at scbus2 target 4 lun 0 (pass14,da6)
> 
> eisa-test# camcontrol reset 2:3:0
> camcontrol: CAMIOCOMMAND ioctl failed: Invalid argument
> eisa-test# camcontrol reset 2:4:0
> camcontrol: CAMIOCOMMAND ioctl failed: Invalid argument
> 
> I think I broke something. :/

Oops.  Matt must not have tested the BDR functionality in camcontrol or
something...hmm.  Well, try the attached patch for cam_xpt.c.

> > And did you have the patch I suggested in scsi_da.c?  That will probably
> > allow you to boot without media.
> 
> No, not yet.

Well, try it out.  :)


Ken
-- 
Kenneth Merry
ken@plutotech.com

--ELM921733343-37119-0_
Content-Type: text/plain; charset=ISO-8859-1
Content-Disposition: attachment; filename=cam_xpt.c.reset.031799
Content-Description: cam_xpt.c.reset.031799
Content-Transfer-Encoding: 7bit

==== //depot/cam/sys/cam/cam_xpt.c#190 - /a/ken/perforce/cam/sys/cam/cam_xpt.c ====
*** /tmp/tmp.37177.0	Wed Mar 17 21:59:58 1999
--- /a/ken/perforce/cam/sys/cam/cam_xpt.c	Wed Mar 17 21:59:01 1999
***************
*** 904,909 ****
--- 904,910 ----
  			}
  			/* FALLTHROUGH */
  		case XPT_SCAN_LUN:
+ 		case XPT_RESET_DEV:
  		case XPT_ENG_INQ:  /* XXX not implemented yet */
  		case XPT_ENG_EXEC:
  

--ELM921733343-37119-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?199903180502.WAA37209>