summaryrefslogtreecommitdiffstats
path: root/sys/dev/si/si_pci.c
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-08-24 18:03:45 +0000
committerobrien <obrien@FreeBSD.org>2003-08-24 18:03:45 +0000
commit5efef14f5fd0df5cd14cc10c7d5cf3ab651a24e0 (patch)
tree6b7fcc530adc98f00f6a4f2f826676bb58be0929 /sys/dev/si/si_pci.c
parentc63dab466c1f033b389bd6ea609f595059544212 (diff)
downloadFreeBSD-src-5efef14f5fd0df5cd14cc10c7d5cf3ab651a24e0.zip
FreeBSD-src-5efef14f5fd0df5cd14cc10c7d5cf3ab651a24e0.tar.gz
Use __FBSDID().
Also some minor style cleanups.
Diffstat (limited to 'sys/dev/si/si_pci.c')
-rw-r--r--sys/dev/si/si_pci.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/dev/si/si_pci.c b/sys/dev/si/si_pci.c
index 9dffe51..397b2f0 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>
OpenPOWER on IntegriCloud