Date: Fri, 2 May 2003 07:57:28 +0200 (CEST) From: Soeren Schmidt <sos@spider.deepcore.dk> To: Jaye Mathisen <mrcpu@internetcds.com> Cc: hackers@FreeBSD.ORG Subject: Re: atapifd/afd0 issue. Message-ID: <200305020557.h425vS73056299@spider.deepcore.dk> In-Reply-To: <20030502011839.GU19993@backmaster.cdsnet.net>
next in thread | previous in thread | raw e-mail | index | archive | help
It seems Jaye Mathisen wrote: > > FreeBSD 4.8 > > I have this cool little gizmo that reads a bunch of different > media formats, plugs into an IDE channel, and at least loads the kernel > from the device, but can't mount root. > > http://www.addonics.com/products/flash_memory_reader/ide_ultra_digidrive.asp > > I have atapifd in the kernel, but the messages I get are: > > afd0: MODE_SENSE_BIG - ILLEGAL REQUEST asc=0x24 ascq=0x00 error=0x04 > afd0: MODE_SENSE_BIG - ILLEGAL REQUEST asc=0x24 ascq=0x00 error=0x04 > afd0: MODE_SENSE_BIG - ILLEGAL REQUEST asc=0x24 ascq=0x00 error=0x04 > afd0: MODE_SENSE_BIG - ILLEGAL REQUEST asc=0x24 ascq=0x00 error=0x04 > afd0: MODE_SENSE_BIG - ILLEGAL REQUEST asc=0x24 ascq=0x00 error=0x04 > afd0: MODE_SENSE_BIG - ILLEGAL REQUEST asc=0x24 ascq=0x00 error=0x04 > afd0: <IOMEGA ZIP 100 like IICA-1/01-12-17> floppy device - NO DRIVER! This suggests that the device does not support reading the capabilities page. You will probably need a hack like the one present for the IOMEGA Clik! in the atapi-fd.c driver. Seems this device is just as non-standard compliant as the IOMEGA product it tries to emulate :( -Søren
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305020557.h425vS73056299>