summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2005-01-06 22:18:23 +0000
committerimp <imp@FreeBSD.org>2005-01-06 22:18:23 +0000
commit8d58b9df12c91ca0ca53c8b0332657873656e436 (patch)
treea6d1ddf2792d6da23bb57c2090c14c8b106756f4 /sys/i386/isa
parent3a5dc12cb237e705106720976cd3daabeb980e2f (diff)
downloadFreeBSD-src-8d58b9df12c91ca0ca53c8b0332657873656e436.zip
FreeBSD-src-8d58b9df12c91ca0ca53c8b0332657873656e436.tar.gz
/* -> /*- for copyright notices, minor format tweaks as necessary
Diffstat (limited to 'sys/i386/isa')
-rw-r--r--sys/i386/isa/ccbque.h2
-rw-r--r--sys/i386/isa/elink.c2
-rw-r--r--sys/i386/isa/elink.h2
-rw-r--r--sys/i386/isa/ic/if_wl_i82586.h2
-rw-r--r--sys/i386/isa/ic/mb86960.h2
-rw-r--r--sys/i386/isa/if_el.c3
-rw-r--r--sys/i386/isa/if_elreg.h3
-rw-r--r--sys/i386/isa/isa.c2
-rw-r--r--sys/i386/isa/pcvt/pcvt_conf.h2
-rw-r--r--sys/i386/isa/pcvt/pcvt_drv.c2
-rw-r--r--sys/i386/isa/pcvt/pcvt_ext.c2
-rw-r--r--sys/i386/isa/pcvt/pcvt_hdr.h2
-rw-r--r--sys/i386/isa/pcvt/pcvt_kbd.c2
-rw-r--r--sys/i386/isa/pcvt/pcvt_kbd.h2
-rw-r--r--sys/i386/isa/pcvt/pcvt_out.c2
-rw-r--r--sys/i386/isa/pcvt/pcvt_sup.c2
-rw-r--r--sys/i386/isa/pcvt/pcvt_tbl.h2
-rw-r--r--sys/i386/isa/pcvt/pcvt_vtf.c2
-rw-r--r--sys/i386/isa/spic.c7
-rw-r--r--sys/i386/isa/spicreg.h2
-rw-r--r--sys/i386/isa/spkr.c2
21 files changed, 26 insertions, 23 deletions
diff --git a/sys/i386/isa/ccbque.h b/sys/i386/isa/ccbque.h
index 60ab86d..72375b0 100644
--- a/sys/i386/isa/ccbque.h
+++ b/sys/i386/isa/ccbque.h
@@ -1,5 +1,5 @@
/* $NetBSD$ */
-/*
+/*-
* [NetBSD for NEC PC98 series]
* Copyright (c) 1994, 1995, 1996 NetBSD/pc98 porting staff.
* All rights reserved.
diff --git a/sys/i386/isa/elink.c b/sys/i386/isa/elink.c
index 50e3068..5fbfd36 100644
--- a/sys/i386/isa/elink.c
+++ b/sys/i386/isa/elink.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1994 Charles Hannum. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/sys/i386/isa/elink.h b/sys/i386/isa/elink.h
index 52eb105..9b27088 100644
--- a/sys/i386/isa/elink.h
+++ b/sys/i386/isa/elink.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1994 Charles Hannum. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/sys/i386/isa/ic/if_wl_i82586.h b/sys/i386/isa/ic/if_wl_i82586.h
index 663e591..fc08adc 100644
--- a/sys/i386/isa/ic/if_wl_i82586.h
+++ b/sys/i386/isa/ic/if_wl_i82586.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Mach Operating System
* Copyright (c) 1991,1990,1989 Carnegie Mellon University
* All Rights Reserved.
diff --git a/sys/i386/isa/ic/mb86960.h b/sys/i386/isa/ic/mb86960.h
index 971ab66..1272dde 100644
--- a/sys/i386/isa/ic/mb86960.h
+++ b/sys/i386/isa/ic/mb86960.h
@@ -1,4 +1,4 @@
-/*
+/*-
* All Rights Reserved, Copyright (C) Fujitsu Limited 1995
*
* This software may be used, modified, copied, distributed, and sold, in
diff --git a/sys/i386/isa/if_el.c b/sys/i386/isa/if_el.c
index 677dd16..80e4a36 100644
--- a/sys/i386/isa/if_el.c
+++ b/sys/i386/isa/if_el.c
@@ -1,4 +1,5 @@
-/* Copyright (c) 1994, Matthew E. Kimmel. Permission is hereby granted
+/*-
+ * Copyright (c) 1994, Matthew E. Kimmel. Permission is hereby granted
* to use, copy, modify and distribute this software provided that both
* the copyright notice and this permission notice appear in all copies
* of the software, derivative works or modified versions, and any
diff --git a/sys/i386/isa/if_elreg.h b/sys/i386/isa/if_elreg.h
index 535a130..f7f36d9 100644
--- a/sys/i386/isa/if_elreg.h
+++ b/sys/i386/isa/if_elreg.h
@@ -1,4 +1,5 @@
-/* Copyright (c) 1994, Matthew E. Kimmel. Permission is hereby granted
+/*-
+ * Copyright (c) 1994, Matthew E. Kimmel. Permission is hereby granted
* to use, copy, modify and distribute this software provided that both
* the copyright notice and this permission notice appear in all copies
* of the software, derivative works or modified versions, and any
diff --git a/sys/i386/isa/isa.c b/sys/i386/isa/isa.c
index ecb22b8..175b1e8 100644
--- a/sys/i386/isa/isa.c
+++ b/sys/i386/isa/isa.c
@@ -27,7 +27,7 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
-/*
+/*-
* Modifications for Intel architecture by Garrett A. Wollman.
* Copyright 1998 Massachusetts Institute of Technology
*
diff --git a/sys/i386/isa/pcvt/pcvt_conf.h b/sys/i386/isa/pcvt/pcvt_conf.h
index 9cdd555..02c229e 100644
--- a/sys/i386/isa/pcvt/pcvt_conf.h
+++ b/sys/i386/isa/pcvt/pcvt_conf.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1999, 2000 Hellmuth Michaelis
*
* Copyright (c) 1992, 1995 Hellmuth Michaelis and Joerg Wunsch.
diff --git a/sys/i386/isa/pcvt/pcvt_drv.c b/sys/i386/isa/pcvt/pcvt_drv.c
index 6eb1ac1..465067e 100644
--- a/sys/i386/isa/pcvt/pcvt_drv.c
+++ b/sys/i386/isa/pcvt/pcvt_drv.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1999, 2000 Hellmuth Michaelis
*
* Copyright (c) 1992, 1995 Hellmuth Michaelis and Joerg Wunsch.
diff --git a/sys/i386/isa/pcvt/pcvt_ext.c b/sys/i386/isa/pcvt/pcvt_ext.c
index 035c2af..7e2f5cf 100644
--- a/sys/i386/isa/pcvt/pcvt_ext.c
+++ b/sys/i386/isa/pcvt/pcvt_ext.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1999, 2002 Hellmuth Michaelis
*
* Copyright (c) 1992, 1995 Hellmuth Michaelis and Joerg Wunsch.
diff --git a/sys/i386/isa/pcvt/pcvt_hdr.h b/sys/i386/isa/pcvt/pcvt_hdr.h
index 079d7dd..0237691 100644
--- a/sys/i386/isa/pcvt/pcvt_hdr.h
+++ b/sys/i386/isa/pcvt/pcvt_hdr.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1999, 2000 Hellmuth Michaelis
*
* Copyright (c) 1992, 1995 Hellmuth Michaelis and Joerg Wunsch.
diff --git a/sys/i386/isa/pcvt/pcvt_kbd.c b/sys/i386/isa/pcvt/pcvt_kbd.c
index 51f0dd0..9c4d8dc 100644
--- a/sys/i386/isa/pcvt/pcvt_kbd.c
+++ b/sys/i386/isa/pcvt/pcvt_kbd.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1999, 2000 Hellmuth Michaelis
*
* Copyright (c) 1992, 1995 Hellmuth Michaelis and Joerg Wunsch.
diff --git a/sys/i386/isa/pcvt/pcvt_kbd.h b/sys/i386/isa/pcvt/pcvt_kbd.h
index 932f85a..109dca5 100644
--- a/sys/i386/isa/pcvt/pcvt_kbd.h
+++ b/sys/i386/isa/pcvt/pcvt_kbd.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1999, 2000 Hellmuth Michaelis
*
* Copyright (c) 1992, 1995 Hellmuth Michaelis and Joerg Wunsch.
diff --git a/sys/i386/isa/pcvt/pcvt_out.c b/sys/i386/isa/pcvt/pcvt_out.c
index 8c77933..da32ec5 100644
--- a/sys/i386/isa/pcvt/pcvt_out.c
+++ b/sys/i386/isa/pcvt/pcvt_out.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1999, 2000 Hellmuth Michaelis
*
* Copyright (c) 1992, 1995 Hellmuth Michaelis and Joerg Wunsch.
diff --git a/sys/i386/isa/pcvt/pcvt_sup.c b/sys/i386/isa/pcvt/pcvt_sup.c
index 16d5f60..a62f54d 100644
--- a/sys/i386/isa/pcvt/pcvt_sup.c
+++ b/sys/i386/isa/pcvt/pcvt_sup.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1999, 2000 Hellmuth Michaelis
*
* Copyright (c) 1992, 1995 Hellmuth Michaelis and Joerg Wunsch.
diff --git a/sys/i386/isa/pcvt/pcvt_tbl.h b/sys/i386/isa/pcvt/pcvt_tbl.h
index 54c9235..8b68168 100644
--- a/sys/i386/isa/pcvt/pcvt_tbl.h
+++ b/sys/i386/isa/pcvt/pcvt_tbl.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1992, 2000 Hellmuth Michaelis.
*
* All rights reserved.
diff --git a/sys/i386/isa/pcvt/pcvt_vtf.c b/sys/i386/isa/pcvt/pcvt_vtf.c
index 2fd0ea1..ce23f39 100644
--- a/sys/i386/isa/pcvt/pcvt_vtf.c
+++ b/sys/i386/isa/pcvt/pcvt_vtf.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1999, 2000 Hellmuth Michaelis
*
* Copyright (c) 1992, 1995 Hellmuth Michaelis and Joerg Wunsch.
diff --git a/sys/i386/isa/spic.c b/sys/i386/isa/spic.c
index 1ded09c..c3b5f1e 100644
--- a/sys/i386/isa/spic.c
+++ b/sys/i386/isa/spic.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2000 Nick Sayer
* All rights reserved.
*
@@ -22,8 +22,9 @@
* 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.
- *
- * spic -- the Sony Programmable I/O Controller
+ */
+
+/* spic -- the Sony Programmable I/O Controller
*
* This device exists on most recent Sony laptops. It is the means by which
* you can watch the Jog Dial and some other functions.
diff --git a/sys/i386/isa/spicreg.h b/sys/i386/isa/spicreg.h
index 7657f3e..cbbff1a 100644
--- a/sys/i386/isa/spicreg.h
+++ b/sys/i386/isa/spicreg.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2000 Nick Sayer
* All rights reserved.
*
diff --git a/sys/i386/isa/spkr.c b/sys/i386/isa/spkr.c
index 2dc74e3..7b41f25 100644
--- a/sys/i386/isa/spkr.c
+++ b/sys/i386/isa/spkr.c
@@ -1,4 +1,4 @@
-/*
+/*-
* spkr.c -- device driver for console speaker
*
* v1.4 by Eric S. Raymond (esr@snark.thyrsus.com) Aug 1993
OpenPOWER on IntegriCloud