aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/si
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2003-08-24 18:03:45 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2003-08-24 18:03:45 +0000
commit945ff31afa6806ffec0e30453f57ccf2fb70698b (patch)
tree6b7fcc530adc98f00f6a4f2f826676bb58be0929 /sys/dev/si
parentaad970f1fee9a2a3e5a0f880be9b87c6193b3bd1 (diff)
Notes
Diffstat (limited to 'sys/dev/si')
-rw-r--r--sys/dev/si/si.c4
-rw-r--r--sys/dev/si/si2_z280.c4
-rw-r--r--sys/dev/si/si3_t225.c4
-rw-r--r--sys/dev/si/si_eisa.c4
-rw-r--r--sys/dev/si/si_isa.c4
-rw-r--r--sys/dev/si/si_pci.c7
6 files changed, 19 insertions, 8 deletions
diff --git a/sys/dev/si/si.c b/sys/dev/si/si.c
index ed79741a6c3f..148182a46d0d 100644
--- a/sys/dev/si/si.c
+++ b/sys/dev/si/si.c
@@ -30,9 +30,11 @@
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN
* NO EVENT SHALL THE AUTHORS BE LIABLE.
*
- * $FreeBSD$
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#ifndef lint
static const char si_copyright1[] = "@(#) Copyright (C) Specialix International, 1990,1992,1998",
si_copyright2[] = "@(#) Copyright (C) Andy Rutter 1993",
diff --git a/sys/dev/si/si2_z280.c b/sys/dev/si/si2_z280.c
index d2e1d21ed882..84179dd8d1ab 100644
--- a/sys/dev/si/si2_z280.c
+++ b/sys/dev/si/si2_z280.c
@@ -25,9 +25,11 @@
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN
* NO EVENT SHALL THE AUTHORS BE LIABLE.
*
- * $FreeBSD$
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <sys/param.h>
#include <sys/bus.h>
#include <dev/si/sivar.h>
diff --git a/sys/dev/si/si3_t225.c b/sys/dev/si/si3_t225.c
index 98687e087171..16a928902a98 100644
--- a/sys/dev/si/si3_t225.c
+++ b/sys/dev/si/si3_t225.c
@@ -25,9 +25,11 @@
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN
* NO EVENT SHALL THE AUTHORS BE LIABLE.
*
- * $FreeBSD$
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <sys/param.h>
#include <sys/bus.h>
#include <dev/si/sivar.h>
diff --git a/sys/dev/si/si_eisa.c b/sys/dev/si/si_eisa.c
index 0f0295193399..fe42c238babc 100644
--- a/sys/dev/si/si_eisa.c
+++ b/sys/dev/si/si_eisa.c
@@ -17,9 +17,11 @@
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN
* NO EVENT SHALL THE AUTHORS BE LIABLE.
*
- * $FreeBSD$
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
diff --git a/sys/dev/si/si_isa.c b/sys/dev/si/si_isa.c
index c51046b68a20..2defec798fd0 100644
--- a/sys/dev/si/si_isa.c
+++ b/sys/dev/si/si_isa.c
@@ -17,9 +17,11 @@
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN
* NO EVENT SHALL THE AUTHORS BE LIABLE.
*
- * $FreeBSD$
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include "opt_debug_si.h"
#include <sys/param.h>
diff --git a/sys/dev/si/si_pci.c b/sys/dev/si/si_pci.c
index 9dffe5162394..397b2f041b70 100644
--- a/sys/dev/si/si_pci.c
+++ b/sys/dev/si/si_pci.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Device driver for Specialix range (SI/XIO) of serial line multiplexors.
*
* Copyright (C) 2000, Peter Wemm <peter@netplex.com.au>
@@ -16,10 +16,11 @@
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN
* NO EVENT SHALL THE AUTHORS BE LIABLE.
- *
- * $FreeBSD$
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>