From owner-cvs-src@FreeBSD.ORG Mon Apr 7 07:12:14 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 1B02937B401; Mon, 7 Apr 2003 07:12:14 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A673E43FA3; Mon, 7 Apr 2003 07:12:13 -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 h37ECD0U089577; Mon, 7 Apr 2003 07:12:13 -0700 (PDT) (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h37ECC60089576; Mon, 7 Apr 2003 07:12:12 -0700 (PDT) Message-Id: <200304071412.h37ECC60089576@repoman.freebsd.org> From: Søren Schmidt Date: Mon, 7 Apr 2003 07:12:12 -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-all.c ata-all.h ata-chipset.c ata-dma.c ata-pci.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: Mon, 07 Apr 2003 14:12:14 -0000 sos 2003/04/07 07:12:12 PDT FreeBSD src repository Modified files: sys/dev/ata ata-all.c ata-all.h ata-chipset.c ata-dma.c ata-pci.c ata-pci.h Log: Third round of updates to the ATA driver. More DMA cleanups, including fix for breakage on older Promise controllers. Add more ways of getting to the ATA registers. Revision Changes Path 1.177 +1 -1 src/sys/dev/ata/ata-all.c 1.61 +88 -15 src/sys/dev/ata/ata-all.h 1.17 +37 -22 src/sys/dev/ata/ata-chipset.c 1.115 +0 -8 src/sys/dev/ata/ata-dma.c 1.59 +9 -15 src/sys/dev/ata/ata-pci.c 1.6 +2 -2 src/sys/dev/ata/ata-pci.h