From owner-freebsd-current@FreeBSD.ORG Mon Sep 10 18:15:55 2007 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1C49716A417 for ; Mon, 10 Sep 2007 18:15:55 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.freebsd.org (Postfix) with ESMTP id 9D50213C461 for ; Mon, 10 Sep 2007 18:15:54 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from niksun.com (anuket [10.70.0.5]) by anuket.mj.niksun.com (8.13.6/8.13.6) with ESMTP id l8AI3mX2063600; Mon, 10 Sep 2007 14:03:48 -0400 (EDT) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: freebsd-current@FreeBSD.org Date: Mon, 10 Sep 2007 14:03:40 -0400 User-Agent: KMail/1.6.2 References: <5C400D5C-7E83-41D2-A66F-C3903D6E1AB1@ish.com.au> In-Reply-To: <5C400D5C-7E83-41D2-A66F-C3903D6E1AB1@ish.com.au> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200709101403.41505.jkim@FreeBSD.org> X-Virus-Scanned: ClamAV 0.90.2/4230/Mon Sep 10 12:39:48 2007 on anuket.mj.niksun.com X-Virus-Status: Clean Cc: Aristedes Maniatis Subject: Re: AIC9410 support X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Mon, 10 Sep 2007 18:15:55 -0000 On Monday 10 September 2007 06:49 am, Aristedes Maniatis wrote: > The only historical references I could find were: > > http://www.mail-archive.com/freebsd-stable@freebsd.org/msg79964.html > > where a year ago Scott Long suggests that it might work in HostRAID > mode but not in standalone mode. If someone's interested, non-HostRAID driver for Linux is here: http://www.adaptec.com/en-US/speed/sas/linux/adp94xx-1_0_8-12_src_tgz.htm This driver is dual-licensed under BSD/GPL as it was based on Justin Gibbs' aic7xxx driver, I believe. Jung-uk Kim