From owner-freebsd-stable@FreeBSD.ORG Sat Oct 20 08:29:25 2007 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7106316A41A for ; Sat, 20 Oct 2007 08:29:25 +0000 (UTC) (envelope-from h.skuhra@gmail.com) Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.185]) by mx1.freebsd.org (Postfix) with ESMTP id DFEE413C447 for ; Sat, 20 Oct 2007 08:29:19 +0000 (UTC) (envelope-from h.skuhra@gmail.com) Received: by mu-out-0910.google.com with SMTP id w9so847542mue for ; Sat, 20 Oct 2007 01:29:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:date:from:to:subject:message-id:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; bh=hwrnD5FE7Gmj9Fg7h/2/CV6NBWvph2i0kCUzqh6H4M8=; b=bhVB3sV27E8XvXmIHqmSYwwDzavSCsZvtMUAjO451U4HM8wZV1y3tAdYUXjY0zviqKy7p9k6W48hrRyuBC5akW29n5JTdZdKZvx1IzwM0+xA7K3UEelIL5kLuplXaQDV9gXQHQGbugC0HcqorhsYC16bH2u1ws80FWIkx12CkPU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:from:to:subject:message-id:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=DyoB9fdzLPnRc2k1BRC7umeBi86y51wzsq73vSv0MFzyFQ82KPjSHyHLXtHBrH7zZUutQBPubZpP7z6J+qtCrR8743YoFv1w7NaFj8I2ZaoNLfL6wBjrqPxetfBW2vf1o7vf85HnNez5a9DXTAQ9Xg4WvushYPxZmmAYeWarnWY= Received: by 10.86.87.5 with SMTP id k5mr2022883fgb.1192867377036; Sat, 20 Oct 2007 01:02:57 -0700 (PDT) Received: from oslo.ath.cx ( [213.47.80.26]) by mx.google.com with ESMTPS id 31sm5486570fkt.2007.10.20.01.02.55 (version=SSLv3 cipher=OTHER); Sat, 20 Oct 2007 01:02:55 -0700 (PDT) Date: Sat, 20 Oct 2007 10:03:11 +0200 From: "Herbert J. Skuhra" To: stable@freebsd.org Message-ID: <20071020080311.GA774@oslo.ath.cx> References: <20071020024955.U6112@cbynevgl.hper> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071020024955.U6112@cbynevgl.hper> User-Agent: Mutt/1.5.16 (2007-06-09) Cc: Subject: Re: acd0: FAILURE - INQUIRY ILLEGAL REQUEST asc=0x24 ascq=0x00 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Oct 2007 08:29:25 -0000 CmdLnKid skrev: > __________________________________/_ __ \__________________________________ >| | >| Copyright (c) 1992-2007 The FreeBSD Project. | >| Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 | >| The Regents of the University of California. All rights reserved. | >| FreeBSD is a registered trademark of The FreeBSD Foundation. | >| FreeBSD 6.2-STABLE #0: Sat Oct 20 04:58:39 UTC 2007 | >| ----- CUT ----- | >| acd0: CDRW at ata1-master UDMA33 | >| acd0: FAILURE - INQUIRY ILLEGAL REQUEST asc=0x24 ascq=0x00 | >| acd0: FAILURE - INQUIRY ILLEGAL REQUEST asc=0x24 ascq=0x00 | >| cd0 at ata1 bus 0 target 0 lun 0 | >| cd0: Removable CD-ROM SCSI-0 device | >| cd0: 33.000MB/s transfers | >| cd0: Attempt to query device size failed: NOT READY, Medium not present | >|___________________________________________________________________________| > > Introduced-From: RELENG_6 (TODAY) > Unproduced-With: RELENG_6_2 > Questioned: FAILURE - INQUIRY ILLEGAL REQUEST asc=0x24 ascq=0x00 > > I was curious if this is just some debug printf's that were thrown in > thrown in the src of {acd?,ata?,pci?} or whatever ?. If not I have been > looking in the wrong place for where this is coming from and would > appreciate any feedback on this non-issue. The cd burner works just fine > like in RELENG_6_2 as well as 4 & 5 but seeing this come up the way it has > just raises the question in my mind that possible hardware failure might > be eminent in the future. This seems to produce it self with a cd in > the drive on boot or without one. Any other info on this non-issue is > available on request. I only get this error/warning message when atapicam is enabled: unknown: FAILURE - INQUIRY ILLEGAL REQUEST asc=0x24 ascq=0x00 or acd0: FAILURE - INQUIRY ILLEGAL REQUEST asc=0x24 ascq=0x00 The cd/dvd drive is: cd0: Removable CD-ROM SCSI-0 device Running FreeBSD 7.0-BETA1 i386. - Herbert