Re: HPT374 Driver in -CURRENT

From: Jon Noack <noackjr_at_compgeek.com>
Date: Sat, 7 Feb 2004 02:41:55 -0600 (CST)
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
Received on Fri Feb 06 2004 - 23:42:00 UTC

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