aboutsummaryrefslogtreecommitdiff
path: root/sys/pci
diff options
context:
space:
mode:
authorKen Smith <kensmith@FreeBSD.org>2009-05-01 02:51:58 +0000
committerKen Smith <kensmith@FreeBSD.org>2009-05-01 02:51:58 +0000
commitb205d83df7763ca1f099bce5ac12a05862a626c4 (patch)
treef30d11bce592433d73cbb079c6db2d3428a52cf5 /sys/pci
parent54055718ff5134ddd61afc4c5f01440022040a06 (diff)
Copy releng/7.2 to release/7.2.0 for FreeBSD 7.2-RELEASE.release/7.2.0_cvs
Approved by: re (implicit) This commit was manufactured to restore the state of the 7.2-RELEASE image.
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_ati.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/amdsmb.c2
-rw-r--r--sys/pci/if_mn.c2
-rw-r--r--sys/pci/if_rl.c2
-rw-r--r--sys/pci/if_rlreg.h2
-rw-r--r--sys/pci/if_ste.c2
-rw-r--r--sys/pci/if_stereg.h2
-rw-r--r--sys/pci/if_tl.c2
-rw-r--r--sys/pci/if_tlreg.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/nfsmb.c2
-rw-r--r--sys/pci/viapm.c2
-rw-r--r--sys/pci/xrpu.c2
36 files changed, 36 insertions, 36 deletions
diff --git a/sys/pci/agp.c b/sys/pci/agp.c
index fafb3ae28cde..9cc7007f2d1d 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.56.2.2.2.1 2009/04/15 03:14:26 kensmith Exp $");
#include "opt_bus.h"
diff --git a/sys/pci/agp_ali.c b/sys/pci/agp_ali.c
index 74bd2b1a4b17..636d1075c479 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.18.2.1.6.1 2009/04/15 03:14:26 kensmith Exp $");
#include "opt_bus.h"
diff --git a/sys/pci/agp_amd.c b/sys/pci/agp_amd.c
index 7c3bd0d4b1b0..9c4e9881a186 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.23.2.1.6.1 2009/04/15 03:14:26 kensmith Exp $");
#include "opt_bus.h"
diff --git a/sys/pci/agp_amd64.c b/sys/pci/agp_amd64.c
index 689267a8b454..6da2b784b684 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.14.2.2.2.1 2009/04/15 03:14:26 kensmith Exp $");
#include "opt_bus.h"
diff --git a/sys/pci/agp_ati.c b/sys/pci/agp_ati.c
index 6bc60197aed8..ad87a354df92 100644
--- a/sys/pci/agp_ati.c
+++ b/sys/pci/agp_ati.c
@@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/pci/agp_ati.c,v 1.3.2.1.6.1 2009/04/15 03:14:26 kensmith Exp $");
#include "opt_bus.h"
diff --git a/sys/pci/agp_i810.c b/sys/pci/agp_i810.c
index b2ff72fd53a4..928af7e4f342 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.41.2.6.2.1 2009/04/15 03:14:26 kensmith Exp $");
#include "opt_bus.h"
diff --git a/sys/pci/agp_if.m b/sys/pci/agp_if.m
index faf7b1ab8fdf..192451472bf6 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.3.20.1 2009/04/15 03:14:26 kensmith Exp $
#
#include <sys/bus.h>
diff --git a/sys/pci/agp_intel.c b/sys/pci/agp_intel.c
index 60e0e6f8ad68..a49ab57ab060 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.34.2.1.6.1 2009/04/15 03:14:26 kensmith Exp $");
#include "opt_bus.h"
diff --git a/sys/pci/agp_nvidia.c b/sys/pci/agp_nvidia.c
index 3771ba6739e2..a4140579f5d1 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.11.2.2.4.1 2009/04/15 03:14:26 kensmith Exp $");
/*
* Written using information gleaned from the
diff --git a/sys/pci/agp_sis.c b/sys/pci/agp_sis.c
index a51514aba561..ee7b36fa0d02 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.20.2.1.6.1 2009/04/15 03:14:26 kensmith Exp $");
#include "opt_bus.h"
diff --git a/sys/pci/agp_via.c b/sys/pci/agp_via.c
index d60f49aef64c..7f071d60ec5f 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.24.2.1.6.1 2009/04/15 03:14:26 kensmith Exp $");
#include "opt_bus.h"
diff --git a/sys/pci/agppriv.h b/sys/pci/agppriv.h
index b4c90a053f73..8c8edb51c9e3 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.6.2.1.6.1 2009/04/15 03:14:26 kensmith Exp $
*/
#ifndef _PCI_AGPPRIV_H_
diff --git a/sys/pci/agpreg.h b/sys/pci/agpreg.h
index b453cac1b39e..ecfc6c92557f 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.19.2.1.2.1 2009/04/15 03:14:26 kensmith Exp $
*/
#ifndef _PCI_AGPREG_H_
diff --git a/sys/pci/agpvar.h b/sys/pci/agpvar.h
index df3112b49d29..978307bdc82b 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.3.8.1 2009/04/15 03:14:26 kensmith Exp $
*/
#ifndef _PCI_AGPVAR_H_
diff --git a/sys/pci/alpm.c b/sys/pci/alpm.c
index 53b2f9d885cc..89f0d58accee 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.26.8.1 2009/04/15 03:14:26 kensmith Exp $");
#include <sys/param.h>
#include <sys/bus.h>
diff --git a/sys/pci/amdpm.c b/sys/pci/amdpm.c
index f8ec9c54848b..d8c4422020c5 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.21.8.1 2009/04/15 03:14:26 kensmith Exp $");
#include <sys/param.h>
#include <sys/bus.h>
diff --git a/sys/pci/amdsmb.c b/sys/pci/amdsmb.c
index ecf4fccd8577..cd8b8d5edac3 100644
--- a/sys/pci/amdsmb.c
+++ b/sys/pci/amdsmb.c
@@ -25,7 +25,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/pci/amdsmb.c,v 1.4.2.1.4.1 2009/04/15 03:14:26 kensmith Exp $");
#include <sys/param.h>
#include <sys/bus.h>
diff --git a/sys/pci/if_mn.c b/sys/pci/if_mn.c
index ebe421f18f2b..1aa7691d68b8 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.49.8.1 2009/04/15 03:14:26 kensmith Exp $");
/*
* Stuff to describe the MUNIC32X and FALC54 chips.
diff --git a/sys/pci/if_rl.c b/sys/pci/if_rl.c
index a4e9fef879e7..502731782d26 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.170.2.10.2.1 2009/04/15 03:14:26 kensmith Exp $");
/*
* RealTek 8129/8139 PCI NIC driver
diff --git a/sys/pci/if_rlreg.h b/sys/pci/if_rlreg.h
index 1fd71e0c2678..9a9536e9414f 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.67.2.23.2.1 2009/04/15 03:14:26 kensmith Exp $
*/
/*
diff --git a/sys/pci/if_ste.c b/sys/pci/if_ste.c
index e285e50d613d..69da92d8b8f5 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.99.2.1.4.1 2009/04/15 03:14:26 kensmith Exp $");
#ifdef HAVE_KERNEL_OPTION_HEADERS
#include "opt_device_polling.h"
diff --git a/sys/pci/if_stereg.h b/sys/pci/if_stereg.h
index 0114ebe459c6..25c04071ce54 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.22.8.1 2009/04/15 03:14:26 kensmith Exp $
*/
/*
diff --git a/sys/pci/if_tl.c b/sys/pci/if_tl.c
index f2993e253776..810e58c0fc3c 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.111.8.1 2009/04/15 03:14:26 kensmith 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 f04b52bda59c..f5f41f2e69e7 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.25.8.1 2009/04/15 03:14:26 kensmith Exp $
*/
diff --git a/sys/pci/if_wb.c b/sys/pci/if_wb.c
index f42bc56af918..8324b20bf4cc 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.92.2.1.4.1 2009/04/15 03:14:26 kensmith Exp $");
/*
* Winbond fast ethernet PCI NIC driver
diff --git a/sys/pci/if_wbreg.h b/sys/pci/if_wbreg.h
index c5315c4efcb5..2e0138937025 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.17.8.1 2009/04/15 03:14:26 kensmith Exp $
*/
/*
diff --git a/sys/pci/if_xl.c b/sys/pci/if_xl.c
index 05038e1de90a..2e253b4671eb 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.210.2.2.4.1 2009/04/15 03:14:26 kensmith Exp $");
/*
* 3Com 3c90x Etherlink XL PCI NIC driver
diff --git a/sys/pci/if_xlreg.h b/sys/pci/if_xlreg.h
index 65c46d2f57e2..a8a8d69a1559 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.59.2.1.4.1 2009/04/15 03:14:26 kensmith Exp $
*/
#define XL_EE_READ 0x0080 /* read, 5 bit address */
diff --git a/sys/pci/intpm.c b/sys/pci/intpm.c
index 3cae6cc6a2eb..d865f33dbd6f 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.39.2.2.4.1 2009/04/15 03:14:26 kensmith Exp $");
#include <sys/param.h>
#include <sys/systm.h>
diff --git a/sys/pci/intpmreg.h b/sys/pci/intpmreg.h
index 236c737a9bd0..15d0b8900926 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.4.8.1 2009/04/15 03:14:26 kensmith Exp $
*/
#ifndef __INTPMREG_H__
diff --git a/sys/pci/locate.pl b/sys/pci/locate.pl
index 89688e1c6af2..12a410b0902e 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.34.1 2009/04/15 03:14:26 kensmith Exp $
use strict;
diff --git a/sys/pci/ncr.c b/sys/pci/ncr.c
index c344a1e85fd7..317c118a84b3 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.197.8.1 2009/04/15 03:14:26 kensmith Exp $");
#define NCR_DATE "pl30 98/1/1"
diff --git a/sys/pci/ncrreg.h b/sys/pci/ncrreg.h
index 34f1618f8d49..852002065e0b 100644
--- a/sys/pci/ncrreg.h
+++ b/sys/pci/ncrreg.h
@@ -1,6 +1,6 @@
/**************************************************************************
**
-** $FreeBSD$
+** $FreeBSD: src/sys/pci/ncrreg.h,v 1.15.20.1 2009/04/15 03:14:26 kensmith Exp $
**
** Device driver for the NCR 53C810 PCI-SCSI-Controller.
**
diff --git a/sys/pci/nfsmb.c b/sys/pci/nfsmb.c
index fa82e81f834c..1166bc43ae53 100644
--- a/sys/pci/nfsmb.c
+++ b/sys/pci/nfsmb.c
@@ -25,7 +25,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/pci/nfsmb.c,v 1.6.2.10.4.1 2009/04/15 03:14:26 kensmith Exp $");
#include <sys/param.h>
#include <sys/bus.h>
diff --git a/sys/pci/viapm.c b/sys/pci/viapm.c
index 8753b10a62e5..d96e31fcc6b5 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.18.2.1.4.1 2009/04/15 03:14:26 kensmith Exp $");
#include "opt_isa.h"
diff --git a/sys/pci/xrpu.c b/sys/pci/xrpu.c
index 0ca567f8853c..01cab638103f 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.41.20.1 2009/04/15 03:14:26 kensmith Exp $");
#include <sys/param.h>
#include <sys/systm.h>