From owner-freebsd-amd64@FreeBSD.ORG Thu Oct 18 20:45:05 2012 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9B22CEFA; Thu, 18 Oct 2012 20:45:05 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (bigknife-pt.tunnel.tserv9.chi1.ipv6.he.net [IPv6:2001:470:1f10:75::2]) by mx1.freebsd.org (Postfix) with ESMTP id 6E4788FC1A; Thu, 18 Oct 2012 20:45:05 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id B516EB986; Thu, 18 Oct 2012 16:45:04 -0400 (EDT) From: John Baldwin To: freebsd-amd64@freebsd.org, Jim Harris Subject: Re: amd64/172854: 9.0R doesn't recognize HDD on intel C602 chipset Date: Thu, 18 Oct 2012 16:44:51 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110714-p20; KDE/4.5.5; amd64; ; ) References: <201210181610.q9IGA1Ih083499@freefall.freebsd.org> In-Reply-To: <201210181610.q9IGA1Ih083499@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201210181644.51630.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Thu, 18 Oct 2012 16:45:04 -0400 (EDT) X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Oct 2012 20:45:05 -0000 On Thursday, October 18, 2012 12:10:01 pm Jim Harris wrote: > Intel C60x chipsets have 2 disk controllers - the SATA controller > (which most people are familiar with), and an integrated SAS > controller. The isci(4) driver for the SAS controller was added to > FreeBSD in January - too late for 9.0, but did make it into 8.3 and > will be in 9.1. My guess is the HDD in question is attached to the > SAS controller, and not the SATA controller. I know that SuperMicro > systems ship with the front disk slots connected to the SAS > controller. > > On 8.3, can you run "camcontrol devlist -v" and check whether the disk > in question is on an isciX or ahcichX bus? I think 9.0 didn't have the PCI ID for the onboard SATA in RAID mode either? -- John Baldwin