From owner-freebsd-stable@FreeBSD.ORG Wed Apr 27 23:36:29 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 47E0D16A4D4; Wed, 27 Apr 2005 23:36:29 +0000 (GMT) Received: from smtp1.linkline.com (smtp1.linkline.com [66.59.235.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 113E943D53; Wed, 27 Apr 2005 23:36:29 +0000 (GMT) (envelope-from sclements@linkline.com) Received: from [127.0.0.1] (host-66-59-225-129.lcinet.net [66.59.225.129]) by smtp1.linkline.com (Postfix) with ESMTP id E9A989CCC4; Wed, 27 Apr 2005 16:36:25 -0700 (PDT) Message-ID: <427021F9.1010704@linkline.com> Date: Wed, 27 Apr 2005 16:36:25 -0700 From: Samuel Clements User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: steven.glogger@ch.easynet.net References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-stable@freebsd.org cc: freebsd-hardware@freebsd.org Subject: Re: SATA RAID 1 controllers for Intel board X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Apr 2005 23:36:29 -0000 Should work just fine with the integrated ICH5R if you CVSUP to -CURRENT. sos@ has done major work to the ata code recently and I have many of this exact machine up and running right now. I had to: Enable SATA RAID in the BIOS but define no raid Install FreeBSD on ad4 (or the first disk) CVSUP to current and rebuild kernel edit your fstab and change all the ad4 (or whatever disk you installed on) entries to ar0 go into RAID BIOS and create a RAID from the first drive When it asks you how to create the array, choose Build and it'll copy your first drive to the second drive, creating a mirror. reboot your machine and it should 'just work' -Sam Steven Glogger wrote: > hi all > > i'm fighting a little bit with a new intel server. > i bought an intel SE7210TP1-E server with integrated RAID controller (SATA) > and thought: nice, one box everything inside ,-) > but it seems that the raid controller is not supported by any freebsd > version (i would love to see it running on 5.x). > on some posts i saw that the onboard controller is some kind of > 'software-raid' - but i don't care ,-) > anyhow, i didn't got this onboard raid controller (which seems to be an > adaptec hostraid) working. > (if someone knows how to do it: please mail! *beggin*). > > anyhow, i had the fabulous idea to buy an high point 1520 SATA raid > controller which is working fine in other servers. > but i didn't expected intel to NOT work with this controller ;-( > i tried several hours (incl. bios upgrades, etc.) to just BOOT from this > raid controller (with and without any raid). > even when in the amibios is set: primary boot device -> "RocketRaid 1520 > SATA controller" nothing will ever boot from this device (and yes, i set the > disk to 'active' - it will boot if i put the disc directly to the on-board > plug). > > i contacted intel and they told me: > > "Unfortunately we have not validated any High Point RAID controller on > Intel(R) Entry Server Board SE7210TP1-E > For a list of tested and validated hardware for this board please visit the > following URL: > http://support.intel.com/support/motherboards/server/se7210tp1-e/sb/cs-00992 > 0.htm > " > > well, nice isn't it? ;-) > (if someone knows how to get this controller running on that specific board: > let me know). > > after reading the tested-hardware list (see link from intel) i found out > that the "FastTrak S150 TX4" should boot ;-) > but after looking on google and the mailinglist i couldn't figure out if > freebsd 5.X would recognize it. > > does anyone want to share some of his experience how to get a raid running > with either the on-board controller, the hightpoint controller or an > fasttrak S150 TX4? ;-) (otherwise i would prepare a software raid) > > > greetings! & many thanks in advance ,-) > > -steven > > > _______________________________________________ > freebsd-hardware@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hardware > To unsubscribe, send any mail to "freebsd-hardware-unsubscribe@freebsd.org"