From owner-freebsd-current@FreeBSD.ORG Wed Feb 4 08:41:41 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D98116A4CE for ; Wed, 4 Feb 2004 08:41:41 -0800 (PST) Received: from spider.deepcore.dk (cpe.atm2-0-53484.0x50a6c9a6.abnxx9.customer.tele.dk [80.166.201.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77E0643D54 for ; Wed, 4 Feb 2004 08:41:34 -0800 (PST) (envelope-from sos@DeepCore.dk) Received: from DeepCore.dk (devel.deepcore.dk [194.192.25.131]) by spider.deepcore.dk (8.12.10/8.12.10) with ESMTP id i14GcXCm042919; Wed, 4 Feb 2004 17:38:33 +0100 (CET) (envelope-from sos@DeepCore.dk) Message-ID: <402120B9.10907@DeepCore.dk> Date: Wed, 04 Feb 2004 17:41:29 +0100 From: =?ISO-8859-1?Q?S=F8ren_Schmidt?= User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5b) Gecko/20030919 Thunderbird/0.2 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd@amarand.org References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-mail-scanned: by DeepCore Virus & Spam killer v1.3 X-Mailman-Approved-At: Thu, 05 Feb 2004 05:14:12 -0800 cc: FreeBSD-current@freebsd.org Subject: Re: HPT374 Driver in -CURRENT X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Feb 2004 16:41:41 -0000 freebsd@amarand.org wrote: > I would like to start using -CURRENT however, I have a dependency on > driver support for the Rocketraid 404 which contains that HPT374 > (Highpoint) chipset. The vendor has 4 through 5 drivers compiled as > kernel load modules up to 5.1, and only "Linux Source" available. Is this > something that should be supported natively in the kernel, or do I need to > go down some other path? The HPT 374 is supported in the kernel (and has been for ages), RAID modes 0 and 1 are also supported by ataraid. The newer HPT controllers has a software RAID5 mode as well, this is not supported yet... -- -Søren