summaryrefslogtreecommitdiff
path: root/sys/pci
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pci')
-rw-r--r--sys/pci/adw_pci.c2
-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_i810.c2
-rw-r--r--sys/pci/agp_if.m2
-rw-r--r--sys/pci/agp_intel.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/amd.c2
-rw-r--r--sys/pci/amd.h2
-rw-r--r--sys/pci/cy_pci.c2
-rw-r--r--sys/pci/cy_pcireg.h2
-rw-r--r--sys/pci/dc21040reg.h2
-rw-r--r--sys/pci/ide_pci.c2
-rw-r--r--sys/pci/ide_pcireg.h2
-rw-r--r--sys/pci/if_ar_p.c2
-rw-r--r--sys/pci/if_dc.c4
-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_en_pci.c2
-rw-r--r--sys/pci/if_fxp.c2
-rw-r--r--sys/pci/if_fxpreg.h2
-rw-r--r--sys/pci/if_fxpvar.h2
-rw-r--r--sys/pci/if_lnc_p.c2
-rw-r--r--sys/pci/if_mn.c2
-rw-r--r--sys/pci/if_pcn.c4
-rw-r--r--sys/pci/if_pcnreg.h2
-rw-r--r--sys/pci/if_rl.c4
-rw-r--r--sys/pci/if_rlreg.h2
-rw-r--r--sys/pci/if_sf.c4
-rw-r--r--sys/pci/if_sfreg.h2
-rw-r--r--sys/pci/if_sis.c4
-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_sr_p.c2
-rw-r--r--sys/pci/if_ste.c4
-rw-r--r--sys/pci/if_stereg.h2
-rw-r--r--sys/pci/if_ti.c4
-rw-r--r--sys/pci/if_tireg.h2
-rw-r--r--sys/pci/if_tl.c4
-rw-r--r--sys/pci/if_tlreg.h2
-rw-r--r--sys/pci/if_tx.c2
-rw-r--r--sys/pci/if_txvar.h2
-rw-r--r--sys/pci/if_vr.c4
-rw-r--r--sys/pci/if_vrreg.h2
-rw-r--r--sys/pci/if_wb.c4
-rw-r--r--sys/pci/if_wbreg.h2
-rw-r--r--sys/pci/if_wx.c2
-rw-r--r--sys/pci/if_wxreg.h2
-rw-r--r--sys/pci/if_wxvar.h2
-rw-r--r--sys/pci/if_xl.c4
-rw-r--r--sys/pci/if_xlreg.h2
-rw-r--r--sys/pci/intpm.c2
-rw-r--r--sys/pci/intpmreg.h2
-rw-r--r--sys/pci/isp_pci.c2
-rwxr-xr-xsys/pci/locate.pl2
-rw-r--r--sys/pci/meteor.c2
-rw-r--r--sys/pci/meteor_reg.h2
-rw-r--r--sys/pci/ncr.c4
-rw-r--r--sys/pci/ncrreg.h2
-rw-r--r--sys/pci/ohci_pci.c2
-rw-r--r--sys/pci/pccbb.c2
-rw-r--r--sys/pci/pccbbreg.h2
-rw-r--r--sys/pci/pccbbvar.h2
-rw-r--r--sys/pci/pci.c2
-rw-r--r--sys/pci/pci_compat.c2
-rw-r--r--sys/pci/pci_if.m2
-rw-r--r--sys/pci/pcic_p.c2
-rw-r--r--sys/pci/pcic_p.h2
-rw-r--r--sys/pci/pcireg.h2
-rw-r--r--sys/pci/pcisupport.c2
-rw-r--r--sys/pci/pcivar.h2
-rw-r--r--sys/pci/scsiiom.c2
-rw-r--r--sys/pci/simos.c2
-rw-r--r--sys/pci/simos.h2
-rw-r--r--sys/pci/ti_fw.h2
-rw-r--r--sys/pci/ti_fw2.h2
-rw-r--r--sys/pci/uhci_pci.c2
-rw-r--r--sys/pci/xmaciireg.h2
-rw-r--r--sys/pci/xrpu.c2
87 files changed, 100 insertions, 100 deletions
diff --git a/sys/pci/adw_pci.c b/sys/pci/adw_pci.c
index 10eda815814ac..efff01cff0f68 100644
--- a/sys/pci/adw_pci.c
+++ b/sys/pci/adw_pci.c
@@ -28,7 +28,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/pci/adw_pci.c,v 1.8 1999/08/28 00:50:41 peter Exp $
*/
#include <sys/param.h>
diff --git a/sys/pci/agp.c b/sys/pci/agp.c
index cb05518c431c1..b936679cb6add 100644
--- a/sys/pci/agp.c
+++ b/sys/pci/agp.c
@@ -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.c,v 1.3.2.1 2000/07/19 09:48:04 ru Exp $
*/
#include "opt_bus.h"
diff --git a/sys/pci/agp_ali.c b/sys/pci/agp_ali.c
index 86e070e8d2ae4..7dd7fba35373e 100644
--- a/sys/pci/agp_ali.c
+++ b/sys/pci/agp_ali.c
@@ -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_ali.c,v 1.1.2.1 2000/07/19 09:48:04 ru Exp $
*/
#include "opt_bus.h"
diff --git a/sys/pci/agp_amd.c b/sys/pci/agp_amd.c
index 198b926241fb2..1030460145fdb 100644
--- a/sys/pci/agp_amd.c
+++ b/sys/pci/agp_amd.c
@@ -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_amd.c,v 1.3.2.1 2000/07/19 09:48:04 ru Exp $
*/
#include "opt_bus.h"
diff --git a/sys/pci/agp_i810.c b/sys/pci/agp_i810.c
index 79fd566832149..930560dce17b3 100644
--- a/sys/pci/agp_i810.c
+++ b/sys/pci/agp_i810.c
@@ -24,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/pci/agp_i810.c,v 1.1.2.2 2000/10/19 10:36:27 ru Exp $
*/
#include "opt_bus.h"
diff --git a/sys/pci/agp_if.m b/sys/pci/agp_if.m
index 06f64d376babd..dfe9c4a55b671 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.1.2.1 2000/07/19 09:48:04 ru Exp $
#
#include <sys/bus.h>
diff --git a/sys/pci/agp_intel.c b/sys/pci/agp_intel.c
index 88d38ec027cf4..f8d1bccc0b55e 100644
--- a/sys/pci/agp_intel.c
+++ b/sys/pci/agp_intel.c
@@ -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_intel.c,v 1.1.2.1 2000/07/19 09:48:04 ru Exp $
*/
#include "opt_bus.h"
diff --git a/sys/pci/agp_sis.c b/sys/pci/agp_sis.c
index 1f1a50b7ecebc..412c4ce1e5e8d 100644
--- a/sys/pci/agp_sis.c
+++ b/sys/pci/agp_sis.c
@@ -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_sis.c,v 1.1.2.1 2000/07/19 09:48:04 ru Exp $
*/
#include "opt_bus.h"
diff --git a/sys/pci/agp_via.c b/sys/pci/agp_via.c
index 983348ea25d49..6259d2d1176b3 100644
--- a/sys/pci/agp_via.c
+++ b/sys/pci/agp_via.c
@@ -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_via.c,v 1.1.2.1 2000/07/19 09:48:04 ru Exp $
*/
#include "opt_bus.h"
diff --git a/sys/pci/agppriv.h b/sys/pci/agppriv.h
index 1c5f0226390e6..a54fa8ca25aa0 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.3.2.1 2000/07/19 09:48:04 ru Exp $
*/
#ifndef _PCI_AGPPRIV_H_
diff --git a/sys/pci/agpreg.h b/sys/pci/agpreg.h
index 3d32c76791cc7..e3a95780f9742 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.3.2.1 2000/07/19 09:48:04 ru Exp $
*/
#ifndef _PCI_AGPREG_H_
diff --git a/sys/pci/agpvar.h b/sys/pci/agpvar.h
index df3112b49d297..929a74aef6d65 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.1.2.1 2000/07/19 09:48:04 ru Exp $
*/
#ifndef _PCI_AGPVAR_H_
diff --git a/sys/pci/alpm.c b/sys/pci/alpm.c
index 358a0320811e3..995e429f35887 100644
--- a/sys/pci/alpm.c
+++ b/sys/pci/alpm.c
@@ -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/alpm.c,v 1.8 1999/12/03 08:41:21 mdodd Exp $
*
*/
diff --git a/sys/pci/amd.c b/sys/pci/amd.c
index b07bc14acef27..52221b50c00cc 100644
--- a/sys/pci/amd.c
+++ b/sys/pci/amd.c
@@ -30,7 +30,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) 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/amd.c,v 1.3.2.1 2000/04/14 13:16:52 nyan Exp $
*/
/*
diff --git a/sys/pci/amd.h b/sys/pci/amd.h
index 85f4f80e1474a..622caa3a8e37b 100644
--- a/sys/pci/amd.h
+++ b/sys/pci/amd.h
@@ -30,7 +30,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) 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/amd.h,v 1.1.4.1 2000/04/14 13:16:54 nyan Exp $
*/
#ifndef AMD_H
diff --git a/sys/pci/cy_pci.c b/sys/pci/cy_pci.c
index 71e16953af7ad..d3f4de38c9286 100644
--- a/sys/pci/cy_pci.c
+++ b/sys/pci/cy_pci.c
@@ -24,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/pci/cy_pci.c,v 1.17 1999/08/28 00:50:45 peter Exp $
*/
/*
diff --git a/sys/pci/cy_pcireg.h b/sys/pci/cy_pcireg.h
index 707c4db62fece..17bc897db078e 100644
--- a/sys/pci/cy_pcireg.h
+++ b/sys/pci/cy_pcireg.h
@@ -24,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/pci/cy_pcireg.h,v 1.7 1999/08/28 00:50:45 peter Exp $
*/
#define CY_PCI_BASE_ADDR0 0x10
diff --git a/sys/pci/dc21040reg.h b/sys/pci/dc21040reg.h
index 8959de04cc033..0dfbce7730f52 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.5 1999/08/09 12:52:49 peter Exp $ */
/*-
* Copyright (c) 1994, 1995, 1996 Matt Thomas <matt@3am-software.com>
diff --git a/sys/pci/ide_pci.c b/sys/pci/ide_pci.c
index 1a226b974ce72..6fc1968b6c93a 100644
--- a/sys/pci/ide_pci.c
+++ b/sys/pci/ide_pci.c
@@ -26,7 +26,7 @@
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/pci/ide_pci.c,v 1.42 2000/01/29 16:59:53 peter Exp $
*/
#include <sys/param.h>
diff --git a/sys/pci/ide_pcireg.h b/sys/pci/ide_pcireg.h
index 1f1c540be300e..ef89e6654ab5f 100644
--- a/sys/pci/ide_pcireg.h
+++ b/sys/pci/ide_pcireg.h
@@ -27,7 +27,7 @@
* SUCH DAMAGE.
*
* From: wd82371reg.h,v 1.3 1997/02/22 09:44:15 peter Exp $
- * $FreeBSD$
+ * $FreeBSD: src/sys/pci/ide_pcireg.h,v 1.2 1999/08/28 00:50:47 peter Exp $
*/
#ifndef _PCI_IDEPCIREG_H_
diff --git a/sys/pci/if_ar_p.c b/sys/pci/if_ar_p.c
index 800e63db2acb4..b809167240038 100644
--- a/sys/pci/if_ar_p.c
+++ b/sys/pci/if_ar_p.c
@@ -26,7 +26,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/pci/if_ar_p.c,v 1.1 1999/10/17 09:40:04 jhay Exp $
*/
#include "ar.h"
diff --git a/sys/pci/if_dc.c b/sys/pci/if_dc.c
index ba7ee8d9f5f2d..f36772c98f380 100644
--- a/sys/pci/if_dc.c
+++ b/sys/pci/if_dc.c
@@ -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_dc.c,v 1.9.2.15 2000/11/03 05:53:28 wpaul Exp $
*/
/*
@@ -130,7 +130,7 @@
#ifndef lint
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/sys/pci/if_dc.c,v 1.9.2.15 2000/11/03 05:53:28 wpaul Exp $";
#endif
/*
diff --git a/sys/pci/if_dcreg.h b/sys/pci/if_dcreg.h
index ec71019ef157d..9b4c9391b437d 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.4.2.8 2000/10/14 00:44:39 wpaul Exp $
*/
/*
diff --git a/sys/pci/if_de.c b/sys/pci/if_de.c
index 7037f6dbfa730..14384eda04355 100644
--- a/sys/pci/if_de.c
+++ b/sys/pci/if_de.c
@@ -1,6 +1,6 @@
/* $NetBSD: if_de.c,v 1.86 1999/06/01 19:17:59 thorpej Exp $ */
-/* $FreeBSD$ */
+/* $FreeBSD: src/sys/pci/if_de.c,v 1.123.2.4 2000/08/04 23:25:09 peter Exp $ */
/*-
* Copyright (c) 1994-1997 Matt Thomas (matt@3am-software.com)
diff --git a/sys/pci/if_devar.h b/sys/pci/if_devar.h
index f462e744ba3f3..e11ec058678d3 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.23.2.1 2000/08/04 23:25:10 peter Exp $ */
/*-
* Copyright (c) 1994-1997 Matt Thomas (matt@3am-software.com)
diff --git a/sys/pci/if_en_pci.c b/sys/pci/if_en_pci.c
index a72a292e874ac..cbde5d5daf519 100644
--- a/sys/pci/if_en_pci.c
+++ b/sys/pci/if_en_pci.c
@@ -31,7 +31,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) 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_en_pci.c,v 1.12 1999/08/21 22:10:49 msmith Exp $
*/
/*
diff --git a/sys/pci/if_fxp.c b/sys/pci/if_fxp.c
index 0ab08dfbb7fdf..354f84eb6de1a 100644
--- a/sys/pci/if_fxp.c
+++ b/sys/pci/if_fxp.c
@@ -27,7 +27,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/pci/if_fxp.c,v 1.77.2.9 2000/10/24 21:47:36 dg Exp $
*/
/*
diff --git a/sys/pci/if_fxpreg.h b/sys/pci/if_fxpreg.h
index 6cbcd4046fe75..560e2a97962c8 100644
--- a/sys/pci/if_fxpreg.h
+++ b/sys/pci/if_fxpreg.h
@@ -24,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/pci/if_fxpreg.h,v 1.18.2.2 2000/10/04 10:16:12 ps Exp $
*/
#define FXP_VENDORID_INTEL 0x8086
diff --git a/sys/pci/if_fxpvar.h b/sys/pci/if_fxpvar.h
index 739e6b16173c4..e5b67b8e92249 100644
--- a/sys/pci/if_fxpvar.h
+++ b/sys/pci/if_fxpvar.h
@@ -27,7 +27,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/pci/if_fxpvar.h,v 1.9.2.2 2000/10/24 21:47:36 dg Exp $
*/
/*
diff --git a/sys/pci/if_lnc_p.c b/sys/pci/if_lnc_p.c
index 33c7212295eed..347917ead73ce 100644
--- a/sys/pci/if_lnc_p.c
+++ b/sys/pci/if_lnc_p.c
@@ -17,7 +17,7 @@
* 4. Modifications may be freely made to this file if the above conditions
* are met.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/pci/if_lnc_p.c,v 1.13 1999/08/28 00:50:51 peter Exp $
*/
#include <sys/param.h>
diff --git a/sys/pci/if_mn.c b/sys/pci/if_mn.c
index 775846621a0f8..2b88b688f54cc 100644
--- a/sys/pci/if_mn.c
+++ b/sys/pci/if_mn.c
@@ -21,7 +21,7 @@
* you will (badly!) need the documentation anyway if you want to mess with
* this gadget.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/pci/if_mn.c,v 1.11.2.2 2000/08/03 00:26:00 peter Exp $
*/
/*
diff --git a/sys/pci/if_pcn.c b/sys/pci/if_pcn.c
index fdab53dbb1127..17b1df2c6bd3e 100644
--- a/sys/pci/if_pcn.c
+++ b/sys/pci/if_pcn.c
@@ -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_pcn.c,v 1.5.2.4 2000/11/17 00:35:19 wpaul Exp $
*/
/*
@@ -96,7 +96,7 @@
#ifndef lint
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/sys/pci/if_pcn.c,v 1.5.2.4 2000/11/17 00:35:19 wpaul Exp $";
#endif
/*
diff --git a/sys/pci/if_pcnreg.h b/sys/pci/if_pcnreg.h
index 0ae5cf35e950e..f335d5e11e1ac 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.3.2.2 2000/10/06 23:02:20 wpaul Exp $
*/
/*
diff --git a/sys/pci/if_rl.c b/sys/pci/if_rl.c
index b5b7cd75045d8..ce483bf7c3fff 100644
--- a/sys/pci/if_rl.c
+++ b/sys/pci/if_rl.c
@@ -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_rl.c,v 1.38.2.6 2000/11/02 00:04:27 wpaul Exp $
*/
/*
@@ -132,7 +132,7 @@
#ifndef lint
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/sys/pci/if_rl.c,v 1.38.2.6 2000/11/02 00:04:27 wpaul Exp $";
#endif
/*
diff --git a/sys/pci/if_rlreg.h b/sys/pci/if_rlreg.h
index 0bb9ffcc48cb4..1ce697eb658ab 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.14 1999/10/21 19:42:03 wpaul Exp $
*/
/*
diff --git a/sys/pci/if_sf.c b/sys/pci/if_sf.c
index eccd50a67c831..201c6538caf5a 100644
--- a/sys/pci/if_sf.c
+++ b/sys/pci/if_sf.c
@@ -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_sf.c,v 1.18.2.4 2000/08/04 23:45:28 peter Exp $
*/
/*
@@ -120,7 +120,7 @@
#ifndef lint
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/sys/pci/if_sf.c,v 1.18.2.4 2000/08/04 23:45:28 peter Exp $";
#endif
static struct sf_type sf_devs[] = {
diff --git a/sys/pci/if_sfreg.h b/sys/pci/if_sfreg.h
index 49fdd5ae1afcc..b9438fc855910 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.6 1999/12/05 20:02:45 wpaul Exp $
*/
/*
diff --git a/sys/pci/if_sis.c b/sys/pci/if_sis.c
index 88798115a707b..6a21c21457b1c 100644
--- a/sys/pci/if_sis.c
+++ b/sys/pci/if_sis.c
@@ -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_sis.c,v 1.13.4.5 2000/11/02 00:04:27 wpaul Exp $
*/
/*
@@ -98,7 +98,7 @@
#ifndef lint
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/sys/pci/if_sis.c,v 1.13.4.5 2000/11/02 00:04:27 wpaul Exp $";
#endif
/*
diff --git a/sys/pci/if_sisreg.h b/sys/pci/if_sisreg.h
index ee46c92b2b868..e0913f398d256 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.1.4.1 2000/08/25 19:09:43 wpaul Exp $
*/
/*
diff --git a/sys/pci/if_sk.c b/sys/pci/if_sk.c
index 0b75d225c7c1f..bbbd1ef005138 100644
--- a/sys/pci/if_sk.c
+++ b/sys/pci/if_sk.c
@@ -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_sk.c,v 1.19.2.7 2000/11/02 00:04:27 wpaul Exp $
*/
/*
@@ -112,7 +112,7 @@
#ifndef lint
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/sys/pci/if_sk.c,v 1.19.2.7 2000/11/02 00:04:27 wpaul Exp $";
#endif
static struct sk_type sk_devs[] = {
diff --git a/sys/pci/if_skreg.h b/sys/pci/if_skreg.h
index af17c1c165cee..ce1a40db7fa40 100644
--- a/sys/pci/if_skreg.h
+++ b/sys/pci/if_skreg.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_skreg.h,v 1.8.2.1 2000/04/27 14:48:07 wpaul Exp $
*/
/*
diff --git a/sys/pci/if_sr_p.c b/sys/pci/if_sr_p.c
index 04d0db82c418f..2977b5634c5d7 100644
--- a/sys/pci/if_sr_p.c
+++ b/sys/pci/if_sr_p.c
@@ -27,7 +27,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/pci/if_sr_p.c,v 1.11 1999/08/28 00:50:55 peter Exp $
*/
#include "sr.h"
diff --git a/sys/pci/if_ste.c b/sys/pci/if_ste.c
index fb7e92bf178f2..4996b2871940e 100644
--- a/sys/pci/if_ste.c
+++ b/sys/pci/if_ste.c
@@ -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_ste.c,v 1.14.2.3 2000/08/04 23:45:28 peter Exp $
*/
#include <sys/param.h>
@@ -73,7 +73,7 @@
#if !defined(lint)
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/sys/pci/if_ste.c,v 1.14.2.3 2000/08/04 23:45:28 peter Exp $";
#endif
/*
diff --git a/sys/pci/if_stereg.h b/sys/pci/if_stereg.h
index 7a0b4876df7f4..c1df24b551eee 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.5 1999/12/07 20:14:42 wpaul Exp $
*/
/*
diff --git a/sys/pci/if_ti.c b/sys/pci/if_ti.c
index 96b1bbd2cb51c..ba58af03b4a28 100644
--- a/sys/pci/if_ti.c
+++ b/sys/pci/if_ti.c
@@ -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_ti.c,v 1.25.2.7 2000/08/24 00:07:58 wpaul Exp $
*/
/*
@@ -138,7 +138,7 @@
#if !defined(lint)
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/sys/pci/if_ti.c,v 1.25.2.7 2000/08/24 00:07:58 wpaul Exp $";
#endif
/*
diff --git a/sys/pci/if_tireg.h b/sys/pci/if_tireg.h
index 636a42f353f49..7e716625b6375 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.13.2.3 2000/08/24 00:07:59 wpaul Exp $
*/
/*
diff --git a/sys/pci/if_tl.c b/sys/pci/if_tl.c
index e58e5af8ffa97..890d5b74ecb78 100644
--- a/sys/pci/if_tl.c
+++ b/sys/pci/if_tl.c
@@ -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_tl.c,v 1.51.2.4 2000/11/02 00:04:28 wpaul Exp $
*/
/*
@@ -224,7 +224,7 @@
#if !defined(lint)
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/sys/pci/if_tl.c,v 1.51.2.4 2000/11/02 00:04:28 wpaul Exp $";
#endif
/*
diff --git a/sys/pci/if_tlreg.h b/sys/pci/if_tlreg.h
index 29c7e62d4fc0c..2887262ea65f0 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.15 1999/09/19 22:39:24 wpaul Exp $
*/
diff --git a/sys/pci/if_tx.c b/sys/pci/if_tx.c
index 59128f4f05c7d..04b5353344788 100644
--- a/sys/pci/if_tx.c
+++ b/sys/pci/if_tx.c
@@ -1,5 +1,5 @@
/* $OpenBSD: if_tx.c,v 1.9.2.1 2000/02/21 22:29:13 niklas Exp $ */
-/* $FreeBSD$ */
+/* $FreeBSD: src/sys/pci/if_tx.c,v 1.34.2.4 2000/11/11 01:34:17 pb Exp $ */
/*-
* Copyright (c) 1997 Semen Ustimenko (semen@iclub.nsu.ru)
diff --git a/sys/pci/if_txvar.h b/sys/pci/if_txvar.h
index 6e7dd86ce07da..4f72174dfb7bd 100644
--- a/sys/pci/if_txvar.h
+++ b/sys/pci/if_txvar.h
@@ -1,5 +1,5 @@
/* $OpenBSD: if_txvar.h,v 1.7 1999/11/17 05:21:19 jason Exp $ */
-/* $FreeBSD$ */
+/* $FreeBSD: src/sys/pci/if_txvar.h,v 1.5.2.1 2000/09/10 19:51:07 semenu Exp $ */
/*-
* Copyright (c) 1997 Semen Ustimenko
diff --git a/sys/pci/if_vr.c b/sys/pci/if_vr.c
index cbf5a153ef752..69c670f92ffe5 100644
--- a/sys/pci/if_vr.c
+++ b/sys/pci/if_vr.c
@@ -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_vr.c,v 1.26.2.4 2000/08/04 23:45:28 peter Exp $
*/
/*
@@ -100,7 +100,7 @@
#ifndef lint
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/sys/pci/if_vr.c,v 1.26.2.4 2000/08/04 23:45:28 peter Exp $";
#endif
/*
diff --git a/sys/pci/if_vrreg.h b/sys/pci/if_vrreg.h
index 2f2ac97ed3ff8..3069da4bf43aa 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.7.2.1 2000/07/05 21:43:59 wpaul Exp $
*/
/*
diff --git a/sys/pci/if_wb.c b/sys/pci/if_wb.c
index 78688e170656b..20488903e5198 100644
--- a/sys/pci/if_wb.c
+++ b/sys/pci/if_wb.c
@@ -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_wb.c,v 1.26.2.3 2000/08/04 23:45:28 peter Exp $
*/
/*
@@ -127,7 +127,7 @@
#ifndef lint
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/sys/pci/if_wb.c,v 1.26.2.3 2000/08/04 23:45:28 peter Exp $";
#endif
/*
diff --git a/sys/pci/if_wbreg.h b/sys/pci/if_wbreg.h
index 5bfccd84c9bab..35151d69c126d 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.7 1999/08/30 23:08:30 wpaul Exp $
*/
/*
diff --git a/sys/pci/if_wx.c b/sys/pci/if_wx.c
index fc7b1c1aca582..69ce49595ff19 100644
--- a/sys/pci/if_wx.c
+++ b/sys/pci/if_wx.c
@@ -24,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/pci/if_wx.c,v 1.5.2.6 2000/10/27 16:07:19 mjacob Exp $
*/
/*
diff --git a/sys/pci/if_wxreg.h b/sys/pci/if_wxreg.h
index da78b6f2a315d..2db595f94e78b 100644
--- a/sys/pci/if_wxreg.h
+++ b/sys/pci/if_wxreg.h
@@ -24,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/pci/if_wxreg.h,v 1.3.2.2 2000/10/27 16:07:19 mjacob Exp $
*/
#define WX_VENDOR_INTEL 0x8086
diff --git a/sys/pci/if_wxvar.h b/sys/pci/if_wxvar.h
index 71fec0ed53baf..162c662fee1a1 100644
--- a/sys/pci/if_wxvar.h
+++ b/sys/pci/if_wxvar.h
@@ -24,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/pci/if_wxvar.h,v 1.4.2.2 2000/10/27 16:07:19 mjacob Exp $
*/
/*
diff --git a/sys/pci/if_xl.c b/sys/pci/if_xl.c
index ade447acbe030..0346fe65b3d79 100644
--- a/sys/pci/if_xl.c
+++ b/sys/pci/if_xl.c
@@ -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_xl.c,v 1.72.2.4 2000/08/30 05:46:21 dec Exp $
*/
/*
@@ -145,7 +145,7 @@
#if !defined(lint)
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/sys/pci/if_xl.c,v 1.72.2.4 2000/08/30 05:46:21 dec Exp $";
#endif
/*
diff --git a/sys/pci/if_xlreg.h b/sys/pci/if_xlreg.h
index eccf66971552c..6d4a5e34c8cca 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.25.2.1 2000/08/30 05:46:23 dec Exp $
*/
#define XL_EE_READ 0x0080 /* read, 5 bit address */
diff --git a/sys/pci/intpm.c b/sys/pci/intpm.c
index fccd0c3dd9162..d97b46eced228 100644
--- a/sys/pci/intpm.c
+++ b/sys/pci/intpm.c
@@ -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/intpm.c,v 1.16 1999/12/03 08:41:21 mdodd Exp $
*/
#include <sys/param.h>
diff --git a/sys/pci/intpmreg.h b/sys/pci/intpmreg.h
index 73816e7748d5a..7fd49024eb889 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/isp_pci.c b/sys/pci/isp_pci.c
index fe087c2fe4de3..1f38493b79e97 100644
--- a/sys/pci/isp_pci.c
+++ b/sys/pci/isp_pci.c
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/sys/pci/isp_pci.c,v 1.45.2.4 2000/10/27 22:00:30 mjacob Exp $ */
/*
* PCI specific probe and attach routines for Qlogic ISP SCSI adapters.
* FreeBSD Version.
diff --git a/sys/pci/locate.pl b/sys/pci/locate.pl
index 1cb45ad47b8f7..ca732b939f091 100755
--- a/sys/pci/locate.pl
+++ b/sys/pci/locate.pl
@@ -1,5 +1,5 @@
#!/usr/bin/perl
-# $FreeBSD$
+# $FreeBSD: src/sys/pci/locate.pl,v 1.2.2.1 2000/08/03 01:09:11 peter Exp $
$errpos = hex($ARGV[0])/4;
$ofs=0;
diff --git a/sys/pci/meteor.c b/sys/pci/meteor.c
index de0deea5c93ba..2bc0d24c4fc25 100644
--- a/sys/pci/meteor.c
+++ b/sys/pci/meteor.c
@@ -28,7 +28,7 @@
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/pci/meteor.c,v 1.49 1999/09/25 18:24:41 phk Exp $
*/
/* Change History:
diff --git a/sys/pci/meteor_reg.h b/sys/pci/meteor_reg.h
index a1f5eccd52f2b..8e0d664b04424 100644
--- a/sys/pci/meteor_reg.h
+++ b/sys/pci/meteor_reg.h
@@ -28,7 +28,7 @@
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/pci/meteor_reg.h,v 1.5.2.1 2000/08/03 01:09:11 peter Exp $
*/
#ifndef PCI_LATENCY_TIMER
#define PCI_LATENCY_TIMER 0x0c /* pci timer register */
diff --git a/sys/pci/ncr.c b/sys/pci/ncr.c
index dd90a2525e024..3a2bf5d10063d 100644
--- a/sys/pci/ncr.c
+++ b/sys/pci/ncr.c
@@ -1,6 +1,6 @@
/**************************************************************************
**
-** $FreeBSD$
+** $FreeBSD: src/sys/pci/ncr.c,v 1.155.2.2 2000/09/17 18:47:00 groudier Exp $
**
** Device driver for the NCR 53C8XX PCI-SCSI-Controller Family.
**
@@ -1310,7 +1310,7 @@ static int ncr_attach (device_t dev);
#if !defined(lint)
static const char ident[] =
- "\n$FreeBSD$\n";
+ "\n$FreeBSD: src/sys/pci/ncr.c,v 1.155.2.2 2000/09/17 18:47:00 groudier Exp $\n";
#endif
static const u_long ncr_version = NCR_VERSION * 11
diff --git a/sys/pci/ncrreg.h b/sys/pci/ncrreg.h
index fcc72124377f3..37c3c50ef6f95 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 1999/08/28 00:51:03 peter Exp $
**
** Device driver for the NCR 53C810 PCI-SCSI-Controller.
**
diff --git a/sys/pci/ohci_pci.c b/sys/pci/ohci_pci.c
index d66fe8adde8dd..dc950b6a4b1e0 100644
--- a/sys/pci/ohci_pci.c
+++ b/sys/pci/ohci_pci.c
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/sys/pci/ohci_pci.c,v 1.16.2.2 2000/07/02 12:42:40 n_hibma Exp $ */
/*
* Copyright (c) 1998 The NetBSD Foundation, Inc.
diff --git a/sys/pci/pccbb.c b/sys/pci/pccbb.c
index ac51e7058c7b2..3bf04d5090ab1 100644
--- a/sys/pci/pccbb.c
+++ b/sys/pci/pccbb.c
@@ -28,7 +28,7 @@
*/
/* $Id: pccbb.c,v 1.12 1999/09/07 17:38:17 gehenna Exp $ */
/* FreeBSD/newconfig version UCHIYAMA Yasushi 1999 */
-/* $FreeBSD$ */
+/* $FreeBSD: src/sys/pci/pccbb.c,v 1.1 1999/11/18 07:14:53 imp Exp $ */
#define CBB_DEBUG
#undef SHOW_REGS
diff --git a/sys/pci/pccbbreg.h b/sys/pci/pccbbreg.h
index 9dad13ae8fcb3..5cee091a5388e 100644
--- a/sys/pci/pccbbreg.h
+++ b/sys/pci/pccbbreg.h
@@ -28,7 +28,7 @@
*/
/* $Id: pccbbreg.h,v 1.4 1999/08/02 01:35:50 kanaoka Exp $ */
-/* $FreeBSD$ */
+/* $FreeBSD: src/sys/pci/pccbbreg.h,v 1.1 1999/11/18 07:14:54 imp Exp $ */
#ifndef _DEV_PCI_PCCBBREG_H_
#define _DEV_PCI_PCCBBREG_H_
diff --git a/sys/pci/pccbbvar.h b/sys/pci/pccbbvar.h
index 20a3ea7ab125e..bbaff401ac896 100644
--- a/sys/pci/pccbbvar.h
+++ b/sys/pci/pccbbvar.h
@@ -26,7 +26,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) 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/pccbbvar.h,v 1.1 1999/11/18 07:14:54 imp Exp $ */
struct pccbb_softc;
diff --git a/sys/pci/pci.c b/sys/pci/pci.c
index ee955d51745e8..468a1202c1eb7 100644
--- a/sys/pci/pci.c
+++ b/sys/pci/pci.c
@@ -23,7 +23,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) 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/pci.c,v 1.141.2.4 2000/10/28 23:10:17 msmith Exp $
*
*/
diff --git a/sys/pci/pci_compat.c b/sys/pci/pci_compat.c
index efd3edfa6f122..525dc9641a616 100644
--- a/sys/pci/pci_compat.c
+++ b/sys/pci/pci_compat.c
@@ -23,7 +23,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) 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/pci_compat.c,v 1.35 2000/02/28 08:12:24 bde Exp $
*
*/
diff --git a/sys/pci/pci_if.m b/sys/pci/pci_if.m
index 95b0081ca32bd..c63d6bf279d2f 100644
--- a/sys/pci/pci_if.m
+++ b/sys/pci/pci_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/pci_if.m,v 1.2 1999/08/28 00:51:04 peter Exp $
#
INTERFACE pci;
diff --git a/sys/pci/pcic_p.c b/sys/pci/pcic_p.c
index cb5a5a6a18690..619c87c1f03f3 100644
--- a/sys/pci/pcic_p.c
+++ b/sys/pci/pcic_p.c
@@ -26,7 +26,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) 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/pcic_p.c,v 1.20.2.2 2000/08/04 23:41:10 peter Exp $
*/
#include <sys/param.h>
diff --git a/sys/pci/pcic_p.h b/sys/pci/pcic_p.h
index bb96d09f9270a..c9e0171ce9f95 100644
--- a/sys/pci/pcic_p.h
+++ b/sys/pci/pcic_p.h
@@ -26,7 +26,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) 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/pcic_p.h,v 1.10.2.2 2000/08/04 23:41:10 peter Exp $
*/
/* PCI/CardBus Device IDs */
diff --git a/sys/pci/pcireg.h b/sys/pci/pcireg.h
index dd955c6d43ab6..9e8a309527a50 100644
--- a/sys/pci/pcireg.h
+++ b/sys/pci/pcireg.h
@@ -26,7 +26,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) 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/pcireg.h,v 1.24.2.2 2000/10/02 00:42:47 archie Exp $
*
*/
diff --git a/sys/pci/pcisupport.c b/sys/pci/pcisupport.c
index fe1d4899f308c..eec379eaf36f7 100644
--- a/sys/pci/pcisupport.c
+++ b/sys/pci/pcisupport.c
@@ -1,6 +1,6 @@
/**************************************************************************
**
-** $FreeBSD$
+** $FreeBSD: src/sys/pci/pcisupport.c,v 1.154.2.4 2000/11/01 19:19:36 alc Exp $
**
** Device driver for DEC/INTEL PCI chipsets.
**
diff --git a/sys/pci/pcivar.h b/sys/pci/pcivar.h
index 9c345c08d9696..6ba8c0b168fca 100644
--- a/sys/pci/pcivar.h
+++ b/sys/pci/pcivar.h
@@ -23,7 +23,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) 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/pcivar.h,v 1.41 2000/02/19 09:44:06 dfr Exp $
*
*/
diff --git a/sys/pci/scsiiom.c b/sys/pci/scsiiom.c
index 49d020be469ad..5c8fb669502e9 100644
--- a/sys/pci/scsiiom.c
+++ b/sys/pci/scsiiom.c
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/sys/pci/scsiiom.c,v 1.4.6.1 2000/08/03 01:09:11 peter Exp $ */
/***********************************************************************
* FILE NAME : SCSIIOM.C *
* BY : C.L. Huang (ching@tekram.com.tw) *
diff --git a/sys/pci/simos.c b/sys/pci/simos.c
index 2a9a706b311be..de0e7f42b01ec 100644
--- a/sys/pci/simos.c
+++ b/sys/pci/simos.c
@@ -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/simos.c,v 1.7 1999/08/28 00:51:06 peter Exp $
*/
#include <sys/param.h>
diff --git a/sys/pci/simos.h b/sys/pci/simos.h
index e703074e58c3d..b1ea6338b06ea 100644
--- a/sys/pci/simos.h
+++ b/sys/pci/simos.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/simos.h,v 1.2 1999/08/28 00:51:06 peter Exp $
*/
/*
diff --git a/sys/pci/ti_fw.h b/sys/pci/ti_fw.h
index 5c2633022058f..f4675dab88bd8 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.6.2.3 2000/08/24 00:07:56 wpaul Exp $
*/
static int tigonFwReleaseMajor = 0xc;
static int tigonFwReleaseMinor = 0x4;
diff --git a/sys/pci/ti_fw2.h b/sys/pci/ti_fw2.h
index e917ba575b97c..0338d2a3708db 100644
--- a/sys/pci/ti_fw2.h
+++ b/sys/pci/ti_fw2.h
@@ -7,7 +7,7 @@
* modifications. Release 12.4.13 apparently fails to handle 10/100
* modes in some cases.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/pci/ti_fw2.h,v 1.6.2.3 2000/08/24 00:07:57 wpaul Exp $
*/
static int tigon2FwReleaseMajor = 0xc;
static int tigon2FwReleaseMinor = 0x4;
diff --git a/sys/pci/uhci_pci.c b/sys/pci/uhci_pci.c
index 216a0a18dbec8..eea07df12b039 100644
--- a/sys/pci/uhci_pci.c
+++ b/sys/pci/uhci_pci.c
@@ -34,7 +34,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/uhci_pci.c,v 1.26.2.2 2000/07/02 12:42:40 n_hibma Exp $
*/
/* Universal Host Controller Interface
diff --git a/sys/pci/xmaciireg.h b/sys/pci/xmaciireg.h
index 137f47ee062b2..a58b7f36f8e35 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.2.4.1 2000/04/27 14:48:07 wpaul Exp $
*/
/*
diff --git a/sys/pci/xrpu.c b/sys/pci/xrpu.c
index bf02a179d996f..530394b7e913b 100644
--- a/sys/pci/xrpu.c
+++ b/sys/pci/xrpu.c
@@ -6,7 +6,7 @@
* this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
* ----------------------------------------------------------------------------
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/pci/xrpu.c,v 1.19.2.1 2000/08/02 22:19:57 peter Exp $
*
* A very simple device driver for PCI cards based on Xilinx 6200 series
* FPGA/RPU devices. Current Functionality is to allow you to open and