From owner-freebsd-amd64@FreeBSD.ORG Mon Aug 18 05:29:19 2008 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ACA3B1065672 for ; Mon, 18 Aug 2008 05:29:19 +0000 (UTC) (envelope-from michael@fuckner.net) Received: from dedihh.fuckner.net (dedihh.fuckner.net [81.209.183.161]) by mx1.freebsd.org (Postfix) with ESMTP id 3A7858FC23 for ; Mon, 18 Aug 2008 05:29:19 +0000 (UTC) (envelope-from michael@fuckner.net) Received: from localhost (localhost [127.0.0.1]) by dedihh.fuckner.net (Postfix) with ESMTP id 742A6621C2; Mon, 18 Aug 2008 07:29:17 +0200 (CEST) X-Virus-Scanned: amavisd-new at fuckner.net Received: from dedihh.fuckner.net ([127.0.0.1]) by localhost (dedihh.fuckner.net [127.0.0.1]) (amavisd-new, port 10024) with SMTP id wbXoXdyIu7UL; Mon, 18 Aug 2008 07:29:12 +0200 (CEST) Received: from c64.rebootking.de (e176176149.adsl.alicedsl.de [85.176.176.149]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by dedihh.fuckner.net (Postfix) with ESMTPSA id 94C12621B3; Mon, 18 Aug 2008 07:29:12 +0200 (CEST) Message-ID: <48A9089F.3090803@fuckner.net> Date: Mon, 18 Aug 2008 07:29:03 +0200 From: Michael Fuckner User-Agent: Thunderbird 2.0.0.16 (X11/20080726) MIME-Version: 1.0 To: Joseph Olatt References: <200808162040.m7GKe5Ob015598@freefall.freebsd.org> <48A7ED5A.3090705@wenks.ch> <20080817085535.A14465@eskimo.com> <48A85BAD.1080506@fuckner.net> <20080817174513.A28603@eskimo.com> In-Reply-To: <20080817174513.A28603@eskimo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Fabian Wenk , freebsd-amd64@freebsd.org Subject: Re: amd64/125002: [install] amd64, SATA hard disks not detected X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Aug 2008 05:29:19 -0000 Joseph Olatt wrote: >> Can you tell us about the chipset? Is it an intel oder nvidia? > > > I believe the chipset is Nvidia. Here is the output of "lspci -v" on > Ubuntu running on the same system: correct. > 00:08.0 IDE interface: nVidia Corporation Unknown device 056c (rev a1) > (prog-if 8a [Master SecP PriP]) > Subsystem: Unknown device f025:0137 > Flags: bus master, 66MHz, fast devsel, latency 0 > [virtual] Memory at 000001f0 (32-bit, non-prefetchable) [disabled] > [size=8] > [virtual] Memory at 000003f0 (type 3, non-prefetchable) [disabled] > [size=1] > [virtual] Memory at 00000170 (32-bit, non-prefetchable) [disabled] > [size=8] > [virtual] Memory at 00000370 (type 3, non-prefetchable) [disabled] > [size=1] > I/O ports at ffa0 [size=16] > Capabilities: > 00:0e.0 RAID bus controller: nVidia Corporation Unknown device 07f8 (rev > a2) (prog-if 85) > Subsystem: Acer Incorporated [ALI] Unknown device 0137 > Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 508 > I/O ports at d480 [size=8] > I/O ports at d400 [size=4] > I/O ports at d080 [size=8] > I/O ports at d000 [size=4] > I/O ports at cc00 [size=16] > Memory at fea7c000 (32-bit, non-prefetchable) [size=8K] > Capabilities: > /*** End output of lspci -v ***/ > > Unfortunately, of the above entries I wasn't able to tell what the > specific chipset of the SATA controller is. > > Other than "lspci -v" and "dmesg", I not sure how to find the chipset > name under Linux. > > Thanks for taking the time to help. > It's probably 0x056c10de aka MCP73 for the DVD-Drive, the Satacontroller seems to be 0x07f8. I can't find it in those files, so it seems to be unspported right now. I don't know it it is enough to just add the devices and built an installation-disc- but it's worth a try. Michael!