summaryrefslogtreecommitdiffstats
path: root/sys/dev/mpt
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2004-08-21 17:44:57 +0000
committerobrien <obrien@FreeBSD.org>2004-08-21 17:44:57 +0000
commitfbfced34e485ed42ca65816dbf7029b29af13d53 (patch)
treea405a149c8470bb5fc8a2d4793162be429b1c707 /sys/dev/mpt
parent657b6f650c97ec6e28dbd41f3a5baaf2da4f29b2 (diff)
downloadFreeBSD-src-fbfced34e485ed42ca65816dbf7029b29af13d53.zip
FreeBSD-src-fbfced34e485ed42ca65816dbf7029b29af13d53.tar.gz
Fix where my automated script blew the SCM ID format conversion.
Diffstat (limited to 'sys/dev/mpt')
-rw-r--r--sys/dev/mpt/mpt.c6
-rw-r--r--sys/dev/mpt/mpt_debug.c6
-rw-r--r--sys/dev/mpt/mpt_freebsd.c6
3 files changed, 9 insertions, 9 deletions
diff --git a/sys/dev/mpt/mpt.c b/sys/dev/mpt/mpt.c
index 8c99e1c..99c0faf 100644
--- a/sys/dev/mpt/mpt.c
+++ b/sys/dev/mpt/mpt.c
@@ -1,7 +1,4 @@
/*
-
-#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
* Generic routines for LSI '909 FC adapters.
* FreeBSD Version.
*
@@ -32,6 +29,9 @@ __FBSDID("$FreeBSD$");
* Additional Copyright (c) 2002 by Matthew Jacob under same license.
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <dev/mpt/mpt_freebsd.h>
#define MPT_MAX_TRYS 3
diff --git a/sys/dev/mpt/mpt_debug.c b/sys/dev/mpt/mpt_debug.c
index 96e35e1..d7ec166 100644
--- a/sys/dev/mpt/mpt_debug.c
+++ b/sys/dev/mpt/mpt_debug.c
@@ -1,7 +1,4 @@
/*
-
-#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
* Debug routines for LSI '909 FC adapters.
* FreeBSD Version.
*
@@ -32,6 +29,9 @@ __FBSDID("$FreeBSD$");
* Additional Copyright (c) 2002 by Matthew Jacob under same license.
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <dev/mpt/mpt_freebsd.h>
#include <machine/stdarg.h> /* for use by mpt_prt below */
diff --git a/sys/dev/mpt/mpt_freebsd.c b/sys/dev/mpt/mpt_freebsd.c
index c564bdf..f64a3ff 100644
--- a/sys/dev/mpt/mpt_freebsd.c
+++ b/sys/dev/mpt/mpt_freebsd.c
@@ -1,7 +1,4 @@
/*
-
-#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
* FreeBSD/CAM specific routines for LSI '909 FC adapters.
* FreeBSD Version.
*
@@ -32,6 +29,9 @@ __FBSDID("$FreeBSD$");
* Additional Copyright (c) 2002 by Matthew Jacob under same license.
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <dev/mpt/mpt_freebsd.h>
static void mpt_poll(struct cam_sim *);
OpenPOWER on IntegriCloud