From owner-freebsd-current@FreeBSD.ORG Tue Oct 21 05:28:23 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D8DC51065670 for ; Tue, 21 Oct 2008 05:28:23 +0000 (UTC) (envelope-from minimarmot@gmail.com) Received: from qw-out-2122.google.com (qw-out-2122.google.com [74.125.92.27]) by mx1.freebsd.org (Postfix) with ESMTP id 8D75B8FC0A for ; Tue, 21 Oct 2008 05:28:23 +0000 (UTC) (envelope-from minimarmot@gmail.com) Received: by qw-out-2122.google.com with SMTP id 9so723247qwb.7 for ; Mon, 20 Oct 2008 22:28:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; 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; bh=/gslhijCWAD/rEsIsnNqnjuXH0pNyQUzS7BJWoMaY9A=; b=E2QbbKZLKJenwuCC9mcB9lOqIUCx/Td5lokux9ie/9LW6nMdC1IlhGIeTWxlIt4P5I 7gH6YTDizP3/gopFRmz1IEUJPI0pNb1J6WPccTHdVD/LnxNgR/DCbvFWiLbjQOW6sCUi O+tG9leLEGdJ6veEXasWXrtJn41MBrHcnPQXI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=wS32U+Ac9a1O+9TzGl6iOun/DGSYEt4Rr7gDAXe/j6g8NFmB2g5zcJaertikBTz7ma M5yxdZwCxBcAQI3VWIdrOJE2iTWnnHGFcLI4Qi1S7tEIjo9esKmZEB+7voA8YExDe9ag WSbmzeH+yX60Lu47wV/yb/dtgieyjG3oCHmkI= Received: by 10.214.181.21 with SMTP id d21mr12267935qaf.35.1224566902423; Mon, 20 Oct 2008 22:28:22 -0700 (PDT) Received: by 10.215.101.5 with HTTP; Mon, 20 Oct 2008 22:28:22 -0700 (PDT) Message-ID: <47d0403c0810202228s18b21c35ybd073ccfb6548a87@mail.gmail.com> Date: Tue, 21 Oct 2008 01:28:22 -0400 From: "Ben Kaduk" To: "Thomas Quinot" In-Reply-To: <20081020165449.GB10340@melamine.cuivre.fr.eu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <47d0403c0810111730p41bb17feva35729f31d0d2f44@mail.gmail.com> <20081020165449.GB10340@melamine.cuivre.fr.eu.org> Cc: FreeBSD Current Subject: Re: delayed panic loading atapicam (after failed burncd) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Oct 2008 05:28:24 -0000 On Mon, Oct 20, 2008 at 12:54 PM, Thomas Quinot wrote: > * Ben Kaduk, 2008-10-12 : > >> With a disc in the drive (that I think is blank due to a failed burncd attempt), >> loading atapicam does not immediately recognize my drive; it seems to >> be taking a while to probe it, as I get several messages of the form >> acd0: FAILURE - SETFEATURES SET TRANSFER MODE >> status=51 >> error=b4 >> acd0: FAILURE - REQUEST_SENSE timed out > > What's the behaviour when there is no disc in the drive when you load > ATAPI/CAM? > > Thomas. > > Hi Thomas, I've since installed the October snapshot (sorry to change another variable ...). Also note that there is something weird about this drive, that it seems to only get probed on a completely cold boot. (all are hand transcribed) cold boot: # kldload atapicam 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: 3.3000MB/s transfers cd0: Attempt to query device size failed: NOT READY, Medium not present warm boot (no acd0 found): # kldload atapicam [nothing] With media present: cold boot: # kldload atapicam 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: 3.300MB/s transfers cd0: cd present [3778x2048 byte records] acd0: FAILURE - READ_BIG ILLIGAL REQUEST asc=0x64 ascq=0x00 (cd0:ata1:0:0:0): READ(10). CDB: 28 0 0 0 e c1 0 0 1 0 (cd0:ata1:0:0:0): CAM Status: SCSI Status Error (cd0:ata1:0:0:0): SCSI Status: Check Condition (cd0:ata1:0:0:0): ILLEGAL REQUEST asc:64,0 (cd0:ata1:0:0:0): Illegal mode for this track (cd0:ata1:0:0:0): Unretryable error (cd0:ata1:0:0:0): cddone got error 0x6 back [no panic] warm boot: # kldload atapicam [nothing happens] I don't have the media that was causing the panic here at home; I'll try to test that tomorrow and see if the panic is gone with the new snapshot. Any thoughts about the drive's disappearing on warm boot would be welcome, too ... Thanks, Ben Kaduk