From owner-cvs-src@FreeBSD.ORG Fri Oct 14 09:34:51 2005 Return-Path: X-Original-To: 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 6FF1F16A41F; Fri, 14 Oct 2005 09:34:51 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B10243D48; Fri, 14 Oct 2005 09:34:51 +0000 (GMT) (envelope-from scottl@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 j9E9Ypmq036979; Fri, 14 Oct 2005 09:34:51 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j9E9YoCE036978; Fri, 14 Oct 2005 09:34:50 GMT (envelope-from scottl) Message-Id: <200510140934.j9E9YoCE036978@repoman.freebsd.org> From: Scott Long Date: Fri, 14 Oct 2005 09:34:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_0 Cc: Subject: cvs commit: src/sys/dev/ata ata-chipset.c ata-pci.c ata-pci.h ata-raid.c atapi-cd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 14 Oct 2005 09:34:51 -0000 scottl 2005-10-14 09:34:50 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_0) sys/dev/ata ata-chipset.c ata-pci.c ata-pci.h ata-raid.c atapi-cd.c Log: MFC: Sync the driver with RELENG_6 to pick up critical atapi-cd and ata-raid fixes, as well as ATI support. Submitted by: sos Approved by: re Revision Changes Path 1.126.2.4.2.1 +123 -7 src/sys/dev/ata/ata-chipset.c 1.105.4.1 +4 -0 src/sys/dev/ata/ata-pci.c 1.49.2.3.2.1 +9 -0 src/sys/dev/ata/ata-pci.h 1.98.2.2.2.1 +10 -17 src/sys/dev/ata/ata-raid.c 1.179.2.1.2.1 +13 -7 src/sys/dev/ata/atapi-cd.c