summaryrefslogtreecommitdiff
path: root/sys/pci
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2005-01-07 02:29:27 +0000
committerWarner Losh <imp@FreeBSD.org>2005-01-07 02:29:27 +0000
commit60727d8b86294910d41cbda1a50a855ea0537449 (patch)
treef453e3c07b7d678a92c36b5dd03f0f390cd0c5b9 /sys/pci
parent3f3b6d74ce55da65e54fcb7391c4b043347b474d (diff)
Notes
Diffstat (limited to 'sys/pci')
-rw-r--r--sys/pci/agp_if.m2
-rw-r--r--sys/pci/if_dc.c2
-rw-r--r--sys/pci/if_dcreg.h2
-rw-r--r--sys/pci/if_mn.c8
-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.h4
-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/ncr.c2
-rw-r--r--sys/pci/ncrreg.h2
-rw-r--r--sys/pci/xmaciireg.h2
-rw-r--r--sys/pci/xrpu.c6
-rw-r--r--sys/pci/yukonreg.h2
31 files changed, 39 insertions, 37 deletions
diff --git a/sys/pci/agp_if.m b/sys/pci/agp_if.m
index 9d81584a8ecd..faf7b1ab8fdf 100644
--- a/sys/pci/agp_if.m
+++ b/sys/pci/agp_if.m
@@ -1,4 +1,4 @@
-#
+#-
# Copyright (c) 2000 Doug Rabson
# All rights reserved.
#
diff --git a/sys/pci/if_dc.c b/sys/pci/if_dc.c
index 22743e80dba5..6d0abb3a740f 100644
--- a/sys/pci/if_dc.c
+++ b/sys/pci/if_dc.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1997, 1998, 1999
* Bill Paul <wpaul@ee.columbia.edu>. All rights reserved.
*
diff --git a/sys/pci/if_dcreg.h b/sys/pci/if_dcreg.h
index ce7334d0c800..5cc50495df03 100644
--- a/sys/pci/if_dcreg.h
+++ b/sys/pci/if_dcreg.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1997, 1998, 1999
* Bill Paul <wpaul@ee.columbia.edu>. All rights reserved.
*
diff --git a/sys/pci/if_mn.c b/sys/pci/if_mn.c
index 387714f4549b..6f25f6ad5106 100644
--- a/sys/pci/if_mn.c
+++ b/sys/pci/if_mn.c
@@ -1,13 +1,13 @@
-/*
+/*-
* ----------------------------------------------------------------------------
* "THE BEER-WARE LICENSE" (Revision 42):
* <phk@FreeBSD.org> wrote this file. As long as you retain this notice you
* can do whatever you want with this stuff. If we meet some day, and you think
* this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
* ----------------------------------------------------------------------------
- *
- * $Id: if_mn.c,v 1.38 2003/06/11 06:24:36 obrien Exp $
- *
+ */
+
+/*
* Driver for Siemens reference design card "Easy321-R1".
*
* This card contains a FALC54 E1/T1 framer and a MUNICH32X 32-channel HDLC
diff --git a/sys/pci/if_pcn.c b/sys/pci/if_pcn.c
index 805b7f21f151..39ce10cba708 100644
--- a/sys/pci/if_pcn.c
+++ b/sys/pci/if_pcn.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2000 Berkeley Software Design, Inc.
* Copyright (c) 1997, 1998, 1999, 2000
* Bill Paul <wpaul@osd.bsdi.com>. All rights reserved.
diff --git a/sys/pci/if_pcnreg.h b/sys/pci/if_pcnreg.h
index 122e2a6f57b5..220629c6fe8d 100644
--- a/sys/pci/if_pcnreg.h
+++ b/sys/pci/if_pcnreg.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2000 Berkeley Software Design, Inc.
* Copyright (c) 1997, 1998, 1999, 2000
* Bill Paul <wpaul@ee.columbia.edu>. All rights reserved.
diff --git a/sys/pci/if_rl.c b/sys/pci/if_rl.c
index 1fae9fe955be..6c044e716bc0 100644
--- a/sys/pci/if_rl.c
+++ b/sys/pci/if_rl.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1997, 1998
* Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
*
diff --git a/sys/pci/if_rlreg.h b/sys/pci/if_rlreg.h
index a96dc2a45dae..fa3d046c59cb 100644
--- a/sys/pci/if_rlreg.h
+++ b/sys/pci/if_rlreg.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1997, 1998-2003
* Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
*
diff --git a/sys/pci/if_sf.c b/sys/pci/if_sf.c
index 55d539dcf024..40e1dd05b9c3 100644
--- a/sys/pci/if_sf.c
+++ b/sys/pci/if_sf.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1997, 1998, 1999
* Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
*
diff --git a/sys/pci/if_sfreg.h b/sys/pci/if_sfreg.h
index 12af2117e5ca..4738f4689a73 100644
--- a/sys/pci/if_sfreg.h
+++ b/sys/pci/if_sfreg.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1997, 1998, 1999
* Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
*
diff --git a/sys/pci/if_sis.c b/sys/pci/if_sis.c
index 3aaf9bf24ec6..307ab2de3cd4 100644
--- a/sys/pci/if_sis.c
+++ b/sys/pci/if_sis.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2005 Poul-Henning Kamp <phk@FreeBSD.org>
* Copyright (c) 1997, 1998, 1999
* Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
diff --git a/sys/pci/if_sisreg.h b/sys/pci/if_sisreg.h
index 72dda6863ff7..b82092449edd 100644
--- a/sys/pci/if_sisreg.h
+++ b/sys/pci/if_sisreg.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1997, 1998, 1999
* Bill Paul <wpaul@ee.columbia.edu>. All rights reserved.
*
diff --git a/sys/pci/if_sk.c b/sys/pci/if_sk.c
index e6274eba3146..215e1882dc84 100644
--- a/sys/pci/if_sk.c
+++ b/sys/pci/if_sk.c
@@ -1,6 +1,6 @@
/* $OpenBSD: if_sk.c,v 2.33 2003/08/12 05:23:06 nate Exp $ */
-/*
+/*-
* Copyright (c) 1997, 1998, 1999, 2000
* Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
*
@@ -31,7 +31,7 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
* THE POSSIBILITY OF SUCH DAMAGE.
*/
-/*
+/*-
* Copyright (c) 2003 Nathan L. Binkert <binkertn@umich.edu>
*
* Permission to use, copy, modify, and distribute this software for any
diff --git a/sys/pci/if_skreg.h b/sys/pci/if_skreg.h
index b70e172a13ac..1db61c26ed90 100644
--- a/sys/pci/if_skreg.h
+++ b/sys/pci/if_skreg.h
@@ -1,6 +1,6 @@
/* $OpenBSD: if_skreg.h,v 1.10 2003/08/12 05:23:06 nate Exp $ */
-/*
+/*-
* Copyright (c) 1997, 1998, 1999, 2000
* Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
*
@@ -34,7 +34,7 @@
* $FreeBSD$
*/
-/*
+/*-
* Copyright (c) 2003 Nathan L. Binkert <binkertn@umich.edu>
*
* Permission to use, copy, modify, and distribute this software for any
diff --git a/sys/pci/if_ste.c b/sys/pci/if_ste.c
index 2284d667de5d..b92521bda918 100644
--- a/sys/pci/if_ste.c
+++ b/sys/pci/if_ste.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1997, 1998, 1999
* Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
*
diff --git a/sys/pci/if_stereg.h b/sys/pci/if_stereg.h
index d5ecac7c17e6..80e8b3dbb4e0 100644
--- a/sys/pci/if_stereg.h
+++ b/sys/pci/if_stereg.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1997, 1998, 1999
* Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
*
diff --git a/sys/pci/if_ti.c b/sys/pci/if_ti.c
index 461ca323433d..d368d8402a44 100644
--- a/sys/pci/if_ti.c
+++ b/sys/pci/if_ti.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1997, 1998, 1999
* Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
*
diff --git a/sys/pci/if_tireg.h b/sys/pci/if_tireg.h
index 35525149996f..e38cdd61c08b 100644
--- a/sys/pci/if_tireg.h
+++ b/sys/pci/if_tireg.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1997, 1998, 1999
* Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
*
diff --git a/sys/pci/if_tl.c b/sys/pci/if_tl.c
index e453b9294258..dfccac47911f 100644
--- a/sys/pci/if_tl.c
+++ b/sys/pci/if_tl.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1997, 1998
* Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
*
diff --git a/sys/pci/if_tlreg.h b/sys/pci/if_tlreg.h
index 086738d70d25..a8d3128b8fec 100644
--- a/sys/pci/if_tlreg.h
+++ b/sys/pci/if_tlreg.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1997, 1998
* Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
*
diff --git a/sys/pci/if_vr.c b/sys/pci/if_vr.c
index 6febeaf05d73..95a4466fab8c 100644
--- a/sys/pci/if_vr.c
+++ b/sys/pci/if_vr.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1997, 1998
* Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
*
diff --git a/sys/pci/if_vrreg.h b/sys/pci/if_vrreg.h
index 2c3bb4553345..cbf41476e90c 100644
--- a/sys/pci/if_vrreg.h
+++ b/sys/pci/if_vrreg.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1997, 1998
* Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
*
diff --git a/sys/pci/if_wb.c b/sys/pci/if_wb.c
index ef38978052ef..266cfcb6d9f2 100644
--- a/sys/pci/if_wb.c
+++ b/sys/pci/if_wb.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1997, 1998
* Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
*
diff --git a/sys/pci/if_wbreg.h b/sys/pci/if_wbreg.h
index 5467de6a27ac..82bd0810380c 100644
--- a/sys/pci/if_wbreg.h
+++ b/sys/pci/if_wbreg.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1997, 1998
* Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
*
diff --git a/sys/pci/if_xl.c b/sys/pci/if_xl.c
index 5461b181a9d1..883aea5c3b79 100644
--- a/sys/pci/if_xl.c
+++ b/sys/pci/if_xl.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1997, 1998, 1999
* Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
*
diff --git a/sys/pci/if_xlreg.h b/sys/pci/if_xlreg.h
index 9d834d0cb07d..f76c14bd72d9 100644
--- a/sys/pci/if_xlreg.h
+++ b/sys/pci/if_xlreg.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1997, 1998
* Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
*
diff --git a/sys/pci/ncr.c b/sys/pci/ncr.c
index 89b5f042e767..45f3a83715d3 100644
--- a/sys/pci/ncr.c
+++ b/sys/pci/ncr.c
@@ -10,7 +10,7 @@
** Stefan Esser <se@mi.Uni-Koeln.de>
**
**-------------------------------------------------------------------------
-**
+/*-
** Copyright (c) 1994 Wolfgang Stanglmeier. All rights reserved.
**
** Redistribution and use in source and binary forms, with or without
diff --git a/sys/pci/ncrreg.h b/sys/pci/ncrreg.h
index fcc72124377f..07b4a26b07fa 100644
--- a/sys/pci/ncrreg.h
+++ b/sys/pci/ncrreg.h
@@ -16,7 +16,7 @@
** mycroft@gnu.ai.mit.edu
**
**-------------------------------------------------------------------------
-**
+/*-
** Copyright (c) 1994 Wolfgang Stanglmeier. All rights reserved.
**
** Redistribution and use in source and binary forms, with or without
diff --git a/sys/pci/xmaciireg.h b/sys/pci/xmaciireg.h
index 137f47ee062b..38cd8cbbfb34 100644
--- a/sys/pci/xmaciireg.h
+++ b/sys/pci/xmaciireg.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1997, 1998, 1999, 2000
* Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
*
diff --git a/sys/pci/xrpu.c b/sys/pci/xrpu.c
index 7ec18a5c6124..1394291a3577 100644
--- a/sys/pci/xrpu.c
+++ b/sys/pci/xrpu.c
@@ -1,11 +1,13 @@
-/*
+/*-
* ----------------------------------------------------------------------------
* "THE BEER-WARE LICENSE" (Revision 42):
* <phk@FreeBSD.org> wrote this file. As long as you retain this notice you
* can do whatever you want with this stuff. If we meet some day, and you think
* this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
* ----------------------------------------------------------------------------
- *
+ */
+
+/*
* 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.
diff --git a/sys/pci/yukonreg.h b/sys/pci/yukonreg.h
index 0230aaedcff5..51d9f3a3a0f9 100644
--- a/sys/pci/yukonreg.h
+++ b/sys/pci/yukonreg.h
@@ -1,5 +1,5 @@
/* $OpenBSD: yukonreg.h,v 1.2 2003/08/12 05:23:06 nate Exp $ */
-/*
+/*-
* Copyright (c) 2003 Nathan L. Binkert <binkertn@umich.edu>
*
* Permission to use, copy, modify, and distribute this software for any