From owner-freebsd-questions@FreeBSD.ORG Tue Jul 8 12:05:53 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C295837B405 for ; Tue, 8 Jul 2003 12:05:53 -0700 (PDT) Received: from magic.adaptec.com (magic-mail.adaptec.com [208.236.45.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18DF143FA3 for ; Tue, 8 Jul 2003 12:05:51 -0700 (PDT) (envelope-from scott_long@btc.adaptec.com) Received: from redfish.adaptec.com (redfish.adaptec.com [162.62.50.11]) by magic.adaptec.com (8.11.6/8.11.6) with ESMTP id h68J5os31615; Tue, 8 Jul 2003 12:05:50 -0700 Received: from btc.adaptec.com ([10.100.253.187]) by redfish.adaptec.com (8.8.8p2+Sun/8.8.8) with ESMTP id MAA01066; Tue, 8 Jul 2003 12:05:50 -0700 (PDT) Message-ID: <3F0B15F6.9040501@btc.adaptec.com> Date: Tue, 08 Jul 2003 13:05:26 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3) Gecko/20030425 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Buki References: <20030708181816.GA80307@dak2060.sh.cvut.cz> In-Reply-To: <20030708181816.GA80307@dak2060.sh.cvut.cz> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: questions@freebsd.org cc: "Long, Scott" Subject: Re: Adaptec 2120S management (raidutil) ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jul 2003 19:05:54 -0000 Buki wrote: > On Tue, Jul 08, 2003 at 10:17:34AM -0600, Scott Long wrote: > >>Buki wrote: >> >>Hi, >> >>The old 'Storage Manager' and 'raidutil' tools do not work with >>the newer generation of Adaptec RAID cards. The newer genreation >>use 'Storage Manager Browser Edition' for the GUI and 'aaccli' for >>the CLI. I ported the aaccli program to FreeBSD a few years ago, >>but it has fallen out of date and I don't recommend using it with >>the 2120/2200 cards. You can, however, extract the Linux version >>of 'aaccli' from the CD that comes with the card and run it under >>FreeBSD. You'll need the normal linux compatibility tools, and >>you'll need to either compile your kernel with AAC_COMPAT_LINUX >>or load the 'aac_linux.ko' kernel module. > > > OK, I probably should mention I am using FreeBSD 4.8 in which I failed > to locate either aac_linux.ko or AAC_COMPAT_LINUX > OTOH, aac_linux.ko exist under FreeBSD 5.1, but I don't want to > use 5.x in production. > But thanks anyway :) > > >>Scott > > > Buki I apologize, the aac_linux.ko thing only exists in 5.x. However, the AAC_COMPAT_LINUX kernel option _does_ exist in all versions of FreeBSD after 4.1. I wrote the driver. Scott