HPT374 Driver in -CURRENT
Jon Noack
noackjr at compgeek.com
Sat Feb 7 00:42:01 PST 2004
freebsd at amarand.org wrote:
> I'm noticing, after having the ability now to view the bootup, that I'm
> receiving the following error:
>
> "ar: HighPoint check1 failed"
This is being printed from line 1111 of src/sys/dev/pci/ata/ata-raid.c:
/* check if this is a HighPoint RAID struct */
if (info->magic != HPT_MAGIC_OK && info->magic != HPT_MAGIC_BAD) {
if (bootverbose)
printf("ar: HighPoint check1 failed\n");
goto highpoint_out;
}
And my ignorance starts playing a major role... ;-)
Anyone in the know (Soren?) have any thoughts?
Jon Noack
More information about the freebsd-current
mailing list