From owner-freebsd-current@FreeBSD.ORG Sun Nov 4 08:10:49 2007 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 9BC5C16A515 for ; Sun, 4 Nov 2007 08:10:49 +0000 (UTC) (envelope-from astrodog@gmail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.189]) by mx1.freebsd.org (Postfix) with ESMTP id 7527B13C4AC for ; Sun, 4 Nov 2007 08:10:49 +0000 (UTC) (envelope-from astrodog@gmail.com) Received: by rv-out-0910.google.com with SMTP id l15so1033227rvb for ; Sun, 04 Nov 2007 01:10:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=Rpm8yraWCNefUuZ1yLDM6ubkxjV8PTL2rYxgmeasPbY=; b=kfKbXuZbC3zdqy+AJrmhT3ckNLy/TUKA9VpBkKzXBp206Z+UTrmZwy4DIBAlQoqhW4n97utH63PbI3xlFbEU+g0f7hxy6jAY8tdhpaZP22qbSlTfsMKrPr1j/QvmV3Zw7AJ6cU7ruQ3pIDvTR49z6m+qp9qR+jgGka0JqRpghSc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=IHIBHo0rp5/Q0HK2TxPh0Hwf0K64zH+96Y+g3Kb8TDL9BUz0tUBOQJUIBMfarxKXLbG1WSgU6uqasFfVxcnSy7/FQjyMtOyyfCcwPH9imJA3Cky1Nx2dDlHM3LlFjBELmbzUpUHXOBVd/OSVcoFeRxZLj2HulqHHoIPqgEITTxw= Received: by 10.141.161.6 with SMTP id n6mr1746474rvo.1194163829486; Sun, 04 Nov 2007 01:10:29 -0700 (PDT) Received: by 10.141.74.5 with HTTP; Sun, 4 Nov 2007 01:10:29 -0700 (PDT) Message-ID: <2fd864e0711040110p6880e4c7y79c20236dfe69905@mail.gmail.com> Date: Sun, 4 Nov 2007 17:10:29 +0900 From: Astrodog To: freebsd-current@freebsd.org, sos@deepcore.dk In-Reply-To: <20071104065703.GA51112@darkbeer.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20071104065703.GA51112@darkbeer.org> Cc: Subject: Re: atapicd regression 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: Sun, 04 Nov 2007 08:10:49 -0000 On 11/4/07, Amar Takhar wrote: > src/sys/dev/ata/atapi-cd.c r1.194 really broke how cd's work on my laptop, a few > things happen when I use this revision: > > * when inserting a CD, mount /cdrom returns an immediate I/O error, while > before it would wait for the cd to be read then mount it. > * the eject cli utilitiy returns 'device busy' in every situation, wether the > cd is mounted or not. > * when i finish reading a cd and umount it, it's impossibly to manually use > the (physical) eject button on my cdrom until the cd has completely spun > down. before the eject button would stop the reading immediatly and eject. > > I can confirm that going to r1.193 restores previous functionality. > > This is a laptop, a Dell Inspiron 8600 from 2003-11-16, Intel ICH4 chipset > (82801DB). I've also confirmed with a couple of others that they have hit this > problem as well, all laptop users. The only other person that hasn't had this > problem is a desktop user. > Just to add a data point, an ICH6-based laptop (Acer Aspire 3620) does not see this behavior. --- Harrison --- Harrison