From owner-freebsd-hackers@FreeBSD.ORG Thu May 1 22:57:32 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C54A437B401 for ; Thu, 1 May 2003 22:57:32 -0700 (PDT) Received: from spider.deepcore.dk (cpe.atm2-0-56339.0x50c6aa0a.abnxx2.customer.tele.dk [80.198.170.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7B8843FCB for ; Thu, 1 May 2003 22:57:30 -0700 (PDT) (envelope-from sos@spider.deepcore.dk) Received: (from sos@localhost) by spider.deepcore.dk (8.12.8p1/8.12.8) id h425vS73056299; Fri, 2 May 2003 07:57:28 +0200 (CEST) (envelope-from sos) From: Soeren Schmidt Message-Id: <200305020557.h425vS73056299@spider.deepcore.dk> In-Reply-To: <20030502011839.GU19993@backmaster.cdsnet.net> To: Jaye Mathisen Date: Fri, 2 May 2003 07:57:28 +0200 (CEST) X-Mailer: ELM [version 2.4ME+ PL98b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=ISO-8859-1 cc: hackers@FreeBSD.ORG Subject: Re: atapifd/afd0 issue. X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 May 2003 05:57:33 -0000 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: 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