From owner-freebsd-hardware@FreeBSD.ORG Sun Jul 19 01:13:22 2009 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A39A1106564A for ; Sun, 19 Jul 2009 01:13:22 +0000 (UTC) (envelope-from mkhitrov@gmail.com) Received: from mail-qy0-f204.google.com (mail-qy0-f204.google.com [209.85.221.204]) by mx1.freebsd.org (Postfix) with ESMTP id 62EBC8FC14 for ; Sun, 19 Jul 2009 01:13:22 +0000 (UTC) (envelope-from mkhitrov@gmail.com) Received: by qyk42 with SMTP id 42so1275442qyk.3 for ; Sat, 18 Jul 2009 18:13:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:from:date:message-id :subject:to:content-type:content-transfer-encoding; bh=Og/2I4GV+qbnj/QCs5HgrqZUoqkfbxryj5L+WFaq9JQ=; b=XXtHcwyaDyjMC3ViJiyBmEE23U/S44iFVEQ1R/iqWHtzBXYvNIOWt8Ku/MP3wMY19w 5Y7cVIa90wcJqBX+FzXsJzy5qWwTtYoCaAs2Gtg2tDArptO7QzaIVtiSIxoycnzF3qez WxXmCkf0EcsN2+/eXNo3jeu2YGEK9ZdoCpAIk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type :content-transfer-encoding; b=PUF9XU1WjDszQNVw98GD7PrQbhbn/DAUq0cOZilHn8hHkBGPqIMSE0fJUoRGXpyqR9 y4Ue/vcbHWiLzwy6zVdNnnRZtqzEePuduFrouf3d+3rlkKC6w850vKl8gjMa50rRsiA7 0hISrjjGENZY+ghREFfo5MTVcPGT4VO4IuWcU= MIME-Version: 1.0 Received: by 10.229.96.149 with SMTP id h21mr525243qcn.53.1247964440149; Sat, 18 Jul 2009 17:47:20 -0700 (PDT) From: Maxim Khitrov Date: Sat, 18 Jul 2009 20:47:00 -0400 Message-ID: <26ddd1750907181747g4608b4aai7ef145197bfc580d@mail.gmail.com> To: freebsd-hardware@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Driver for 3ware 9690SA, FreeBSD 8 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: Sun, 19 Jul 2009 01:13:22 -0000 Hello all, This is the first time I'm setting up hardware raid under FreeBSD. The card is 3ware 9690SA (twa driver) and I'm running FreeBSD 8.0-BETA2. I'm a bit confused about the driver situation. The twa driver that comes with FreeBSD is at version 3.70.05.001 (listed during boot). I cannot find this version anywhere on the 3ware site. There is, however, a reference to 3.70.05.003 [1], which is from 9.5.1 code set for FreeBSD 7.x. Is there some disconnect between what 3ware releases for FreeBSD and what actually makes it into the source tree? If so, is it a better idea to use the driver that comes with FreeBSD 8 or download the latest source from 3ware and compile that myself (note that FreeBSD 8.x is not listed anywhere, so my guess is to use the 7.x version)? The reason I ask is because I'd like to update the firmware on the controller, but I have no idea what is the latest version that the current driver supports. For that matter, I don't know if the firmware that came with the card is supported, though it appears to be working for now. Basically, I'm just looking for advice on how to deal with drivers that are primarily maintained outside of the FreeBSD source tree. If anyone else is using the same controller, I'd also appreciate any advice on setting up the CLI (my guess is that I should use the sysutils/tw_cli port) and e-mail notifications for things like the loss of a drive. - Max [1] http://www.3ware.com/kb/article.aspx?id=14847