From owner-freebsd-current@FreeBSD.ORG Mon Feb 7 22:49:59 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 C1B9F16A4CE for ; Mon, 7 Feb 2005 22:49:59 +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 0B5AB43D4C for ; Mon, 7 Feb 2005 22:49:59 +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 j17MnobF085356; Mon, 7 Feb 2005 23:49:56 +0100 (CET) (envelope-from sos@DeepCore.dk) Message-ID: <4207F07D.2020705@DeepCore.dk> Date: Mon, 07 Feb 2005 23:49:33 +0100 From: =?ISO-8859-1?Q?S=F8ren_Schmidt?= User-Agent: Mozilla Thunderbird 1.0 (X11/20050116) X-Accept-Language: en-us, en MIME-Version: 1.0 To: dlt@mebtel.net References: <42028F29.1030801@DeepCore.dk> <6.2.1.2.0.20050207134251.055d5548@64.7.153.2> <20050207223124.GA5685@mebtel.net> In-Reply-To: <20050207223124.GA5685@mebtel.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-mail-scanned: by DeepCore Virus & Spam killer v1.6 cc: freebsd-current@freebsd.org Subject: Re: 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: Mon, 07 Feb 2005 22:49:59 -0000 Derek Tattersall wrote: > In order to keep the thread going with a newish problem: >=20 > I cvsup'ed my system yesterday, and before I appled the ata MK III patc= hes > Feb 6 13:14:50 lorne kernel: ad0: 78167MB [1= 58816/16/63] at ata0-master UDMA133 > Feb 6 13:14:50 lorne kernel: ad1: 194481MB [= 395136/16/63] at ata0-slave UDMA133 > Feb 6 13:14:50 lorne kernel: acd0: DVDR at ata1-master UDMA33 >=20 > After applying the patches: > Feb 6 18:35:56 lorne kernel: ad0: DMA limited to UDMA33, non-ATA66 cab= le or device > Feb 6 18:35:56 lorne kernel: ad0: 78167MB at= ata0-master UDMA33 > Feb 6 18:35:56 lorne kernel: ad1: 194481MB a= t ata0-slave UDMA133 > Feb 6 18:35:56 lorne kernel: acd0: CDROM at ata1-master UDMA33 >=20 > The hardware wasn't changed between the first and second reboots. Why > would the patches cause not recognize the cable type? Because of the ordering of the identify calls the cable detection fails. = It needs to probe the slave first then the master, but that screws up=20 device numbering with newbus. I have it on my list and a couble of=20 solutions, just not made up my mind yet... --=20 -S=F8ren