summaryrefslogtreecommitdiffstats
path: root/sys/alpha/pci
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2005-01-05 20:05:52 +0000
committerimp <imp@FreeBSD.org>2005-01-05 20:05:52 +0000
commit412e99bb57ba0c4d8bdd60725fdf0e64c4d15624 (patch)
tree7e2dd620aa11aef4ba5820b6a79dccb3b57c7500 /sys/alpha/pci
parenta9e88e95f346ea2f26273b2dd37c5ea5d6bfe9a1 (diff)
downloadFreeBSD-src-412e99bb57ba0c4d8bdd60725fdf0e64c4d15624.zip
FreeBSD-src-412e99bb57ba0c4d8bdd60725fdf0e64c4d15624.tar.gz
Begin all license/copyright comments with /*- or #-
Diffstat (limited to 'sys/alpha/pci')
-rw-r--r--sys/alpha/pci/alphapci_if.m2
-rw-r--r--sys/alpha/pci/apecs.c4
-rw-r--r--sys/alpha/pci/apecsreg.h2
-rw-r--r--sys/alpha/pci/cia.c2
-rw-r--r--sys/alpha/pci/cia_pci.c2
-rw-r--r--sys/alpha/pci/ciareg.h2
-rw-r--r--sys/alpha/pci/lcareg.h2
-rw-r--r--sys/alpha/pci/pci_eb164_intr.s2
-rw-r--r--sys/alpha/pci/pci_eb64plus_intr.s2
-rw-r--r--sys/alpha/pci/pcibus.c2
-rw-r--r--sys/alpha/pci/t2.c2
-rw-r--r--sys/alpha/pci/t2reg.h2
12 files changed, 13 insertions, 13 deletions
diff --git a/sys/alpha/pci/alphapci_if.m b/sys/alpha/pci/alphapci_if.m
index 1525af9..32b0b5d 100644
--- a/sys/alpha/pci/alphapci_if.m
+++ b/sys/alpha/pci/alphapci_if.m
@@ -1,4 +1,4 @@
-#
+#-
# Copyright (c) 2000 Doug Rabson
# All rights reserved.
#
diff --git a/sys/alpha/pci/apecs.c b/sys/alpha/pci/apecs.c
index e6e56f4..3faf1e1 100644
--- a/sys/alpha/pci/apecs.c
+++ b/sys/alpha/pci/apecs.c
@@ -24,7 +24,7 @@
* SUCH DAMAGE.
*
*/
-/*
+/*-
* Copyright (c) 1995, 1996 Carnegie-Mellon University.
* All rights reserved.
*
@@ -50,7 +50,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*/
-/*
+/*-
* Additional Copyright (c) 1998 by Andrew Gallatin for Duke University
*/
diff --git a/sys/alpha/pci/apecsreg.h b/sys/alpha/pci/apecsreg.h
index 385df1e..a9e180b 100644
--- a/sys/alpha/pci/apecsreg.h
+++ b/sys/alpha/pci/apecsreg.h
@@ -1,7 +1,7 @@
/* $FreeBSD$ */
/* $NetBSD: apecsreg.h,v 1.7 1997/06/06 23:54:24 thorpej Exp $ */
-/*
+/*-
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
*
diff --git a/sys/alpha/pci/cia.c b/sys/alpha/pci/cia.c
index cced505..91deb35 100644
--- a/sys/alpha/pci/cia.c
+++ b/sys/alpha/pci/cia.c
@@ -59,7 +59,7 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*/
-/*
+/*-
* Copyright (c) 1995, 1996 Carnegie-Mellon University.
* All rights reserved.
*
diff --git a/sys/alpha/pci/cia_pci.c b/sys/alpha/pci/cia_pci.c
index f2fc5d4..69fd4f3 100644
--- a/sys/alpha/pci/cia_pci.c
+++ b/sys/alpha/pci/cia_pci.c
@@ -60,7 +60,7 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*/
-/*
+/*-
* Copyright (c) 1995, 1996 Carnegie-Mellon University.
* All rights reserved.
*
diff --git a/sys/alpha/pci/ciareg.h b/sys/alpha/pci/ciareg.h
index 8da36a4..4b5d153 100644
--- a/sys/alpha/pci/ciareg.h
+++ b/sys/alpha/pci/ciareg.h
@@ -1,7 +1,7 @@
/* $FreeBSD$ */
/* $NetBSD: ciareg.h,v 1.22 1998/06/06 20:40:14 thorpej Exp $ */
-/*
+/*-
* Copyright (c) 1995, 1996 Carnegie-Mellon University.
* All rights reserved.
*
diff --git a/sys/alpha/pci/lcareg.h b/sys/alpha/pci/lcareg.h
index d7fe568..c79a991 100644
--- a/sys/alpha/pci/lcareg.h
+++ b/sys/alpha/pci/lcareg.h
@@ -1,7 +1,7 @@
/* $FreeBSD$ */
/* $NetBSD: lcareg.h,v 1.8 1997/09/05 02:14:31 thorpej Exp $ */
-/*
+/*-
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
*
diff --git a/sys/alpha/pci/pci_eb164_intr.s b/sys/alpha/pci/pci_eb164_intr.s
index 089f79d..542839f 100644
--- a/sys/alpha/pci/pci_eb164_intr.s
+++ b/sys/alpha/pci/pci_eb164_intr.s
@@ -1,7 +1,7 @@
/* $FreeBSD$ */
/* $NetBSD: pci_eb164_intr.s,v 1.5 1997/09/02 13:19:42 thorpej Exp $ */
-/*
+/*-
* Copyright (c) 1996 Carnegie-Mellon University.
* All rights reserved.
*
diff --git a/sys/alpha/pci/pci_eb64plus_intr.s b/sys/alpha/pci/pci_eb64plus_intr.s
index 9e692239..ce33c2a 100644
--- a/sys/alpha/pci/pci_eb64plus_intr.s
+++ b/sys/alpha/pci/pci_eb64plus_intr.s
@@ -1,7 +1,7 @@
/* $FreeBSD$ */
/* $NetBSD: pci_eb64plus_intr.s,v 1.2 1997/09/02 13:19:43 thorpej Exp $ */
-/*
+/*-
* Copyright (c) 1996 Carnegie-Mellon University.
* All rights reserved.
*
diff --git a/sys/alpha/pci/pcibus.c b/sys/alpha/pci/pcibus.c
index a6102e4..03fc77c 100644
--- a/sys/alpha/pci/pcibus.c
+++ b/sys/alpha/pci/pcibus.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1997, Stefan Esser <se@freebsd.org>
* All rights reserved.
*
diff --git a/sys/alpha/pci/t2.c b/sys/alpha/pci/t2.c
index 7efa27a..b1c0b26 100644
--- a/sys/alpha/pci/t2.c
+++ b/sys/alpha/pci/t2.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2000 Andrew Gallatin & Doug Rabson
* All rights reserved.
*
diff --git a/sys/alpha/pci/t2reg.h b/sys/alpha/pci/t2reg.h
index 86f04e9..b805201 100644
--- a/sys/alpha/pci/t2reg.h
+++ b/sys/alpha/pci/t2reg.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2000 Doug Rabson & Andrew Gallatin
* All rights reserved.
*
OpenPOWER on IntegriCloud