aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mpt
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/mpt')
-rw-r--r--sys/dev/mpt/mpt.c4
-rw-r--r--sys/dev/mpt/mpt_debug.c4
-rw-r--r--sys/dev/mpt/mpt_freebsd.c4
-rw-r--r--sys/dev/mpt/mpt_pci.c14
4 files changed, 17 insertions, 9 deletions
diff --git a/sys/dev/mpt/mpt.c b/sys/dev/mpt/mpt.c
index 56854db7745a..8c99e1ca319a 100644
--- a/sys/dev/mpt/mpt.c
+++ b/sys/dev/mpt/mpt.c
@@ -1,5 +1,7 @@
-/* $FreeBSD$ */
/*
+
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
* Generic routines for LSI '909 FC adapters.
* FreeBSD Version.
*
diff --git a/sys/dev/mpt/mpt_debug.c b/sys/dev/mpt/mpt_debug.c
index 7654fee00c66..bbab51b2da0f 100644
--- a/sys/dev/mpt/mpt_debug.c
+++ b/sys/dev/mpt/mpt_debug.c
@@ -1,5 +1,7 @@
-/* $FreeBSD$ */
/*
+
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
* Debug routines for LSI '909 FC adapters.
* FreeBSD Version.
*
diff --git a/sys/dev/mpt/mpt_freebsd.c b/sys/dev/mpt/mpt_freebsd.c
index 980f115afda6..c564bdfebc55 100644
--- a/sys/dev/mpt/mpt_freebsd.c
+++ b/sys/dev/mpt/mpt_freebsd.c
@@ -1,5 +1,7 @@
-/* $FreeBSD$ */
/*
+
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
* FreeBSD/CAM specific routines for LSI '909 FC adapters.
* FreeBSD Version.
*
diff --git a/sys/dev/mpt/mpt_pci.c b/sys/dev/mpt/mpt_pci.c
index f68d113049d7..d090d58c453c 100644
--- a/sys/dev/mpt/mpt_pci.c
+++ b/sys/dev/mpt/mpt_pci.c
@@ -1,10 +1,12 @@
-/* $FreeBSD$ */
-/*
+/*-
* PCI specific probe and attach routines for LSI Fusion Adapters
* FreeBSD Version.
*
- * Copyright (c) 2000, 2001 by Greg Ansley
+ * Copyright (c) 2000, 2001 by Greg Ansley
* Partially derived from Matt Jacob's ISP driver.
+ * Copyright (c) 1997, 1998, 1999, 2000, 2001, 2002 by Matthew Jacob
+ * Feral Software
+ * All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -27,9 +29,9 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*/
-/*
- * Additional Copyright (c) 2002 by Matthew Jacob under same license.
- */
+
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
#include <sys/param.h>
#include <sys/systm.h>