From owner-cvs-all@FreeBSD.ORG Tue Apr 3 12:58:21 2007 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 08D4816A402 for ; Tue, 3 Apr 2007 12:58:21 +0000 (UTC) (envelope-from niclas.zeising@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.175]) by mx1.freebsd.org (Postfix) with ESMTP id 098C113C483 for ; Tue, 3 Apr 2007 12:58:19 +0000 (UTC) (envelope-from niclas.zeising@gmail.com) Received: by ug-out-1314.google.com with SMTP id 71so288690ugh for ; Tue, 03 Apr 2007 05:58:19 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=udu3XMfdNi3qu6QOdEIPUqYJVWPMLZJbI2hQv4sqsG6lTHt1+/NzI7SL+BgAQ/PlOQTme2dr28Jsf3emIalfJE5EzFux4X71jlgBR5yV6mVUWZfI8sQ21QhQnl2S9YBlnpfMcW2RX7h/ty2g0FKPuYzQ5Oii9YT2ch5JBUE8lg8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=G1aJNfhbo8NTGd7JoabH0Jo70sJHOyDZKHCMymFLjKyyjQBNMcspagbdf3tGJ2mHepC1W4gIw9rm1Y0x5ual6CSR1pSp7sUnbh4X4/P1JRWNylUqARCOWk9a/DbIsoaC6vrrNqQYFDn2Hk5w0yaB9xBKsJL6GAmF6zIHPF8whu0= Received: by 10.78.138.6 with SMTP id l6mr1678694hud.1175603614786; Tue, 03 Apr 2007 05:33:34 -0700 (PDT) Received: by 10.78.29.12 with HTTP; Tue, 3 Apr 2007 05:33:34 -0700 (PDT) Message-ID: Date: Tue, 3 Apr 2007 14:33:34 +0200 From: "Niclas Zeising" To: "Andre Albsmeier" In-Reply-To: <20070403121554.GA40682@curry.mchp.siemens.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200703292008.l2TK8WRa020408@repoman.freebsd.org> <20070403085744.GA99807@curry.mchp.siemens.de> <20070403120313.GA98840@melamine.cuivre.fr.eu.org> <20070403121554.GA40682@curry.mchp.siemens.de> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org, Thomas Quinot Subject: Re: cvs commit: src/sys/dev/ata atapi-cam.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Apr 2007 12:58:21 -0000 On 4/3/07, Andre Albsmeier wrote: > On Tue, 03-Apr-2007 at 14:03:13 +0200, Thomas Quinot wrote: > > * Andre Albsmeier, 2007-04-03 : > > > > > Can this be responsible for a newly seen > > > acd0: FAILURE - INQUIRY ILLEGAL REQUEST asc=0x24 ascq=0x00 sks=0x40 0x00 0x01 > > > in dmesg? The relevant part of dmesg is: > > > > This could definitely be due to this part of the change: > > > > > (atapi_action): Improve error reporting by removing ATA_R_QUIET flag > > > from ATAPI requests. > > > > Some error conditions used to be silently ignored and are now reported. > > > > Are you observing any change in behaviour besides the new message? > > Not so far. The drive seems to work. I haven't burnt a CD yet > but reading is OK. > > -Andre me too! I'm seeing the same problem, but in current. The error seems harmless, I haven't had trouble burning or reading any CDs. //Niclas --