From owner-freebsd-hackers@FreeBSD.ORG Mon Feb 7 07:27:47 2005 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8AFD116A4CE for ; Mon, 7 Feb 2005 07:27:47 +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 CABE443D58 for ; Mon, 7 Feb 2005 07:27:46 +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 j177RcRS073398; Mon, 7 Feb 2005 08:27:40 +0100 (CET) (envelope-from sos@DeepCore.dk) Message-ID: <42071856.5080205@DeepCore.dk> Date: Mon, 07 Feb 2005 08:27:18 +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: Luiz Otavio Souza References: <20050206222416.O88635@serv-qmp.walk.com.br> In-Reply-To: <20050206222416.O88635@serv-qmp.walk.com.br> 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-hackers@freebsd.org Subject: Re: ATA_IDENTIFY timed out on ASUS P4VP-MX X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Feb 2005 07:27:47 -0000 Luiz Otavio Souza wrote: >=20 > Recently one of my clients get a new (very cheap) P4VP-MX wich uses a=20 > VIA VT8235 Southbridge. >=20 > This machine is not detecting (identify) ATA disk under 5.3. >=20 > I have tested with 5.3-STABLE and 5.3-RELEASE, with 4.X it works. >=20 > I tried with different disks and with CDROM, but nothing works. >=20 > The same disk run on another machines (including a P4SP-MX wich uses SI= S=20 > chipset) and 4.X run normaly. >=20 > I have do some code debug, and ata_getparam() get no return (no=20 > interrupt is generated - ata_interrupt() never run). >=20 > The workaround of PR/73706 not work for me (my secondary ATA also fail)= =20 > and break another machine on tests. >=20 > I'm playing with interrupt routing, but i cant get it working. >=20 > Also tried with dma, acpi, pci.enable_io_modes and apic disabled. >=20 > There is no error on dmesg until ATA_IDENTIFY timed out. >=20 > Any ideas / workaround ? Please try the ATA-mkIII patches+tarfile I announced last week on=20 -current and -stable.. --=20 -S=F8ren