From owner-freebsd-questions@FreeBSD.ORG Sat May 19 21:40:48 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 4482316A41F for ; Sat, 19 May 2007 21:40:48 +0000 (UTC) (envelope-from fj@panix.com) Received: from mail2.panix.com (mail2.panix.com [166.84.1.73]) by mx1.freebsd.org (Postfix) with ESMTP id 117C913C484 for ; Sat, 19 May 2007 21:40:47 +0000 (UTC) (envelope-from fj@panix.com) Received: from panix5.panix.com (panix5.panix.com [166.84.1.5]) by mail2.panix.com (Postfix) with ESMTP id 5BCB43482C for ; Sat, 19 May 2007 17:40:45 -0400 (EDT) Received: (from fj@localhost) by panix5.panix.com (8.11.6p3/8.8.8/PanixN1.1) id l4JLejb17230 for freebsd-questions@freebsd.org; Sat, 19 May 2007 17:40:45 -0400 (EDT) Date: Sat, 19 May 2007 17:40:45 -0400 From: Joe Altman To: freebsd-questions@freebsd.org Message-ID: <20070519214045.GA3846@panix.com> References: <20070518032457.GA22768@panix.com> <464D607A.2080805@gmail.com> <20070519172508.GA20300@panix.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070519172508.GA20300@panix.com> User-Agent: Mutt/1.5.10i 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: Sat, 19 May 2007 21:40:48 -0000 [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 $"); If you don't wish to have the issue I have, I think it might be wise to refrain from updating your source tree.