From owner-freebsd-hardware@FreeBSD.ORG Thu Aug 2 18:49:42 2012 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E854E106566B; Thu, 2 Aug 2012 18:49:42 +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 BD6938FC08; Thu, 2 Aug 2012 18:49:42 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 26731B96E; Thu, 2 Aug 2012 14:49:42 -0400 (EDT) From: John Baldwin To: freebsd-stable@freebsd.org Date: Thu, 2 Aug 2012 13:58:59 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110714-p17; KDE/4.5.5; amd64; ; ) References: <501A8CE0.4000800@comcast.net> In-Reply-To: <501A8CE0.4000800@comcast.net> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201208021358.59897.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Thu, 02 Aug 2012 14:49:42 -0400 (EDT) Cc: Alexander Motin , Steve Polyack , freebsd-hardware@freebsd.org Subject: Re: Problem detecting Sil3124 SATA controllers off of Sandy Bridge northbridge-connected PCIe slots 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: Thu, 02 Aug 2012 18:49:43 -0000 On Thursday, August 02, 2012 10:21:20 am Steve Polyack wrote: > Hi, > > We're having some trouble with detection of a couple of Sil3124 SATA > controller cards on newer motherboard and processor combos. > Specifically, we're running a Supermicro X9SCM-F motherboard (latest > BIOS) and Intel E3-1220v2 CPU. > > What we're seeing: > - Syba Sil3124 PCIe cards are only being detected when installed in PCIe > Slot 4 > -- The motherboard documentation shows that this is the only slot > connected to the Intel C202/204 chipset on the motherboard > -- Slots 5, 6, and 7 are connected to the integrated northbridge on the > Ivy Bridge CPU > (there is no slot 1, 2, or 3) > > FreeBSD won't detect even a single Sil3124 card installed in PCIe slot > 5, 6, or 7. If we put an Intel Dual-port NIC in either of one of these > slots, it is detected just fine. > > I've attached a verbose dmesg.boot from this box running FreeBSD > 9.0-RELEASE. We've also tried 8.1-RELEASE, 8.2-RELEASE, and 9.1-BETA1 > with the same results. Booting with ACPI disabled results in a kernel > panic during the boot process. > > I'd greatly appreciate any help or suggestions on this matter. We've > already tried just about every BIOS option on the board. Does the device show up in pciconf -l output? -- John Baldwin