From owner-cvs-src@FreeBSD.ORG Wed Apr 30 23:20:50 2003 Return-Path: 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 E8D8837B401; Wed, 30 Apr 2003 23:20:50 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99E6B43F93; Wed, 30 Apr 2003 23:20:50 -0700 (PDT) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h416Ko0U017738; Wed, 30 Apr 2003 23:20:50 -0700 (PDT) (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h416KoIm017737; Wed, 30 Apr 2003 23:20:50 -0700 (PDT) Message-Id: <200305010620.h416KoIm017737@repoman.freebsd.org> From: Søren Schmidt Date: Wed, 30 Apr 2003 23:20:50 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 May 2003 06:20:51 -0000 sos 2003/04/30 23:20:50 PDT FreeBSD src repository Modified files: sys/dev/ata ata-chipset.c ata-pci.h Log: I'm pleased to announce that Promise is now supporting the FreeBSD project by providing documentation (under NDA) and hardware for testing. This commit is the first result of the cooperation, and adds support for several of their new controllers that we didn't support before (and probably newer would have without this arrangement). 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 :) Revision Changes Path 1.21 +144 -7 src/sys/dev/ata/ata-chipset.c 1.8 +17 -2 src/sys/dev/ata/ata-pci.h