Date: Fri, 12 Jan 2001 21:12:18 -0700 From: "Kenneth D. Merry" <ken@kdm.org> To: clefevre@poboxes.com Cc: freebsd-scsi@FreeBSD.ORG Subject: Re: SCSI suspend/resume Message-ID: <20010112211218.A32720@panzer.kdm.org> In-Reply-To: <d7dshzi1.fsf@gits.dyndns.org>; from clefevre@citeweb.net on Sat, Jan 13, 2001 at 05:01:10AM %2B0100 References: <d7dshzi1.fsf@gits.dyndns.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Jan 13, 2001 at 05:01:10 +0100, Cyrille Lefevre wrote: > Is there a way to suspend/resume SCSI devices as IDE devices does ? > > currently, if an SCSI device is manually suspended using camcontrol, > it couldn't be automatically resumed except using camcontrol as well. The only thing I can figure you mean by "suspend" is "spin down". You can do that with camcontrol, like this: camcontrol stop da0 As soon as you try to access the drive, the SCSI subsystem will spin it back up. You can also spin a drive up with camcontrol: camcontrol start da0 > while EDI devices maybe suspended/resumed through apm -z... EDI devices? What are those? Ken -- Kenneth Merry ken@kdm.org 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?20010112211218.A32720>