From owner-cvs-src@FreeBSD.ORG Fri Aug 22 00:08:18 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 DD5F916A4BF; Fri, 22 Aug 2003 00:08:18 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B91743FD7; Fri, 22 Aug 2003 00:08:18 -0700 (PDT) (envelope-from imp@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 h7M78H0U073680; Fri, 22 Aug 2003 00:08:17 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h7M78HXQ073679; Fri, 22 Aug 2003 00:08:17 -0700 (PDT) Message-Id: <200308220708.h7M78HXQ073679@repoman.freebsd.org> From: Warner Losh Date: Fri, 22 Aug 2003 00:08:17 -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/tdfx tdfx_pci.c src/sys/dev/tga tga_pci.c src/sys/dev/trm trm.c src/sys/dev/twe twe_compat.h src/sys/dev/tx if_tx.c src/sys/dev/txp if_txp.c src/sys/dev/ubsec ubsec.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: Fri, 22 Aug 2003 07:08:19 -0000 imp 2003/08/22 00:08:17 PDT FreeBSD src repository Modified files: sys/dev/tdfx tdfx_pci.c sys/dev/tga tga_pci.c sys/dev/trm trm.c sys/dev/twe twe_compat.h sys/dev/tx if_tx.c sys/dev/txp if_txp.c sys/dev/ubsec ubsec.c sys/dev/usb ehci_pci.c ohci_pci.c uhci_pci.c sys/dev/vx if_vx_pci.c sys/dev/wi if_wi_pci.c Log: Prefer new location of pci include files (which have only been in the tree for two or more years now), except in a few places where there's code to be compatible with older versions of FreeBSD. Revision Changes Path 1.28 +2 -2 src/sys/dev/tdfx/tdfx_pci.c 1.5 +2 -2 src/sys/dev/tga/tga_pci.c 1.15 +2 -2 src/sys/dev/trm/trm.c 1.10 +2 -2 src/sys/dev/twe/twe_compat.h 1.75 +2 -2 src/sys/dev/tx/if_tx.c 1.19 +0 -0 src/sys/dev/txp/if_txp.c 1.26 +2 -2 src/sys/dev/ubsec/ubsec.c 1.5 +2 -2 src/sys/dev/usb/ehci_pci.c 1.32 +2 -2 src/sys/dev/usb/ohci_pci.c 1.48 +2 -2 src/sys/dev/usb/uhci_pci.c 1.24 +2 -2 src/sys/dev/vx/if_vx_pci.c 1.20 +2 -2 src/sys/dev/wi/if_wi_pci.c