Date: Thu, 17 Oct 2002 18:07:11 -0700 (PDT) From: Jim Pirzyk <pirzyk@pirzyk.org> To: doconnor@gsoft.com.au, pirzyk@pirzyk.org Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, pirzyk@FreeBSD.ORG Subject: Re: cvs commit: src/sys/cam/scsi scsi_cd.c Message-ID: <200210180107.g9I17BXN006446@zephyr.pirzyk.org> In-Reply-To: <1034902706.85350.21.camel@chowder.gsoft.com.au>
next in thread | previous in thread | raw e-mail | index | archive | help
> On Fri, 2002-10-18 at 10:08, Jim Pirzyk wrote: > > > Changed the scsi mode command to use 10 bytes scsi commands instead > > > of the 6 byte ones. This helps with using a IDE cdrom behind a USB > > > interface. > > > > > > PR: kern/43885 > > > > > > Revision Changes Path > > > 1.65 +11 -9 src/sys/cam/scsi/scsi_cd.c > > > > forgot: > > > > MFC-After: 1 month > > Shouldn't this be done via hints? How would that be done? If there is a sysctl knob to change the behavior, then I could see it working, but not with the change that I made. > As someone else pointed out it potentially screws up older SCSI CDROM > drives. Looking at all the other scsi commands in the file, it was the only one at 6 bytes, the rest were at 10 or 12, that I could find. - JimP To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210180107.g9I17BXN006446>