summaryrefslogtreecommitdiff
path: root/sys/pci
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pci')
-rw-r--r--sys/pci/agp.c2
-rw-r--r--sys/pci/agp_ali.c2
-rw-r--r--sys/pci/agp_amd.c2
-rw-r--r--sys/pci/agp_amd64.c2
-rw-r--r--sys/pci/agp_i810.c2
-rw-r--r--sys/pci/agp_if.m2
-rw-r--r--sys/pci/agp_intel.c2
-rw-r--r--sys/pci/agp_nvidia.c2
-rw-r--r--sys/pci/agp_sis.c2
-rw-r--r--sys/pci/agp_via.c2
-rw-r--r--sys/pci/agppriv.h2
-rw-r--r--sys/pci/agpreg.h2
-rw-r--r--sys/pci/agpvar.h2
-rw-r--r--sys/pci/alpm.c2
-rw-r--r--sys/pci/amdpm.c2
-rw-r--r--sys/pci/dc21040reg.h2
-rw-r--r--sys/pci/if_dc.c2
-rw-r--r--sys/pci/if_dcreg.h2
-rw-r--r--sys/pci/if_de.c2
-rw-r--r--sys/pci/if_devar.h2
-rw-r--r--sys/pci/if_mn.c2
-rw-r--r--sys/pci/if_pcn.c2
-rw-r--r--sys/pci/if_pcnreg.h2
-rw-r--r--sys/pci/if_rl.c2
-rw-r--r--sys/pci/if_rlreg.h2
-rw-r--r--sys/pci/if_sf.c2
-rw-r--r--sys/pci/if_sfreg.h2
-rw-r--r--sys/pci/if_sis.c2
-rw-r--r--sys/pci/if_sisreg.h2
-rw-r--r--sys/pci/if_sk.c4
-rw-r--r--sys/pci/if_skreg.h2
-rw-r--r--sys/pci/if_ste.c2
-rw-r--r--sys/pci/if_stereg.h2
-rw-r--r--sys/pci/if_ti.c2
-rw-r--r--sys/pci/if_tireg.h2
-rw-r--r--sys/pci/if_tl.c2
-rw-r--r--sys/pci/if_tlreg.h2
-rw-r--r--sys/pci/if_vr.c2
-rw-r--r--sys/pci/if_vrreg.h2
-rw-r--r--sys/pci/if_wb.c2
-rw-r--r--sys/pci/if_wbreg.h2
-rw-r--r--sys/pci/if_xl.c2
-rw-r--r--sys/pci/if_xlreg.h2
-rw-r--r--sys/pci/intpm.c2
-rw-r--r--sys/pci/intpmreg.h2
-rwxr-xr-xsys/pci/locate.pl2
-rw-r--r--sys/pci/ncr.c2
-rw-r--r--sys/pci/ncrreg.h2
-rw-r--r--sys/pci/ti_fw.h2
-rw-r--r--sys/pci/ti_fw2.h2
-rw-r--r--sys/pci/viapm.c2
-rw-r--r--sys/pci/xmaciireg.h2
-rw-r--r--sys/pci/xrpu.c2
-rw-r--r--sys/pci/yukonreg.h2
54 files changed, 55 insertions, 55 deletions
diff --git a/sys/pci/agp.c b/sys/pci/agp.c
index a31c4d06f965..9af2cd435f83 100644
--- a/sys/pci/agp.c
+++ b/sys/pci/agp.c
@@ -25,7 +25,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/pci/agp.c,v 1.45.2.1 2005/03/23 06:02:29 alc Exp $");
#include "opt_bus.h"
diff --git a/sys/pci/agp_ali.c b/sys/pci/agp_ali.c
index f39476b09409..1dddbe0c3daf 100644
--- a/sys/pci/agp_ali.c
+++ b/sys/pci/agp_ali.c
@@ -25,7 +25,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/pci/agp_ali.c,v 1.12.2.2 2005/03/01 08:11:50 imp Exp $");
#include "opt_bus.h"
diff --git a/sys/pci/agp_amd.c b/sys/pci/agp_amd.c
index bb1d20e14d64..4c0ec787659f 100644
--- a/sys/pci/agp_amd.c
+++ b/sys/pci/agp_amd.c
@@ -25,7 +25,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/pci/agp_amd.c,v 1.21.2.1 2005/03/01 08:11:50 imp Exp $");
#include "opt_bus.h"
diff --git a/sys/pci/agp_amd64.c b/sys/pci/agp_amd64.c
index 2224aff9c0fc..695edab7d3a3 100644
--- a/sys/pci/agp_amd64.c
+++ b/sys/pci/agp_amd64.c
@@ -25,7 +25,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/pci/agp_amd64.c,v 1.1.2.4 2005/03/10 23:38:49 obrien Exp $");
#include "opt_bus.h"
diff --git a/sys/pci/agp_i810.c b/sys/pci/agp_i810.c
index 3cb8fd429a2b..3a4a05fd3e3b 100644
--- a/sys/pci/agp_i810.c
+++ b/sys/pci/agp_i810.c
@@ -31,7 +31,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/pci/agp_i810.c,v 1.30.2.2 2005/03/23 05:59:42 alc Exp $");
#include "opt_bus.h"
diff --git a/sys/pci/agp_if.m b/sys/pci/agp_if.m
index faf7b1ab8fdf..8347ce98b4de 100644
--- a/sys/pci/agp_if.m
+++ b/sys/pci/agp_if.m
@@ -23,7 +23,7 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
-# $FreeBSD$
+# $FreeBSD: src/sys/pci/agp_if.m,v 1.2.6.1 2005/01/31 23:26:50 imp Exp $
#
#include <sys/bus.h>
diff --git a/sys/pci/agp_intel.c b/sys/pci/agp_intel.c
index 7e8477b93c10..33181b2d8ec5 100644
--- a/sys/pci/agp_intel.c
+++ b/sys/pci/agp_intel.c
@@ -25,7 +25,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/pci/agp_intel.c,v 1.24.2.2 2005/03/01 08:11:50 imp Exp $");
#include "opt_bus.h"
diff --git a/sys/pci/agp_nvidia.c b/sys/pci/agp_nvidia.c
index 0d9f5b723e70..a368c3c261e8 100644
--- a/sys/pci/agp_nvidia.c
+++ b/sys/pci/agp_nvidia.c
@@ -25,7 +25,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/pci/agp_nvidia.c,v 1.6.2.1 2005/03/01 08:11:50 imp Exp $");
/*
* Written using information gleaned from the
diff --git a/sys/pci/agp_sis.c b/sys/pci/agp_sis.c
index 0f3b31a41da1..5a6e1ece491c 100644
--- a/sys/pci/agp_sis.c
+++ b/sys/pci/agp_sis.c
@@ -25,7 +25,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/pci/agp_sis.c,v 1.14.2.3 2005/03/01 08:11:50 imp Exp $");
#include "opt_bus.h"
diff --git a/sys/pci/agp_via.c b/sys/pci/agp_via.c
index 118b9068d4d2..d3804bc16f85 100644
--- a/sys/pci/agp_via.c
+++ b/sys/pci/agp_via.c
@@ -25,7 +25,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/pci/agp_via.c,v 1.18.2.3 2005/03/01 08:11:50 imp Exp $");
#include "opt_bus.h"
diff --git a/sys/pci/agppriv.h b/sys/pci/agppriv.h
index 7e846d17cdff..dba984fb62e8 100644
--- a/sys/pci/agppriv.h
+++ b/sys/pci/agppriv.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/pci/agppriv.h,v 1.5 2004/06/16 09:47:20 phk Exp $
*/
#ifndef _PCI_AGPPRIV_H_
diff --git a/sys/pci/agpreg.h b/sys/pci/agpreg.h
index 4b2d5b3088dc..d934560923d3 100644
--- a/sys/pci/agpreg.h
+++ b/sys/pci/agpreg.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/pci/agpreg.h,v 1.13 2004/08/16 12:25:48 obrien Exp $
*/
#ifndef _PCI_AGPREG_H_
diff --git a/sys/pci/agpvar.h b/sys/pci/agpvar.h
index 0869c26d2b86..797c88a680f9 100644
--- a/sys/pci/agpvar.h
+++ b/sys/pci/agpvar.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/pci/agpvar.h,v 1.2 2001/12/19 08:54:29 mdodd Exp $
*/
#ifndef _PCI_AGPVAR_H_
diff --git a/sys/pci/alpm.c b/sys/pci/alpm.c
index 9a0e5374f6b1..b9604e330c46 100644
--- a/sys/pci/alpm.c
+++ b/sys/pci/alpm.c
@@ -29,7 +29,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/pci/alpm.c,v 1.22.2.1 2005/03/01 08:11:50 imp Exp $");
#include <sys/param.h>
#include <sys/kernel.h>
diff --git a/sys/pci/amdpm.c b/sys/pci/amdpm.c
index 22ca10313385..2a30034f9b4e 100644
--- a/sys/pci/amdpm.c
+++ b/sys/pci/amdpm.c
@@ -33,7 +33,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/pci/amdpm.c,v 1.13.2.1 2005/03/01 08:11:51 imp Exp $");
#include <sys/param.h>
#include <sys/kernel.h>
diff --git a/sys/pci/dc21040reg.h b/sys/pci/dc21040reg.h
index c0ff1916578f..432f494d2b9d 100644
--- a/sys/pci/dc21040reg.h
+++ b/sys/pci/dc21040reg.h
@@ -1,6 +1,6 @@
/* $NetBSD: dc21040reg.h,v 1.15 1998/05/22 18:50:59 matt Exp $ */
-/* $FreeBSD$ */
+/* $FreeBSD: src/sys/pci/dc21040reg.h,v 1.7 2002/06/02 20:05:55 schweikh Exp $ */
/*-
* Copyright (c) 1994, 1995, 1996 Matt Thomas <matt@3am-software.com>
diff --git a/sys/pci/if_dc.c b/sys/pci/if_dc.c
index 4fe664d1c8cb..b0503a184097 100644
--- a/sys/pci/if_dc.c
+++ b/sys/pci/if_dc.c
@@ -31,7 +31,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/pci/if_dc.c,v 1.148.2.4.2.3 2005/05/06 00:52:59 scottl Exp $");
/*
* DEC "tulip" clone ethernet driver. Supports the DEC/Intel 21143
diff --git a/sys/pci/if_dcreg.h b/sys/pci/if_dcreg.h
index 5cc50495df03..18f213859176 100644
--- a/sys/pci/if_dcreg.h
+++ b/sys/pci/if_dcreg.h
@@ -29,7 +29,7 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
* THE POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/pci/if_dcreg.h,v 1.42.2.1 2005/01/31 23:26:50 imp Exp $
*/
/*
diff --git a/sys/pci/if_de.c b/sys/pci/if_de.c
index da2310f0d51f..97255b56a919 100644
--- a/sys/pci/if_de.c
+++ b/sys/pci/if_de.c
@@ -36,7 +36,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/pci/if_de.c,v 1.158.2.3 2005/03/01 08:11:51 imp Exp $");
#define TULIP_HDR_DATA
diff --git a/sys/pci/if_devar.h b/sys/pci/if_devar.h
index ee02be56d4dd..b89ca85725f2 100644
--- a/sys/pci/if_devar.h
+++ b/sys/pci/if_devar.h
@@ -1,6 +1,6 @@
/* $NetBSD: if_devar.h,v 1.32 1999/04/01 14:55:25 tsubai Exp $ */
-/* $FreeBSD$ */
+/* $FreeBSD: src/sys/pci/if_devar.h,v 1.31 2004/07/09 02:19:07 bms Exp $ */
/*-
* Copyright (c) 1994-1997 Matt Thomas (matt@3am-software.com)
diff --git a/sys/pci/if_mn.c b/sys/pci/if_mn.c
index aa8ef46b321a..c87d43142638 100644
--- a/sys/pci/if_mn.c
+++ b/sys/pci/if_mn.c
@@ -23,7 +23,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/pci/if_mn.c,v 1.44.2.2 2005/03/01 08:11:51 imp Exp $");
/*
* Stuff to describe the MUNIC32X and FALC54 chips.
diff --git a/sys/pci/if_pcn.c b/sys/pci/if_pcn.c
index d56259dac07b..7e5a8e694d37 100644
--- a/sys/pci/if_pcn.c
+++ b/sys/pci/if_pcn.c
@@ -32,7 +32,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/pci/if_pcn.c,v 1.59.2.3 2005/01/31 23:26:50 imp Exp $");
/*
* AMD Am79c972 fast ethernet PCI NIC driver. Datasheets are available
diff --git a/sys/pci/if_pcnreg.h b/sys/pci/if_pcnreg.h
index d9b9da198a40..e2245c45855f 100644
--- a/sys/pci/if_pcnreg.h
+++ b/sys/pci/if_pcnreg.h
@@ -30,7 +30,7 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
* THE POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/pci/if_pcnreg.h,v 1.8.4.1 2005/01/31 23:26:50 imp Exp $
*/
/*
diff --git a/sys/pci/if_rl.c b/sys/pci/if_rl.c
index e71cbb8471c7..5f6bca91cd6c 100644
--- a/sys/pci/if_rl.c
+++ b/sys/pci/if_rl.c
@@ -31,7 +31,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/pci/if_rl.c,v 1.145.2.3 2005/03/01 08:11:51 imp Exp $");
/*
* RealTek 8129/8139 PCI NIC driver
diff --git a/sys/pci/if_rlreg.h b/sys/pci/if_rlreg.h
index 29c7baf90cf7..9ea6a43202d6 100644
--- a/sys/pci/if_rlreg.h
+++ b/sys/pci/if_rlreg.h
@@ -29,7 +29,7 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
* THE POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/pci/if_rlreg.h,v 1.44.2.5 2005/03/24 16:41:48 des Exp $
*/
/*
diff --git a/sys/pci/if_sf.c b/sys/pci/if_sf.c
index ed91f015aada..f7c08d44d354 100644
--- a/sys/pci/if_sf.c
+++ b/sys/pci/if_sf.c
@@ -31,7 +31,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/pci/if_sf.c,v 1.72.2.6 2005/03/01 08:11:51 imp Exp $");
/*
* Adaptec AIC-6915 "Starfire" PCI fast ethernet driver for FreeBSD.
diff --git a/sys/pci/if_sfreg.h b/sys/pci/if_sfreg.h
index 4738f4689a73..66a40f2a5007 100644
--- a/sys/pci/if_sfreg.h
+++ b/sys/pci/if_sfreg.h
@@ -29,7 +29,7 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
* THE POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/pci/if_sfreg.h,v 1.10.4.3 2005/01/31 23:26:50 imp Exp $
*/
/*
diff --git a/sys/pci/if_sis.c b/sys/pci/if_sis.c
index a82017fe57ef..2ea2b27211ea 100644
--- a/sys/pci/if_sis.c
+++ b/sys/pci/if_sis.c
@@ -31,7 +31,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/pci/if_sis.c,v 1.103.2.3 2005/03/03 04:16:17 avatar Exp $");
/*
* SiS 900/SiS 7016 fast ethernet PCI NIC driver. Datasheets are
diff --git a/sys/pci/if_sisreg.h b/sys/pci/if_sisreg.h
index a0979f943ee7..13810ed3c11a 100644
--- a/sys/pci/if_sisreg.h
+++ b/sys/pci/if_sisreg.h
@@ -29,7 +29,7 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
* THE POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/pci/if_sisreg.h,v 1.26.2.1 2005/01/31 23:26:50 imp Exp $
*/
/*
diff --git a/sys/pci/if_sk.c b/sys/pci/if_sk.c
index a1b81c7d9970..c6f153722299 100644
--- a/sys/pci/if_sk.c
+++ b/sys/pci/if_sk.c
@@ -48,7 +48,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/pci/if_sk.c,v 1.83.2.9 2005/03/28 16:21:16 bz Exp $");
/*
* SysKonnect SK-NET gigabit ethernet driver for FreeBSD. Supports
@@ -136,7 +136,7 @@ MODULE_DEPEND(sk, miibus, 1, 1, 1);
#ifndef lint
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/sys/pci/if_sk.c,v 1.83.2.9 2005/03/28 16:21:16 bz Exp $";
#endif
static struct sk_type sk_devs[] = {
diff --git a/sys/pci/if_skreg.h b/sys/pci/if_skreg.h
index a72bfcced6dc..5b6da42baee8 100644
--- a/sys/pci/if_skreg.h
+++ b/sys/pci/if_skreg.h
@@ -31,7 +31,7 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
* THE POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/pci/if_skreg.h,v 1.20.2.5 2005/03/28 16:21:16 bz Exp $
*/
/*-
diff --git a/sys/pci/if_ste.c b/sys/pci/if_ste.c
index ac5a2b52caf1..cf54fd824f3f 100644
--- a/sys/pci/if_ste.c
+++ b/sys/pci/if_ste.c
@@ -31,7 +31,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/pci/if_ste.c,v 1.76.2.3 2005/03/01 08:11:51 imp Exp $");
#include <sys/param.h>
#include <sys/systm.h>
diff --git a/sys/pci/if_stereg.h b/sys/pci/if_stereg.h
index 80e8b3dbb4e0..bdf3f879fd31 100644
--- a/sys/pci/if_stereg.h
+++ b/sys/pci/if_stereg.h
@@ -29,7 +29,7 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
* THE POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/pci/if_stereg.h,v 1.16.2.1 2005/01/31 23:26:50 imp Exp $
*/
/*
diff --git a/sys/pci/if_ti.c b/sys/pci/if_ti.c
index 646b89f42627..58a6884479c8 100644
--- a/sys/pci/if_ti.c
+++ b/sys/pci/if_ti.c
@@ -77,7 +77,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/pci/if_ti.c,v 1.96.2.3 2005/03/01 08:11:51 imp Exp $");
#include "opt_ti.h"
diff --git a/sys/pci/if_tireg.h b/sys/pci/if_tireg.h
index e38cdd61c08b..3312a13091ce 100644
--- a/sys/pci/if_tireg.h
+++ b/sys/pci/if_tireg.h
@@ -29,7 +29,7 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
* THE POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/pci/if_tireg.h,v 1.28.2.1 2005/01/31 23:26:51 imp Exp $
*/
/*
diff --git a/sys/pci/if_tl.c b/sys/pci/if_tl.c
index 1415f210ff54..05b58073764f 100644
--- a/sys/pci/if_tl.c
+++ b/sys/pci/if_tl.c
@@ -31,7 +31,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/pci/if_tl.c,v 1.93.2.3 2005/03/01 08:11:52 imp Exp $");
/*
* Texas Instruments ThunderLAN driver for FreeBSD 2.2.6 and 3.x.
diff --git a/sys/pci/if_tlreg.h b/sys/pci/if_tlreg.h
index a8d3128b8fec..789b923bb3c2 100644
--- a/sys/pci/if_tlreg.h
+++ b/sys/pci/if_tlreg.h
@@ -29,7 +29,7 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
* THE POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/pci/if_tlreg.h,v 1.19.4.1 2005/01/31 23:26:51 imp Exp $
*/
diff --git a/sys/pci/if_vr.c b/sys/pci/if_vr.c
index 843be854f4fe..b35553d1a86a 100644
--- a/sys/pci/if_vr.c
+++ b/sys/pci/if_vr.c
@@ -31,7 +31,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/pci/if_vr.c,v 1.94.2.3 2005/03/01 08:11:52 imp Exp $");
/*
* VIA Rhine fast ethernet PCI NIC driver
diff --git a/sys/pci/if_vrreg.h b/sys/pci/if_vrreg.h
index cbf41476e90c..abd70dfcc41a 100644
--- a/sys/pci/if_vrreg.h
+++ b/sys/pci/if_vrreg.h
@@ -29,7 +29,7 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
* THE POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/pci/if_vrreg.h,v 1.20.2.1 2005/01/31 23:26:51 imp Exp $
*/
/*
diff --git a/sys/pci/if_wb.c b/sys/pci/if_wb.c
index e22d61c2a8a1..fa4038e6fb20 100644
--- a/sys/pci/if_wb.c
+++ b/sys/pci/if_wb.c
@@ -31,7 +31,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/pci/if_wb.c,v 1.73.2.3 2005/03/01 08:11:52 imp Exp $");
/*
* Winbond fast ethernet PCI NIC driver
diff --git a/sys/pci/if_wbreg.h b/sys/pci/if_wbreg.h
index 82bd0810380c..186a2a0b2e54 100644
--- a/sys/pci/if_wbreg.h
+++ b/sys/pci/if_wbreg.h
@@ -29,7 +29,7 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
* THE POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/pci/if_wbreg.h,v 1.10.4.1 2005/01/31 23:26:51 imp Exp $
*/
/*
diff --git a/sys/pci/if_xl.c b/sys/pci/if_xl.c
index 6d6a283a6322..70b58d32fd12 100644
--- a/sys/pci/if_xl.c
+++ b/sys/pci/if_xl.c
@@ -31,7 +31,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/pci/if_xl.c,v 1.179.2.6 2005/03/01 08:11:52 imp Exp $");
/*
* 3Com 3c90x Etherlink XL PCI NIC driver
diff --git a/sys/pci/if_xlreg.h b/sys/pci/if_xlreg.h
index f76c14bd72d9..5466c99f9a53 100644
--- a/sys/pci/if_xlreg.h
+++ b/sys/pci/if_xlreg.h
@@ -29,7 +29,7 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
* THE POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/pci/if_xlreg.h,v 1.50.2.2 2005/01/31 23:26:51 imp Exp $
*/
#define XL_EE_READ 0x0080 /* read, 5 bit address */
diff --git a/sys/pci/intpm.c b/sys/pci/intpm.c
index cbe622b93326..87eae765e399 100644
--- a/sys/pci/intpm.c
+++ b/sys/pci/intpm.c
@@ -25,7 +25,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/pci/intpm.c,v 1.31.2.1 2005/03/01 08:11:52 imp Exp $");
#include <sys/param.h>
#include <sys/systm.h>
diff --git a/sys/pci/intpmreg.h b/sys/pci/intpmreg.h
index 73816e7748d5..7fd49024eb88 100644
--- a/sys/pci/intpmreg.h
+++ b/sys/pci/intpmreg.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/pci/intpmreg.h,v 1.2 1999/08/28 00:51:01 peter Exp $
*/
/*Register Difinition for Intel Chipset with ACPI Support*/
diff --git a/sys/pci/locate.pl b/sys/pci/locate.pl
index 89688e1c6af2..dfd8e54f93bc 100755
--- a/sys/pci/locate.pl
+++ b/sys/pci/locate.pl
@@ -1,5 +1,5 @@
#!/usr/bin/perl -w
-# $FreeBSD$
+# $FreeBSD: src/sys/pci/locate.pl,v 1.4 2000/06/27 22:41:12 alfred Exp $
use strict;
diff --git a/sys/pci/ncr.c b/sys/pci/ncr.c
index 1520c10aff1d..c7dbaca3e401 100644
--- a/sys/pci/ncr.c
+++ b/sys/pci/ncr.c
@@ -40,7 +40,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/pci/ncr.c,v 1.182.2.3 2005/03/01 08:11:52 imp Exp $");
#define NCR_DATE "pl30 98/1/1"
diff --git a/sys/pci/ncrreg.h b/sys/pci/ncrreg.h
index 34f1618f8d49..2cde5e777f66 100644
--- a/sys/pci/ncrreg.h
+++ b/sys/pci/ncrreg.h
@@ -1,6 +1,6 @@
/**************************************************************************
**
-** $FreeBSD$
+** $FreeBSD: src/sys/pci/ncrreg.h,v 1.13.26.1 2005/01/31 23:26:51 imp Exp $
**
** Device driver for the NCR 53C810 PCI-SCSI-Controller.
**
diff --git a/sys/pci/ti_fw.h b/sys/pci/ti_fw.h
index 89f5c9f9dae7..e06ef85370dd 100644
--- a/sys/pci/ti_fw.h
+++ b/sys/pci/ti_fw.h
@@ -2,7 +2,7 @@
* Firmware for Alteon Tigon 1 chip.
* Generated by genfw.c
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/pci/ti_fw.h,v 1.10 2002/06/26 03:34:52 ken Exp $
*/
static int tigonFwReleaseMajor = 0xc;
static int tigonFwReleaseMinor = 0x4;
diff --git a/sys/pci/ti_fw2.h b/sys/pci/ti_fw2.h
index e54c920531e5..6d46ed297dc3 100644
--- a/sys/pci/ti_fw2.h
+++ b/sys/pci/ti_fw2.h
@@ -2,7 +2,7 @@
* Generated by Ken's special genfw.c
* Built on Wed Aug 2 17:21:09 MDT 2000 by ken@roadwarrior.plutotech.com
* OS: FreeBSD 5.0-CURRENT
- * $FreeBSD$
+ * $FreeBSD: src/sys/pci/ti_fw2.h,v 1.11 2002/06/26 03:34:52 ken Exp $
*/
static int tigon2FwReleaseMajor = 0xc;
static int tigon2FwReleaseMinor = 0x4;
diff --git a/sys/pci/viapm.c b/sys/pci/viapm.c
index 522d057637ef..0a2cbe94436c 100644
--- a/sys/pci/viapm.c
+++ b/sys/pci/viapm.c
@@ -25,7 +25,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/pci/viapm.c,v 1.7.2.1 2005/03/01 08:11:52 imp Exp $");
#include <sys/param.h>
#include <sys/kernel.h>
diff --git a/sys/pci/xmaciireg.h b/sys/pci/xmaciireg.h
index 38cd8cbbfb34..b4921f8e4811 100644
--- a/sys/pci/xmaciireg.h
+++ b/sys/pci/xmaciireg.h
@@ -29,7 +29,7 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
* THE POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/pci/xmaciireg.h,v 1.3.8.1 2005/01/31 23:26:51 imp Exp $
*/
/*
diff --git a/sys/pci/xrpu.c b/sys/pci/xrpu.c
index 0ca567f8853c..db768ee71350 100644
--- a/sys/pci/xrpu.c
+++ b/sys/pci/xrpu.c
@@ -17,7 +17,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/pci/xrpu.c,v 1.39.2.2 2005/03/01 08:11:52 imp Exp $");
#include <sys/param.h>
#include <sys/systm.h>
diff --git a/sys/pci/yukonreg.h b/sys/pci/yukonreg.h
index 51d9f3a3a0f9..b9f5e7151eba 100644
--- a/sys/pci/yukonreg.h
+++ b/sys/pci/yukonreg.h
@@ -14,7 +14,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/pci/yukonreg.h,v 1.1.6.1 2005/01/31 23:26:51 imp Exp $
*/
/* General Purpose Status Register (GPSR) */