Date: Thu, 02 Jul 2009 21:30:53 +0300 From: Alexander Motin <mav@FreeBSD.org> To: Lucius Windschuh <lwindschuh@googlemail.com> Cc: FreeBSD-Current <freebsd-current@freebsd.org> Subject: Re: RFC: ATA to CAM integration patch Message-ID: <4A4CFCDD.4020202@FreeBSD.org> In-Reply-To: <h2g06k$93d$1@FreeBSD.cs.nctu.edu.tw> References: <h2g06k$93d$1@FreeBSD.cs.nctu.edu.tw>
next in thread | previous in thread | raw e-mail | index | archive | help
Lucius Windschuh wrote: > I'd like to notice that the patch seems to break cdrecord -scanbus > (freshly rebuilt from the ports): > $ cdrecord -scanbus > Cdrecord-Clone 2.01 (i386-unknown-freebsd8.0) Copyright (C) 1995-2004 > J=F6rg Schilling > cdrecord: Argument list too long. CAMIOCOMMAND ioctl failed. Cannot > open SCSI driver. > cdrecord: For possible targets try 'cdrecord -scanbus'. Make sure you are r= > oot. > cdrecord: For possible transport specifiers try 'cdrecord dev=3Dhelp'. It is the same problem I have fixed in camcontrol. You can do the same with changing in scsi-bsd.c in cdrtools #define>CAM_MAXDEVS 128 to #define>CAM_MAXDEVS 50. I hope it is temporal solution. I am thinking about to remove or at least rise that limitation. -- Alexander Motin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4A4CFCDD.4020202>