summaryrefslogtreecommitdiffstats
path: root/sys/dev/si/si_pci.c
diff options
context:
space:
mode:
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