summaryrefslogtreecommitdiffstats
path: root/sys/dev/mpt
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-08-24 17:55:58 +0000
committerobrien <obrien@FreeBSD.org>2003-08-24 17:55:58 +0000
commitc63dab466c1f033b389bd6ea609f595059544212 (patch)
tree42e9f25e1409a6eae14564b2dd4cc743ddb1e89f /sys/dev/mpt
parentfb9845a19e4bbed8172870281b730ff77f07b9be (diff)
downloadFreeBSD-src-c63dab466c1f033b389bd6ea609f595059544212.zip
FreeBSD-src-c63dab466c1f033b389bd6ea609f595059544212.tar.gz
Use __FBSDID().
Also some minor style cleanups.
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 56854db..8c99e1c 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 7654fee..bbab51b 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 980f115..c564bdf 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 f68d113..d090d58 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>
OpenPOWER on IntegriCloud