HPT374 Driver in -CURRENT

Jon Noack noackjr at compgeek.com
Wed Feb 4 13:04:50 PST 2004


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



More information about the freebsd-current mailing list