From owner-freebsd-stable@FreeBSD.ORG Sat May 15 09:29:18 2004 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 3CE0D16A4CE for ; Sat, 15 May 2004 09:29:18 -0700 (PDT) Received: from mail814.megamailservers.com (mail814.carrierinternetsolutions.com [69.49.106.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id 900C743D41 for ; Sat, 15 May 2004 09:29:17 -0700 (PDT) (envelope-from strick@covad.net) X-POP-User: strick.covad.net Received: from mist.nodomain (h-68-164-174-125.snfccasy.dynamic.covad.net [68.164.174.125])i4FGTDX8028755; Sat, 15 May 2004 12:29:13 -0400 Received: from mist.nodomain (localhost [127.0.0.1]) by mist.nodomain (8.12.9p2/8.12.9) with ESMTP id i4FGTCI0004060; Sat, 15 May 2004 09:29:12 -0700 (PDT) (envelope-from dan@mist.nodomain) Received: (from dan@localhost) by mist.nodomain (8.12.9p2/8.12.9/Submit) id i4FGTCdA004059; Sat, 15 May 2004 09:29:12 -0700 (PDT) (envelope-from dan) Date: Sat, 15 May 2004 09:29:12 -0700 (PDT) From: Dan Strick Message-Id: <200405151629.i4FGTCdA004059@mist.nodomain> To: altares@e-card.bg cc: stable@freebsd.org Subject: Re: SATA on FreeBSD-4.x 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: Sat, 15 May 2004 16:29:18 -0000 On Sat, 15 May 2004 16:14:28 +0300, Rumen Telbizov wrote: >> > - RocketRAID 154x/1640 S-ATA Controller driver Version 1.11s > - chipset hpt374 > > ... > > Drivers for FreeBSD are provided from the HighPoint. > I downloaded the driver (kernel module) from the > HighPoint site! > > ... > > > Can you boot off your HighPoint card? > Sure I can! But ... > > The default BIOS of the RAID controler > was for ATA (PATA) and not for SATA (stupid isn't it!?). > I wasted 5 hours trying to find out what was wrong, until > I finaly decided to take the final BIOS from the site > and flash my card. After this everything was fine. > > ... > > One last thing: just for your information - I am > running RAID 1 (for 1 month) without any problems. > The card supports hardware raid that could be re/build > with sysctl commands. >> Thanks for the info. It is good that there seems to be a PCI SATA card that seems to work well in FreeBSD-stable. Do you by any chance know if the RAID mirroring function is implemented in the controller or in the driver? If it is implemented in the hardware, it is possible that during disk writes the data is transferred across the PCI bus only once for both drives rather than once for each drive. Dan Strick