From owner-cvs-src@FreeBSD.ORG Thu Aug 12 08:20:37 2004 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 71ADF16A4CE; Thu, 12 Aug 2004 08:20:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54B0943D53; Thu, 12 Aug 2004 08:20:37 +0000 (GMT) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7C8KbX5012430; Thu, 12 Aug 2004 08:20:37 GMT (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7C8Kb8c012429; Thu, 12 Aug 2004 08:20:37 GMT (envelope-from sos) Message-Id: <200408120820.i7C8Kb8c012429@repoman.freebsd.org> From: Søren Schmidt Date: Thu, 12 Aug 2004 08:20:37 +0000 (UTC) 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-chipset.c ata-dma.c ata-pci.c 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, 12 Aug 2004 08:20:37 -0000 sos 2004-08-12 08:20:37 UTC FreeBSD src repository Modified files: sys/dev/ata ata-all.c ata-chipset.c ata-dma.c ata-pci.c Log: Change the order of ata_dmainit/ata_allocate in preparation of supporting new chipsets where this is needed. Revision Changes Path 1.221 +14 -17 src/sys/dev/ata/ata-all.c 1.79 +2 -4 src/sys/dev/ata/ata-chipset.c 1.128 +1 -1 src/sys/dev/ata/ata-dma.c 1.87 +40 -26 src/sys/dev/ata/ata-pci.c