From owner-freebsd-hardware@FreeBSD.ORG Fri Oct 14 11:05:49 2005 Return-Path: X-Original-To: freebsd-hardware@freebsd.org Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA5B016A420 for ; Fri, 14 Oct 2005 11:05:49 +0000 (GMT) (envelope-from jiashiun@gmail.com) Received: from qproxy.gmail.com (qproxy.gmail.com [72.14.204.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5116443D48 for ; Fri, 14 Oct 2005 11:05:49 +0000 (GMT) (envelope-from jiashiun@gmail.com) Received: by qproxy.gmail.com with SMTP id a39so263032qbd for ; Fri, 14 Oct 2005 04:05:48 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=nxnPNNH8bEGRDHicCK18RKuO21b1iljPBoDrb+vqqf3DeKUd+qohxXAOi3XkEHW6u2D0iAdhhY2nXakMY+iOhMO2KBWpYPvw5t7s9251pCT1wA7m0NPb5yGBSjvttE2ie0JuFo/tJC8bh4b/0L90K6AB/d/Ka7yw4BZWYmw0ayc= Received: by 10.65.138.15 with SMTP id q15mr607059qbn; Fri, 14 Oct 2005 04:05:48 -0700 (PDT) Received: by 10.65.107.12 with HTTP; Fri, 14 Oct 2005 04:05:48 -0700 (PDT) Message-ID: <1d6d20bc0510140405g46ce76aei@mail.gmail.com> Date: Fri, 14 Oct 2005 19:05:48 +0800 From: Jia-Shiun Li To: Lawrence Farr In-Reply-To: <20051011122055.DCAB46C8811@gunfright.epcdirect.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20051011122055.DCAB46C8811@gunfright.epcdirect.co.uk> Cc: freebsd-current@freebsd.org, freebsd-hardware@freebsd.org Subject: Re: SATA Ports not found on Asus P5LD2-VM X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Oct 2005 11:05:50 -0000 2005/10/11, Lawrence Farr : > Apologies, here's the rest of it > > I have an Asus P5LD2-VM motheroard: > > Any ideas anyone? You have your ICH7 configured to IDE-compatible mode, and there is apparently driver problems with it. Try setting it to ACHI mode. ICH7 ids was added by Soren but not tested. It would be very appreciated if you can test both configurations and attach complete verbose dmesgs to sos@ and current@. If you disable the ITE controller in BIOS setting then OS will not be able to find it. Enable it and try agin to see if 'pciconf -lv' can find any unknown device. IT8212F (RAID ver) is supported, but not IT8211 (non-RAID). From the spec of similar model P5LD2 it seemed to be an IT8211. However as far as I know the only difference in between to the driver is PCI device id, since the driver does not use its hw RAID function. If you are able to compile and test the kernel/driver w/ patches it would be better. Jia-Shiun.