From owner-freebsd-questions@FreeBSD.ORG Sun May 20 00:04:41 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 03F3316A46C for ; Sun, 20 May 2007 00:04:41 +0000 (UTC) (envelope-from fbsd-ml@scrapper.ca) Received: from pd2mo1so.prod.shaw.ca (shawidc-mo1.cg.shawcable.net [24.71.223.10]) by mx1.freebsd.org (Postfix) with ESMTP id CFF4513C45E for ; Sun, 20 May 2007 00:04:40 +0000 (UTC) (envelope-from fbsd-ml@scrapper.ca) Received: from pd2mr4so.prod.shaw.ca (pd2mr4so-qfe3.prod.shaw.ca [10.0.141.107]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0JIB00J48C5ZB530@l-daemon> for freebsd-questions@freebsd.org; Sat, 19 May 2007 18:03:35 -0600 (MDT) Received: from pn2ml8so.prod.shaw.ca ([10.0.121.152]) by pd2mr4so.prod.shaw.ca (Sun Java System Messaging Server 6.2-7.05 (built Sep 5 2006)) with ESMTP id <0JIB008UDC5Y3D10@pd2mr4so.prod.shaw.ca> for freebsd-questions@freebsd.org; Sat, 19 May 2007 18:03:35 -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 <0JIB00DB2C5XVQA0@l-daemon> for freebsd-questions@freebsd.org; Sat, 19 May 2007 18:03:33 -0600 (MDT) Received: from proven.lan (localhost [127.0.0.1]) by proven.lan (8.14.1/8.14.1) with ESMTP id l4K03WaR001878; Sat, 19 May 2007 17:03:32 -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 l4K03Vb9001877; Sat, 19 May 2007 17:03:31 -0700 (PDT envelope-from fbsd-ml@scrapper.ca) Date: Sat, 19 May 2007 17:03:31 -0700 From: Norbert Papke In-reply-to: <20070519214045.GA3846@panix.com> To: freebsd-questions@freebsd.org Message-id: <200705191703.31698.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> <20070519172508.GA20300@panix.com> <20070519214045.GA3846@panix.com> 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:04:41 -0000 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.