summaryrefslogtreecommitdiffstats
path: root/sys/pci
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2005-01-07 02:29:27 +0000
committerimp <imp@FreeBSD.org>2005-01-07 02:29:27 +0000
commitf0bf889d0d2ea7d83fd3b67266a98c89cdf14853 (patch)
treef453e3c07b7d678a92c36b5dd03f0f390cd0c5b9 /sys/pci
parent4ddf4b47c4f62804a423937c4503ddae8f84c089 (diff)
downloadFreeBSD-src-f0bf889d0d2ea7d83fd3b67266a98c89cdf14853.zip
FreeBSD-src-f0bf889d0d2ea7d83fd3b67266a98c89cdf14853.tar.gz
/* -> /*- for license, minor formatting changes
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 9d81584..faf7b1a 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 22743e8..6d0abb3 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 ce7334d..5cc5049 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 387714f..6f25f6a 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 805b7f2..39ce10c 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 122e2a6..220629c 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 1fae9fe..6c044e7 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 a96dc2a..fa3d046 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 55d539d..40e1dd0 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 12af211..4738f46 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 3aaf9bf..307ab2d 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 72dda68..b820924 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 e6274eb..215e188 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 b70e172..1db61c2 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 2284d66..b92521b 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 d5ecac7..80e8b3d 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 461ca32..d368d84 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 3552514..e38cdd6 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 e453b92..dfccac4 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 086738d..a8d3128 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 6febeaf..95a4466 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 2c3bb45..cbf4147 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 ef38978..266cfcb 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 5467de6..82bd081 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 5461b18..883aea5 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 9d834d0..f76c14b 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 89b5f04..45f3a83 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 fcc7212..07b4a26 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 137f47ee..38cd8cb 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 7ec18a5..1394291 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 0230aae..51d9f3a 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
OpenPOWER on IntegriCloud