Date: Sat, 7 Feb 2004 02:41:55 -0600 (CST) From: "Jon Noack" <noackjr@compgeek.com> To: freebsd@amarand.org Cc: freebsd-current@freebsd.org Subject: Re: HPT374 Driver in -CURRENT Message-ID: <49312.192.168.1.10.1076143315.squirrel@www.noacks.org> In-Reply-To: <Pine.LNX.4.58.0402061954290.21450@mail.amarand.org> References: <Pine.LNX.4.44.0402060724140.11387-100000@mail.amarand.org><4023C78A.8060300@compgeek.com> <Pine.LNX.4.58.0402061954290.21450@mail.amarand.org>
next in thread | previous in thread | raw e-mail | index | archive | help
freebsd@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 !=3D HPT_MAGIC_OK && info->magic !=3D 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?49312.192.168.1.10.1076143315.squirrel>