From owner-cvs-src@FreeBSD.ORG  Wed Mar 23 05:14:12 2005
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 54E3916A4CE; Wed, 23 Mar 2005 05:14:12 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 3A20E43D2D; Wed, 23 Mar 2005 05:14:12 +0000 (GMT)
	(envelope-from mdodd@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2N5ECYZ014890;
	Wed, 23 Mar 2005 05:14:12 GMT
	(envelope-from mdodd@repoman.freebsd.org)
Received: (from mdodd@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2N5ECn2014889;
	Wed, 23 Mar 2005 05:14:12 GMT
	(envelope-from mdodd)
Message-Id: <200503230514.j2N5ECn2014889@repoman.freebsd.org>
From: "Matthew N. Dodd" <mdodd@FreeBSD.org>
Date: Wed, 23 Mar 2005 05:14:12 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5
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 <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: Wed, 23 Mar 2005 05:14:12 -0000

mdodd       2005-03-23 05:14:12 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/dev/ata          ata-chipset.c ata-pci.h 
  Log:
  ata-chipset.c
  1.98: Support should now cover all old and current products.
  1.97: Update the Promise support for combo (SATA+PATA) controllers.
  1.96: Compensate for off by one bugs in disk firmware for 48BIT
        addressing cutover
  1.95: Update the ICH6 support so all 4 SATA channels can be used.
        We still use "normal" mode, AHCI mode is in the works still.
  
  ata-pci.h
  1.36: Add first shot on support for the new Promise SATAII chips.
  
  Approved by:     re
  
  Revision  Changes    Path
  1.81.2.6  +179 -75   src/sys/dev/ata/ata-chipset.c
  1.32.2.4  +10 -2     src/sys/dev/ata/ata-pci.h