From owner-freebsd-current@FreeBSD.ORG Sun Aug 22 15:59:21 2004 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 AB15316A4CE; Sun, 22 Aug 2004 15:59:21 +0000 (GMT) Received: from spider.deepcore.dk (cpe.atm2-0-53484.0x50a6c9a6.abnxx9.customer.tele.dk [80.166.201.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67BEF43D41; Sun, 22 Aug 2004 15:59:20 +0000 (GMT) (envelope-from sos@DeepCore.dk) Received: from [194.192.25.143] (laptop.deepcore.dk [194.192.25.143]) by spider.deepcore.dk (8.12.11/8.12.10) with ESMTP id i7MFxInw004894; Sun, 22 Aug 2004 17:59:18 +0200 (CEST) (envelope-from sos@DeepCore.dk) Message-ID: <4128C2BE.7080103@DeepCore.dk> Date: Sun, 22 Aug 2004 17:58:54 +0200 From: =?ISO-8859-1?Q?S=F8ren_Schmidt?= User-Agent: Mozilla Thunderbird 0.7.2 (X11/20040802) X-Accept-Language: en-us, en MIME-Version: 1.0 To: =?ISO-8859-1?Q?S=F8ren_Schmidt?= References: <20040821145419.O74813-100000@thought.holo.org> <4128B29E.9060500@snafu.de> <4128B556.9040106@DeepCore.dk> In-Reply-To: <4128B556.9040106@DeepCore.dk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable cc: Brian Buchanan cc: "Oliver B. Fischer" cc: sos@freebsd.org cc: freebsd-current@freebsd.org Subject: Re: Recent ATA changes break Thinkpad T40p 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: Sun, 22 Aug 2004 15:59:21 -0000 S=F8ren Schmidt wrote: > Oliver B. Fischer wrote: >=20 >> Brian Buchanan wrote: >> >>> S=EF=BF=BDren, >>> >>> It looks like the changes you made to ATA IRQ handling in the last fe= w >>> days broke ATA support on my laptop, an IBM Thinkpad T40p. >>> >>> atapci0: port >>> 0x1860-0x186f,0x376,0x170-0x177,0x3f6,0x1f0-0x1f7 at device 31.1 on p= ci0 >>> >>> atapci0@pci0:31:1: class=3D0x01018a card=3D0x052d1014 chip=3D0x2= 4ca8086 >>> rev=3D0x01 hdr=3D0x00 >>> vendor =3D 'Intel Corporation' >>> device =3D '82801DBM (ICH4-M) UltraATA/100 EIDE Controller' >>> class =3D mass storage >>> subclass =3D ATA >> I can confirm this for my R51, which have the same controller as=20 >> Brians one. >=20 >=20 > This is *not* a controller problem, its because the CDROM drive has=20 > buggy firmware that responds to both master and slave selection :( OK, I have committed a workaround for those buggers to -current... (for those that uses 5.3 just take your ATA driver upto -current) -S=F8ren