From owner-freebsd-current@FreeBSD.ORG Tue Aug 31 20:54:44 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 C7B5E16A4CE for ; Tue, 31 Aug 2004 20:54:44 +0000 (GMT) Received: from spider.deepcore.dk (cpe.atm2-0-53484.0x50a6c9a6.abnxx9.customer.tele.dk [80.166.201.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B16743D3F for ; Tue, 31 Aug 2004 20:54:44 +0000 (GMT) (envelope-from sos@DeepCore.dk) Received: from [194.192.25.143] (laptop.deepcore.dk [194.192.25.143]) by spider.deepcore.dk (8.12.11/8.12.10) with ESMTP id i7VKsd5x014431; Tue, 31 Aug 2004 22:54:39 +0200 (CEST) (envelope-from sos@DeepCore.dk) Message-ID: <4134E56F.3020707@DeepCore.dk> Date: Tue, 31 Aug 2004 22:54:07 +0200 From: =?ISO-8859-1?Q?S=F8ren_Schmidt?= User-Agent: Mozilla Thunderbird 0.7.2 (X11/20040802) X-Accept-Language: en-us, en MIME-Version: 1.0 To: =?ISO-8859-1?Q?Magnus_Carlebj=F6rk?= References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable cc: current@freebsd.org Subject: Re: HighPoint RocketRAID 1820 Driver 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: Tue, 31 Aug 2004 20:54:44 -0000 Magnus Carlebj=F6rk wrote: > Hi. Are there any plans to import the source code for the highpoint 182= 0? >=20 > http://www.highpoint-tech.com/BIOS%20%2B%20Driver/rr1820/FreeBSD/rr182x= -bsd-openbuild-v101.tgz=20 >=20 >=20 > Quoting from the readme.txt in the driver source: >=20 > "THERE ARE NO RESTRICTIONS ON THE USE OF THIS FREE SOURCE CODE" >=20 > Wouldn't it be nice to have a native driver? Well it would be if it had source code with it. All the interesting bits = are in a binary .o file. That said, I'm close to finishing support for the Marvell chip used in=20 that controller as part of the ATA driver, so native support will happen = when I get time to get it finished and out the door :) -S=F8ren