summaryrefslogtreecommitdiff
path: root/sys/dev/sio/sio_pci.c
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/sio/sio_pci.c
parentaad970f1fee9a2a3e5a0f880be9b87c6193b3bd1 (diff)
Notes
Diffstat (limited to 'sys/dev/sio/sio_pci.c')
-rw-r--r--sys/dev/sio/sio_pci.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/dev/sio/sio_pci.c b/sys/dev/sio/sio_pci.c
index 1c1f50aa3824..30896c0f4e47 100644
--- a/sys/dev/sio/sio_pci.c
+++ b/sys/dev/sio/sio_pci.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2001 M. Warner Losh. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -20,10 +20,11 @@
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 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.
- *
- * $FreeBSD$
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/bus.h>