From owner-freebsd-questions@FreeBSD.ORG Wed Dec 22 23:59:28 2004 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 E794F16A4CE for ; Wed, 22 Dec 2004 23:59:28 +0000 (GMT) Received: from ss.eunet.cz (ss.eunet.cz [193.85.228.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E7A743D1D for ; Wed, 22 Dec 2004 23:59:28 +0000 (GMT) (envelope-from mime@traveller.cz) Received: from [127.0.0.1] (ss.eunet.cz. [193.85.228.13]) by ss.eunet.cz (8.13.1/8.13.1) with ESMTP id iBMNxMtm047234; Thu, 23 Dec 2004 00:59:22 +0100 (CET) (envelope-from mime@traveller.cz) Message-ID: <41CA0A5B.3020107@traveller.cz> Date: Thu, 23 Dec 2004 00:59:23 +0100 From: Michal Mertl User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; cs-CZ; rv:1.7.3) Gecko/20041117 X-Accept-Language: cs, en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org, hindrich@worldchat.com Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Serial ATA? 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: Wed, 22 Dec 2004 23:59:29 -0000 Peterhin wrote: > I would like to move over to FreeBSD from Linux, only been there for a > year. > > I am starting at groung zero. I have read the hardware list for 4.9 > STABLE and > 5.2.1 RELEASE. All I can find in 3.1 "Disk Controller with Promise > ATA100/133 > OEM chip (pdc20265/69) I am using a ASUS A7N8X-E Deluxe motherboard, > with a > Promise PDC20378 Raid Controller and a Western Digital Serial ATA H.D. Will > FreeBSD work.? Yes. The controller is definitely supported. I'm not entirely sure about RAID functions but they are most probably supported too. If you have looked at supported hardware for 5.3 you would find a link to ata(4) manual page, which lists the controller as supported. It has been supported for long time but only recently (for 5.2) it got into manual pages and even more recently it's reflected in the release documentation (for 5.3). Michal