summaryrefslogtreecommitdiffstats
path: root/sys/pci
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pci')
-rw-r--r--sys/pci/agp.c5
-rw-r--r--sys/pci/agp_ali.c5
-rw-r--r--sys/pci/agp_amd.c5
-rw-r--r--sys/pci/agp_i810.c5
-rw-r--r--sys/pci/agp_intel.c5
-rw-r--r--sys/pci/agp_sis.c5
-rw-r--r--sys/pci/agp_via.c5
-rw-r--r--sys/pci/alpm.c7
-rw-r--r--sys/pci/amdpm.c6
-rw-r--r--sys/pci/cy_pci.c5
-rw-r--r--sys/pci/if_de.c8
-rw-r--r--sys/pci/if_en_pci.c7
-rw-r--r--sys/pci/if_mn.c5
-rw-r--r--sys/pci/if_rl.c3
-rw-r--r--sys/pci/if_sis.c2
-rw-r--r--sys/pci/if_xl.c1
-rw-r--r--sys/pci/intpm.c5
-rw-r--r--sys/pci/meteor.c5
-rw-r--r--sys/pci/ncr.c5
-rw-r--r--sys/pci/viapm.c7
-rw-r--r--sys/pci/xrpu.c6
21 files changed, 62 insertions, 45 deletions
diff --git a/sys/pci/agp.c b/sys/pci/agp.c
index 5ff2446..65ca245 100644
--- a/sys/pci/agp.c
+++ b/sys/pci/agp.c
@@ -22,10 +22,11 @@
* LIABILITY, OR TORT (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$
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include "opt_bus.h"
#include <sys/param.h>
diff --git a/sys/pci/agp_ali.c b/sys/pci/agp_ali.c
index f89d14b..d94c7df 100644
--- a/sys/pci/agp_ali.c
+++ b/sys/pci/agp_ali.c
@@ -22,10 +22,11 @@
* LIABILITY, OR TORT (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$
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include "opt_bus.h"
#include <sys/param.h>
diff --git a/sys/pci/agp_amd.c b/sys/pci/agp_amd.c
index 24e3cc9..d3bfb14 100644
--- a/sys/pci/agp_amd.c
+++ b/sys/pci/agp_amd.c
@@ -22,10 +22,11 @@
* LIABILITY, OR TORT (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$
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include "opt_bus.h"
#include <sys/param.h>
diff --git a/sys/pci/agp_i810.c b/sys/pci/agp_i810.c
index 29acc1b..d8e4d05 100644
--- a/sys/pci/agp_i810.c
+++ b/sys/pci/agp_i810.c
@@ -23,8 +23,6 @@
* LIABILITY, OR TORT (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$
*/
/*
@@ -32,6 +30,9 @@
* 852GM/855GM/865G support added by David Dawes <dawes@xfree86.org>
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include "opt_bus.h"
#include <sys/param.h>
diff --git a/sys/pci/agp_intel.c b/sys/pci/agp_intel.c
index 48bd361..bb7eaab 100644
--- a/sys/pci/agp_intel.c
+++ b/sys/pci/agp_intel.c
@@ -22,10 +22,11 @@
* LIABILITY, OR TORT (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$
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include "opt_bus.h"
#include <sys/param.h>
diff --git a/sys/pci/agp_sis.c b/sys/pci/agp_sis.c
index 00cb991..aecbb3f 100644
--- a/sys/pci/agp_sis.c
+++ b/sys/pci/agp_sis.c
@@ -22,10 +22,11 @@
* LIABILITY, OR TORT (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$
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include "opt_bus.h"
#include <sys/param.h>
diff --git a/sys/pci/agp_via.c b/sys/pci/agp_via.c
index 4d13230..656b1e8 100644
--- a/sys/pci/agp_via.c
+++ b/sys/pci/agp_via.c
@@ -22,10 +22,11 @@
* LIABILITY, OR TORT (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$
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include "opt_bus.h"
#include <sys/param.h>
diff --git a/sys/pci/alpm.c b/sys/pci/alpm.c
index c58a519..6fe3b51 100644
--- a/sys/pci/alpm.c
+++ b/sys/pci/alpm.c
@@ -22,14 +22,15 @@
* LIABILITY, OR TORT (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$
- *
*/
/*
* Power Management support for the Acer M15x3 chipsets
*/
+
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <sys/param.h>
#include <sys/kernel.h>
#include <sys/systm.h>
diff --git a/sys/pci/amdpm.c b/sys/pci/amdpm.c
index 4fc51b9..6c18f48 100644
--- a/sys/pci/amdpm.c
+++ b/sys/pci/amdpm.c
@@ -26,15 +26,15 @@
* LIABILITY, OR TORT (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$
- *
*/
/*
* Power management function/SMBus function support for the AMD 756 chip.
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <sys/param.h>
#include <sys/kernel.h>
#include <sys/systm.h>
diff --git a/sys/pci/cy_pci.c b/sys/pci/cy_pci.c
index 303f290..ef5cccd 100644
--- a/sys/pci/cy_pci.c
+++ b/sys/pci/cy_pci.c
@@ -23,14 +23,15 @@
* LIABILITY, OR TORT (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$
*/
/*
* Cyclades Y PCI serial interface driver
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include "opt_cy_pci_fastintr.h"
#include <sys/param.h>
diff --git a/sys/pci/if_de.c b/sys/pci/if_de.c
index de984d8..3aa15c8 100644
--- a/sys/pci/if_de.c
+++ b/sys/pci/if_de.c
@@ -1,7 +1,4 @@
/* $NetBSD: if_de.c,v 1.86 1999/06/01 19:17:59 thorpej Exp $ */
-
-/* $FreeBSD$ */
-
/*-
* Copyright (c) 1994-1997 Matt Thomas (matt@3am-software.com)
* All rights reserved.
@@ -26,7 +23,6 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* Id: if_de.c,v 1.94 1997/07/03 16:55:07 thomas Exp
- *
*/
/*
@@ -38,6 +34,10 @@
* This driver supports the DEC DE435 or any other PCI
* board which support 21040, 21041, or 21140 (mostly).
*/
+
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#define TULIP_HDR_DATA
#include <sys/param.h>
diff --git a/sys/pci/if_en_pci.c b/sys/pci/if_en_pci.c
index b1ab33e..fec4248 100644
--- a/sys/pci/if_en_pci.c
+++ b/sys/pci/if_en_pci.c
@@ -1,5 +1,4 @@
/* $NetBSD: if_en_pci.c,v 1.1 1996/06/22 02:00:31 chuck Exp $ */
-
/*
*
* Copyright (c) 1996 Charles D. Cranor and Washington University.
@@ -31,11 +30,9 @@
* (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$
*/
/*
- *
* i f _ e n _ p c i . c
*
* author: Chuck Cranor <chuck@ccrc.wustl.edu>
@@ -44,6 +41,10 @@
* FreeBSD PCI glue for the eni155p card.
* thanks to Matt Thomas for figuring out FreeBSD vs NetBSD vs etc.. diffs.
*/
+
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <sys/param.h>
#include <sys/kernel.h>
#include <sys/systm.h>
diff --git a/sys/pci/if_mn.c b/sys/pci/if_mn.c
index b809d6b..10250d5 100644
--- a/sys/pci/if_mn.c
+++ b/sys/pci/if_mn.c
@@ -20,10 +20,11 @@
* comfort, so I have not bothered typing it all into a "fooreg.h" file,
* you will (badly!) need the documentation anyway if you want to mess with
* this gadget.
- *
- * $FreeBSD$
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
/*
* Stuff to describe the MUNIC32X and FALC54 chips.
*/
diff --git a/sys/pci/if_rl.c b/sys/pci/if_rl.c
index f4a733d..836c617 100644
--- a/sys/pci/if_rl.c
+++ b/sys/pci/if_rl.c
@@ -81,6 +81,9 @@
* to select which interface to use depending on the chip type.
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <sys/param.h>
#include <sys/endian.h>
#include <sys/systm.h>
diff --git a/sys/pci/if_sis.c b/sys/pci/if_sis.c
index 62b4b50..962f3c8 100644
--- a/sys/pci/if_sis.c
+++ b/sys/pci/if_sis.c
@@ -28,8 +28,6 @@
* CONTRACT, STRICT LIABILITY, OR TORT (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$
*/
/*
diff --git a/sys/pci/if_xl.c b/sys/pci/if_xl.c
index 25f9330..2b65aad 100644
--- a/sys/pci/if_xl.c
+++ b/sys/pci/if_xl.c
@@ -28,7 +28,6 @@
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
* THE POSSIBILITY OF SUCH DAMAGE.
- *
*/
/*
diff --git a/sys/pci/intpm.c b/sys/pci/intpm.c
index 3c5bb33..3296dce 100644
--- a/sys/pci/intpm.c
+++ b/sys/pci/intpm.c
@@ -22,10 +22,11 @@
* LIABILITY, OR TORT (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$
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
diff --git a/sys/pci/meteor.c b/sys/pci/meteor.c
index 71f49a0..670945a 100644
--- a/sys/pci/meteor.c
+++ b/sys/pci/meteor.c
@@ -27,8 +27,6 @@
* STRICT LIABILITY, OR TORT (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$
*/
/* Change History:
@@ -145,6 +143,9 @@
future version of this driver.
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#ifdef COMPILING_LINT
#warning "The meteor driver is broken and is not compiled with LINT"
#else
diff --git a/sys/pci/ncr.c b/sys/pci/ncr.c
index 1b1db56..df616c1 100644
--- a/sys/pci/ncr.c
+++ b/sys/pci/ncr.c
@@ -1,6 +1,5 @@
/**************************************************************************
**
-** $FreeBSD$
**
** Device driver for the NCR 53C8XX PCI-SCSI-Controller Family.
**
@@ -39,6 +38,10 @@
***************************************************************************
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
+
#define NCR_DATE "pl30 98/1/1"
#define NCR_VERSION (2)
diff --git a/sys/pci/viapm.c b/sys/pci/viapm.c
index 6f02a6d..356882e 100644
--- a/sys/pci/viapm.c
+++ b/sys/pci/viapm.c
@@ -22,10 +22,11 @@
* LIABILITY, OR TORT (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$
- *
*/
+
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <sys/param.h>
#include <sys/kernel.h>
#include <sys/systm.h>
diff --git a/sys/pci/xrpu.c b/sys/pci/xrpu.c
index 6e0ee05..074e300 100644
--- a/sys/pci/xrpu.c
+++ b/sys/pci/xrpu.c
@@ -6,17 +6,17 @@
* this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
* ----------------------------------------------------------------------------
*
- * $FreeBSD$
- *
* 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
* mmap the entire thing into your program.
*
* Hardware currently supported:
* www.vcc.com HotWorks 1 6216 based card.
- *
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/conf.h>
OpenPOWER on IntegriCloud