From owner-freebsd-amd64@FreeBSD.ORG Mon Dec 27 13:50:10 2010 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B3A86106564A for ; Mon, 27 Dec 2010 13:50:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 891FD8FC13 for ; Mon, 27 Dec 2010 13:50:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oBRDoAw7030840 for ; Mon, 27 Dec 2010 13:50:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oBRDoA7t030839; Mon, 27 Dec 2010 13:50:10 GMT (envelope-from gnats) Date: Mon, 27 Dec 2010 13:50:10 GMT Message-Id: <201012271350.oBRDoA7t030839@freefall.freebsd.org> To: freebsd-amd64@FreeBSD.org From: John Baldwin Cc: Subject: Re: amd64/153403: BSD can't find SAS RAID on Intel SR2600UR server X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: John Baldwin List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Dec 2010 13:50:10 -0000 The following reply was made to PR amd64/153403; it has been noted by GNATS. From: John Baldwin To: "Nicholas N." Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: amd64/153403: BSD can't find SAS RAID on Intel SR2600UR server Date: Mon, 27 Dec 2010 08:46:12 -0500 Can you capture a dmesg using a serial console? The LSI SAS1078 is well-supported by the mfi(4) driver, so it should see any volumes that are configured. I assume you've configured a RAID-1 volume using the BIOS and that the BIOS sees the volume during boot? -- John Baldwin