From owner-freebsd-current@FreeBSD.ORG Sun Nov 4 08:02:32 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 AC79B16A420 for ; Sun, 4 Nov 2007 08:02:32 +0000 (UTC) (envelope-from verm@darkbeer.org) Received: from kawaii.mahou.org (kawaii.mahou.org [209.67.221.114]) by mx1.freebsd.org (Postfix) with ESMTP id 7276E13C4B8 for ; Sun, 4 Nov 2007 08:02:32 +0000 (UTC) (envelope-from verm@darkbeer.org) Received: from kawaii.mahou.org (localhost.mahou.org [127.0.0.1]) by kawaii.mahou.org (8.13.4/8.13.1) with ESMTP id lA46v3bn051266 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 4 Nov 2007 00:57:03 -0600 (CST) (envelope-from verm@darkbeer.org) Received: (from verm@localhost) by kawaii.mahou.org (8.13.4/8.13.1/Submit) id lA46v3x5051265; Sun, 4 Nov 2007 00:57:03 -0600 (CST) (envelope-from verm@darkbeer.org) Date: Sun, 4 Nov 2007 00:57:03 -0600 From: Amar Takhar To: freebsd-current@freebsd.org Message-ID: <20071104065703.GA51112@darkbeer.org> Mail-Followup-To: freebsd-current@freebsd.org, sos@deepcore.dk MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Cc: sos@deepcore.dk Subject: 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:02:32 -0000 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. Amar.