Date: Sun, 8 Feb 2004 10:19:18 -0500 (EST) From: freebsd@amarand.org To: freebsd-current@freebsd.org Subject: Re: HPT374 Driver in -CURRENT Message-ID: <Pine.LNX.4.58.0402081015250.14760@mail.amarand.org> In-Reply-To: <49312.192.168.1.10.1076143315.squirrel@www.noacks.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> <49312.192.168.1.10.1076143315.squirrel@www.noacks.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 7 Feb 2004, Jon Noack wrote: > 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 != 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? Well, let's try a different tack: If there's someone out there who has the HPT374 chipset (or better yet, the RocketRoad 404 product) working under 5.X with the built-in kernel support, could you please let me know which BIOS version you're running? I'm using 2.12c, although I'm sure I can download and upgrade/downgrade to a specific version if this may fix the magic number comparision issue. Also, on Highpoint's web-site, the latest driver set contains kernel load modules for up to 5.1. When I contacted the vendor, they stated that they have a 'special arrangement' with the FreeBSD folks. I'm wondering how often they/we/you update these .ko files, and if there's some way that I could re-compile this module on my test-box running 5.2.1? Sorry to draw this out.... --Sean Goodman
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.4.58.0402081015250.14760>