From owner-freebsd-current@FreeBSD.ORG Fri Dec 28 12:21:43 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 6492516A418 for ; Fri, 28 Dec 2007 12:21:43 +0000 (UTC) (envelope-from andre@freebsd.org) Received: from c00l3r.networx.ch (c00l3r.networx.ch [62.48.2.2]) by mx1.freebsd.org (Postfix) with ESMTP id C092113C46B for ; Fri, 28 Dec 2007 12:21:42 +0000 (UTC) (envelope-from andre@freebsd.org) Received: (qmail 96462 invoked from network); 28 Dec 2007 11:47:59 -0000 Received: from c00l3r.networx.ch (HELO [127.0.0.1]) ([62.48.2.2]) (envelope-sender ) by c00l3r.networx.ch (qmail-ldap-1.03) with SMTP for ; 28 Dec 2007 11:47:59 -0000 Message-ID: <4774EA57.2000602@freebsd.org> Date: Fri, 28 Dec 2007 13:21:43 +0100 From: Andre Oppermann User-Agent: Thunderbird 1.5.0.14 (Windows/20071210) MIME-Version: 1.0 To: freebsd-current@freebsd.org, sos@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: 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: Fri, 28 Dec 2007 12:21:43 -0000 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 ... Any help appreciated. -- Andre