From owner-freebsd-stable@FreeBSD.ORG Sat Apr 14 14:41:07 2007 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8DE8F16A401 for ; Sat, 14 Apr 2007 14:41:07 +0000 (UTC) (envelope-from corwin@aeternal.net) Received: from amber.aeternal.net (amber.aeternal.net [212.232.17.148]) by mx1.freebsd.org (Postfix) with ESMTP id 4DCEE13C483 for ; Sat, 14 Apr 2007 14:41:07 +0000 (UTC) (envelope-from corwin@aeternal.net) Received: from localhost (localhost.aeternal.net [127.0.0.1]) by amber.aeternal.net (Postfix) with ESMTP id 97341B822 for ; Sat, 14 Apr 2007 16:18:09 +0200 (CEST) X-Virus-Scanned: by amavisd-new at aeternal.net Received: from amber.aeternal.net ([127.0.0.1]) by localhost (amber.aeternal.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id thlGAOdsHvxX for ; Sat, 14 Apr 2007 16:18:08 +0200 (CEST) Received: from [127.0.0.1] (chello085216248040.chello.sk [85.216.248.40]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: corwin@aeternal.net) by amber.aeternal.net (Postfix) with ESMTP id B3AF7B821 for ; Sat, 14 Apr 2007 16:18:08 +0200 (CEST) Message-ID: <4620E2A0.1070803@aeternal.net> Date: Sat, 14 Apr 2007 16:18:08 +0200 From: Martin Hudec User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 To: freebsd-stable@freebsd.org References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: IT8212F PCI Raid Card X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: corwin@aeternal.net List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Apr 2007 14:41:07 -0000 Gary wrote: > Does FreeBSD support an IT8212F based PCI Raid card? Yes, it does. Typing man 4 ata reveals: ITE: IT8211F, IT8212F. As for the part of seeing the disks on this controller, it depends on how the controller is able to present them to the system. Martin