From owner-freebsd-hackers@FreeBSD.ORG Mon Feb 7 01:05:31 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 C4A5416A4CE for ; Mon, 7 Feb 2005 01:05:31 +0000 (GMT) Received: from walk.com.br (mail.walk.com.br [200.205.240.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33FD443D48 for ; Mon, 7 Feb 2005 01:05:30 +0000 (GMT) (envelope-from luiz@microeletronica.com.br) Received: (qmail 98458 invoked by uid 1006); 7 Feb 2005 01:05:24 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 7 Feb 2005 01:05:24 -0000 Date: Sun, 6 Feb 2005 23:05:24 -0200 (BRDT) From: Luiz Otavio Souza X-X-Sender: luiz@serv-qmp.walk.com.br To: freebsd-hackers@freebsd.org Message-ID: <20050206222416.O88635@serv-qmp.walk.com.br> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: 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 01:05:31 -0000 Recently one of my clients get a new (very cheap) P4VP-MX wich uses a VIA VT8235 Southbridge. This machine is not detecting (identify) ATA disk under 5.3. I have tested with 5.3-STABLE and 5.3-RELEASE, with 4.X it works. I tried with different disks and with CDROM, but nothing works. The same disk run on another machines (including a P4SP-MX wich uses SIS chipset) and 4.X run normaly. I have do some code debug, and ata_getparam() get no return (no interrupt is generated - ata_interrupt() never run). The workaround of PR/73706 not work for me (my secondary ATA also fail) and break another machine on tests. I'm playing with interrupt routing, but i cant get it working. Also tried with dma, acpi, pci.enable_io_modes and apic disabled. There is no error on dmesg until ATA_IDENTIFY timed out. Any ideas / workaround ? Thanks, Luiz