From owner-freebsd-current@FreeBSD.ORG Sat Dec 29 10:24:00 2007 Return-Path: Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DA2AB16A417; Sat, 29 Dec 2007 10:24:00 +0000 (UTC) (envelope-from sos@deepcore.dk) Received: from spider.deepcore.dk (cpe.atm2-0-70484.0x50a6c9a6.abnxx16.customer.tele.dk [80.166.201.166]) by mx1.freebsd.org (Postfix) with ESMTP id 6B3A213C442; Sat, 29 Dec 2007 10:24:00 +0000 (UTC) (envelope-from sos@deepcore.dk) Received: from ws.local (ws.deepcore.dk [194.192.25.137]) by spider.deepcore.dk (8.13.8/8.13.8) with ESMTP id lBTANwlQ004320; Sat, 29 Dec 2007 11:23:59 +0100 (CET) (envelope-from sos@deepcore.dk) Message-ID: <4776203E.7080001@deepcore.dk> Date: Sat, 29 Dec 2007 11:23:58 +0100 From: =?ISO-8859-1?Q?S=F8ren_Schmidt?= User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031) MIME-Version: 1.0 To: Andre Oppermann References: <4774EA57.2000602@freebsd.org> In-Reply-To: <4774EA57.2000602@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Cc: freebsd-current@FreeBSD.ORG, sos@FreeBSD.ORG Subject: Re: nForce 430i doesn't recognise SATA devices X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 29 Dec 2007 10:24:00 -0000 Andre Oppermann wrote: > FreeBSD 7.0BETA4 can't be installed on a NVIDIA nForce 650i SLI / > nForce 430i based ASUS P5N-E SLI board. The nForce 430i south bridge > SATA ports are detected SATA devices do not get probed or detected. > It complains about timeouts and the device name is "unknown". > FreeBSD 6.3RC1 doesn't work either. > > The relevant portions of the dmesg are below (the JMicron controller > is only for an external ESATA port): > > ... > atapci0: port 0xdf00-0xdf07,0xde00-0xde03, > 0xdd00-0xdd07,0xdc00-0xdc03,0xdb00-0xdb0f mem 0xfdefe000-0xfdefffff > irq 16 at device 0.0 on pci1 > atapci0: [ITHREAD] > atapci0: AHCI Version 01.00 controller with 1 ports detected > ata2: on atapci0 > ata2: [ITHREAD] > ... > atapci1: port 0x1f0-0x1f7, > 0x3f6,0x170-0x177,0x376,0xfd00-0xfd0f at device 13.0 on pci0 > ata0: on atapci1 > ata0: [ITHREAD] > ata1: on atapci1 > ata1: [ITHREAD] > atapci2: port 0x9f0-0x9f7, > 0xbf0-0xbf3,0x970-0x977,0xb70-0xb73,0xf800-0xf80f > mem 0xfe02d000-0xfe02dfff irq 20 at device 14.0 on pci0 > atapci2: [ITHREAD] > ata3: on atapci2 > ata3: [ITHREAD] > ata4: on atapci2 > ata4: [ITHREAD] > atapci3: port 0x9e0-0x9e7, > 0xbe0-0xbe3,0x960-0x967,0xb60-0xb63,0xf300-0xf30f > mem 0xfe02c000-0xfe02cfff irq 21 at device 15.0 on pci0 > atapci3: [ITHREAD] > ata5: on atapci3 > ata5: [ITHREAD] > ata6: on atapci3 > ata6: [ITHREAD] > ... > unknown: timeout waiting to issue command > unknown: error issuing ATA_IDENTIFY command Interrupt routing is broken is my best bet, try without ACPI / apic .. -S=F8ren