summaryrefslogtreecommitdiffstats
path: root/sys/dev/isp/isp_freebsd.c
diff options
context:
space:
mode:
authormjacob <mjacob@FreeBSD.org>2006-07-16 20:11:50 +0000
committermjacob <mjacob@FreeBSD.org>2006-07-16 20:11:50 +0000
commit6e5be938656a65ca8234e3d530deb38bc1e034d3 (patch)
treeb6d3899027d728cf144aed227e8e02413efd7dd0 /sys/dev/isp/isp_freebsd.c
parentcb8969e565057fcd3dbfefdb57899d0d2bb9b234 (diff)
downloadFreeBSD-src-6e5be938656a65ca8234e3d530deb38bc1e034d3.zip
FreeBSD-src-6e5be938656a65ca8234e3d530deb38bc1e034d3.tar.gz
Some rearrangement of headers to minimize diffs with outside of
FreeBSD repository and to clean up the license header so as to not pollute the license with file function. Zero all mailbox structures prior to use (just in case). Change the outgoing mailbox count for INIT_FIRMWARE to be correct.
Diffstat (limited to 'sys/dev/isp/isp_freebsd.c')
-rw-r--r--sys/dev/isp/isp_freebsd.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/isp/isp_freebsd.c b/sys/dev/isp/isp_freebsd.c
index b600da9..e71e302 100644
--- a/sys/dev/isp/isp_freebsd.c
+++ b/sys/dev/isp/isp_freebsd.c
@@ -1,5 +1,4 @@
/*-
- * Platform (FreeBSD) dependent common attachment code for Qlogic adapters.
*
* Copyright (c) 1997-2006 by Matthew Jacob
* All rights reserved.
@@ -26,9 +25,11 @@
* SUCH DAMAGE.
*/
+/*
+ * Platform (FreeBSD) dependent common attachment code for Qlogic adapters.
+ */
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
-
#include <dev/isp/isp_freebsd.h>
#include <sys/unistd.h>
#include <sys/kthread.h>
OpenPOWER on IntegriCloud