From owner-freebsd-current@FreeBSD.ORG Tue Feb 22 05:05:42 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5EEE216A4CE for ; Tue, 22 Feb 2005 05:05:42 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE50043D49 for ; Tue, 22 Feb 2005 05:05:41 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.13.1/8.13.1) with ESMTP id j1M54gFv002417; Mon, 21 Feb 2005 22:04:42 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Mon, 21 Feb 2005 22:04:48 -0700 (MST) Message-Id: <20050221.220448.30397058.imp@bsdimp.com> To: Alex.Kovalenko@verizon.net From: "M. Warner Losh" In-Reply-To: <1108856425.958.7.camel@RabbitsDen> References: <420A1792.900@DeepCore.dk> <421464C3.2030308@DeepCore.dk> <1108856425.958.7.camel@RabbitsDen> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable cc: freebsd-current@freebsd.org cc: sos@DeepCore.dk Subject: Re: UPDATE2: ATA mkIII first official patches - please test! X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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, 22 Feb 2005 05:05:42 -0000 In message: <1108856425.958.7.camel@RabbitsDen> "Alexandre \"Sunny\" Kovalenko" writes: : On Thu, 2005-02-17 at 10:32 +0100, S=F8ren Schmidt wrote: : > S=F8ren Schmidt wrote: : > = : > > http://people.freebsd.org/~sos/ata-mk3k.diff-releng5.gz : > > http://people.freebsd.org/~sos/ata-mk3k.diff-current.gz : > > http://people.freebsd.org/~sos/ata-mk3k.tar.gz : > = : > New version available for testing: : > = : > http://people.freebsd.org/~sos/ata-mk3l.diff-releng5.gz : > http://people.freebsd.org/~sos/ata-mk3l.diff-current.gz : > http://people.freebsd.org/~sos/ata-mk3l.tar.gz : After applying these patches to -CURRENT as of 2/19 ~11:00 EST pccard= : Compact Flash adapter is being probed as ATA device but no longer : creates disk device. Moreover, ejecting the card does not produce any= : messages (hw.pccard.debug=3D1, hw.cardbus.debug=3D1 and hw.cbb.debug = =3D 1) : and no other pccard will be attached until reboot. : = : I have attached verbose dmesg from before and after with : hw.pccard.debug=3D1, hw.cardbus.debug=3D1 and hw.cbb.debug =3D 1. Ple= ase, let : me know whether I can provide any additional information. I've recreated this problem here. I'm not entirely sure what to do about it... I'm guessing that the detach routine is waiting for something to happen that never happens... Warner