Re: HPT374 Driver in -CURRENT

From: Jon Noack <noackjr_at_compgeek.com>
Date: Wed, 04 Feb 2004 15:04:34 -0600
On 2/4/2004 2:57 PM, Rhiannon wrote:
> 2004-02-04, sze keltezéssel 21:17-kor Jon Noack ezt írta:
>>On 2/4/2004 8:07 AM, freebsd_at_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?
>>
>>man 4 ata
>>http://www.freebsd.org/cgi/man.cgi?query=ata&sektion=4&manpath=FreeBSD+5.2-current
>>
>>To summarize:
>>The HPT374 is supported by the ata driver which is "built-in" to FreeBSD 
>>(included in the GENERIC kernel).
>>
>>Jon Noack
> 
> And RAID 0 or 1 mode supported ?

The following option is needed for ata raid:

device ataraid

This is also "built-in" to FreeBSD (included in the GENERIC kernel).  As 
such, your configuration should work out-of-the-box.

I use an HPT370A with RAID 1.  Here is the appropriate section of my 
kernel config file (modified from GENERIC -- GENERIC works as well):

# ATA and ATAPI devices
device          ata
device          atadisk                 # ATA disk drives
device          ataraid                 # ATA RAID drives
device          atapicd                 # ATAPI CDROM drives
options         ATA_STATIC_ID           #Static device numbering

Jon Noack
Received on Wed Feb 04 2004 - 12:04:50 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:41 UTC