From owner-cvs-src@FreeBSD.ORG  Thu May  1 10:06:53 2003
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 2971637B408
	for <cvs-src@FreeBSD.org>; Thu,  1 May 2003 10:06:53 -0700 (PDT)
Received: from rootlabs.com (root.org [67.118.192.226])
	by mx1.FreeBSD.org (Postfix) with SMTP id C2F7243FBF
	for <cvs-src@FreeBSD.org>; Thu,  1 May 2003 10:06:51 -0700 (PDT)
	(envelope-from nate@rootlabs.com)
Received: (qmail 85876 invoked by uid 1000); 1 May 2003 17:06:52 -0000
Date: Thu, 1 May 2003 10:06:52 -0700 (PDT)
From: Nate Lawson <nate@root.org>
To: =?X-UNKNOWN?Q?S=F8ren_Schmidt?= <sos@FreeBSD.org>
In-Reply-To: <20030501062057.E156937B49A@hub.freebsd.org>
Message-ID: <Pine.BSF.4.21.0305010957310.85777-100000@root.org>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=X-UNKNOWN
Content-Transfer-Encoding: 8BIT
cc: cvs-src@FreeBSD.org
cc: src-committers@FreeBSD.org
cc: cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/sys/dev/ata ata-chipset.c ata-pci.h
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 01 May 2003 17:06:53 -0000

On Wed, 30 Apr 2003, Søren Schmidt wrote:
>   Add support for the Promise SATA150 TX2/TX4 and the Promise TX4000
>   controllers. This also adds support for various motherboard fitted
>   Promise SATA/ATA chips.
>   Note that this code uses memory mapped registers to minimize overhead.
>   I belive FreeBSD has made another first in the Open Source world
>   by being able to release support for this :)

Excellent, SATA support is a great move forward.

-Nate