From owner-freebsd-hackers@FreeBSD.ORG Fri May 2 08:12:38 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 88D5937B401 for ; Fri, 2 May 2003 08:12:38 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72B9343FBF for ; Fri, 2 May 2003 08:12:37 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.8/8.12.3) with ESMTP id h42FCUA7017659; Fri, 2 May 2003 09:12:36 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Fri, 02 May 2003 09:12:22 -0600 (MDT) Message-Id: <20030502.091222.22499453.imp@bsdimp.com> To: sos@spider.deepcore.dk From: "M. Warner Losh" In-Reply-To: <200305020557.h425vS73056299@spider.deepcore.dk> References: <20030502011839.GU19993@backmaster.cdsnet.net> <200305020557.h425vS73056299@spider.deepcore.dk> X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: mrcpu@internetcds.com 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 15:12:38 -0000 In message: <200305020557.h425vS73056299@spider.deepcore.dk> Soeren Schmidt writes: : 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 :( IOMEGA sucks in this reguard. I don't think they believe in the read capabilities page for any of their products. Warner