From owner-freebsd-current@FreeBSD.ORG Sun Feb 8 07:19:19 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B100716A4CE for ; Sun, 8 Feb 2004 07:19:19 -0800 (PST) Received: from mail.amarand.org (mail.amarand.org [24.106.108.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F4BB43D2F for ; Sun, 8 Feb 2004 07:19:19 -0800 (PST) (envelope-from freebsd@amarand.org) Received: from mail.amarand.org (localhost.amarand.org [127.0.0.1]) by mail.amarand.org (8.12.8/8.12.8) with ESMTP id i18FJI1h014768 for ; Sun, 8 Feb 2004 10:19:18 -0500 Received: from localhost (freebsd@localhost)i18FJIR1014764 for ; Sun, 8 Feb 2004 10:19:18 -0500 Date: Sun, 8 Feb 2004 10:19:18 -0500 (EST) From: freebsd@amarand.org To: freebsd-current@freebsd.org In-Reply-To: <49312.192.168.1.10.1076143315.squirrel@www.noacks.org> Message-ID: References: <4023C78A.8060300@compgeek.com> <49312.192.168.1.10.1076143315.squirrel@www.noacks.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: HPT374 Driver in -CURRENT X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Feb 2004 15:19:19 -0000 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