From owner-freebsd-questions@FreeBSD.ORG Sun May 20 00:08:05 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 889EE16A400 for ; Sun, 20 May 2007 00:08:05 +0000 (UTC) (envelope-from fbsd-ml@scrapper.ca) Received: from pd2mo2so.prod.shaw.ca (shawidc-mo1.cg.shawcable.net [24.71.223.10]) by mx1.freebsd.org (Postfix) with ESMTP id 6063613C447 for ; Sun, 20 May 2007 00:08:05 +0000 (UTC) (envelope-from fbsd-ml@scrapper.ca) Received: from pd4mr3so.prod.shaw.ca (pd4mr3so-qfe3.prod.shaw.ca [10.0.141.214]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0JIB000D8CDIVJD0@l-daemon> for freebsd-questions@freebsd.org; Sat, 19 May 2007 18:08:06 -0600 (MDT) Received: from pn2ml3so.prod.shaw.ca ([10.0.121.147]) by pd4mr3so.prod.shaw.ca (Sun Java System Messaging Server 6.2-7.05 (built Sep 5 2006)) with ESMTP id <0JIB007DLCDH0TH0@pd4mr3so.prod.shaw.ca> for freebsd-questions@freebsd.org; Sat, 19 May 2007 18:08:05 -0600 (MDT) Received: from proven.lan ([24.85.241.34]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0JIB008OFCDG1OE0@l-daemon> for freebsd-questions@freebsd.org; Sat, 19 May 2007 18:08:04 -0600 (MDT) Received: from proven.lan (localhost [127.0.0.1]) by proven.lan (8.14.1/8.14.1) with ESMTP id l4K082M8001954; Sat, 19 May 2007 17:08:02 -0700 (PDT envelope-from fbsd-ml@scrapper.ca) Received: from localhost (localhost [[UNIX: localhost]]) by proven.lan (8.14.1/8.14.1/Submit) id l4K08286001953; Sat, 19 May 2007 17:08:02 -0700 (PDT envelope-from fbsd-ml@scrapper.ca) Date: Sat, 19 May 2007 17:08:01 -0700 From: Norbert Papke In-reply-to: <200705191703.31698.fbsd-ml@scrapper.ca> To: freebsd-questions@freebsd.org Message-id: <200705191708.02311.fbsd-ml@scrapper.ca> Organization: Archaeological Filing MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7bit Content-disposition: inline References: <20070518032457.GA22768@panix.com> <20070519214045.GA3846@panix.com> <200705191703.31698.fbsd-ml@scrapper.ca> X-Authentication-warning: proven.lan: npapke set sender to fbsd-ml@scrapper.ca using -f User-Agent: KMail/1.9.6 Cc: Joe Altman Subject: Re: acd0: FAILURE - INQUIRY ILLEGAL REQUEST asc=0x24 ascq=0x00 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 May 2007 00:08:05 -0000 On May 19, 2007, Norbert Papke wrote: > On May 19, 2007, Joe Altman wrote: > > [NB: I'm using the archive for -questions to reply to Norbert Papke] > > > > Norbert, you do not have the same file that I have. > > > > You have: > > > > grep FBSDID /usr/src/sys/dev/ata/atapi-cam.c > > __FBSDID("$FreeBSD: src/sys/dev/ata/atapi-cam.c,v 1.42.2.4 2007/05/03 > > 09:38:54 thomas Exp $"); > > > > I have: > > > > grep -i FBSDID /usr/src/sys/dev/ata/atapi-cam.c > > __FBSDID("$FreeBSD: src/sys/dev/ata/atapi-cam.c,v 1.42.2.5 2007/05/15 > > 16:19:42 thomas Exp $"); > > Apologies. I joined the thread late and didn't pick on the specific > version you were having problems with. > > > If you don't wish to have the issue I have, I think it might be wise > > to refrain from updating your source tree. > > Living on the edge :), I updated atapi-cam.c to 1.42.2.5 anyway. Other > than the "ILLEGAL REQUEST" error on boot, I am not experiencing any > problems. I have successfully copied a data CD using K3B. But then, I may > not be testing the right thing. Is there a specific operation that you are > having problems with? > > Cheers. I didn't notice this while I was copying the CD, but checking the logs I see additional errors: acd0: FAILURE - READ_BIG ILLEGAL REQUEST asc=0x64 ascq=0x00 acd0: FAILURE - READ_BIG ILLEGAL REQUEST asc=0x64 ascq=0x00 acd0: FAILURE - READ_BUFFER ILLEGAL REQUEST asc=0x24 ascq=0x00 acd0: FAILURE - READ_TOC ILLEGAL REQUEST asc=0x24 ascq=0x00 acd0: FAILURE - MODE_SELECT_BIG ILLEGAL REQUEST asc=0x24 ascq=0x00 Not sure if these are significant.