From owner-freebsd-hardware@FreeBSD.ORG Wed Nov 16 23:10:08 2005 Return-Path: X-Original-To: hardware@freebsd.org Delivered-To: freebsd-hardware@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D9BA916A41F for ; Wed, 16 Nov 2005 23:10:08 +0000 (GMT) (envelope-from mikej@rogers.com) Received: from smtp105.rog.mail.re2.yahoo.com (smtp105.rog.mail.re2.yahoo.com [206.190.36.83]) by mx1.FreeBSD.org (Postfix) with SMTP id 43A7A43D49 for ; Wed, 16 Nov 2005 23:10:06 +0000 (GMT) (envelope-from mikej@rogers.com) Received: (qmail 76883 invoked from network); 16 Nov 2005 23:10:03 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=rogers.com; h=Received:Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject:Content-Type:Content-Transfer-Encoding; b=zO1wKNiSXpIsagJYLCeVYgpMHeeqoqaZKOF/pQj1viGD1of06o+FFmEwtWsiEatXm8RGhi72IkgAr2PQb5Do1E+2uBzfqW2dx/F7VTNO1Va/3Dqdjh6y+4fuIex3roDAAPuhzxKXU+i4wxQX+cl+fYQl6V1fhvcn6q75ZAqBL8A= ; Received: from unknown (HELO ?172.16.0.199?) (mikej@rogers.com@70.31.50.81 with plain) by smtp105.rog.mail.re2.yahoo.com with SMTP; 16 Nov 2005 23:10:03 -0000 Message-ID: <437BBC51.2030804@rogers.com> Date: Wed, 16 Nov 2005 18:10:09 -0500 From: Mike Jakubik User-Agent: Thunderbird 1.5 (Windows/20051025) MIME-Version: 1.0 To: hardware@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: scottl@freebsd.org Subject: hptmv support on AMD64 X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Nov 2005 23:10:09 -0000 Hi, The man page for the hptmv (HighPoint RocketRAID 182x) drivers, on 6.0 and 5.4 states: --- *NOTES* The *hptmv* driver only works on the i386 platform as it requires a binary blob object from the manufacturer which they only supply for the i386 platform --- This is however not true, at least not anymore. HighPoint provides open source drivers that include the blob for i386 and amd64, as seen here http://www.highpoint-tech.com/USA/bios_rr1810a.htm on the open source driver version 1.12. Also the man page for -CURRENT says that i386 AND amd64 is supported. Is there any way that we can update FreeBSDs' 5.x and 6.x drivers to this current version? I have a dual Opteron server that i would like to run in native mode, but the fact that i have to download binary modules, (which don't support 6.0) is a PITA when keeping the system up to date. Thank You.