summaryrefslogtreecommitdiffstats
path: root/sys/dev/isp/isp_pci.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_pci.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_pci.c')
-rw-r--r--sys/dev/isp/isp_pci.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/dev/isp/isp_pci.c b/sys/dev/isp/isp_pci.c
index d9555d4..08c160f9 100644
--- a/sys/dev/isp/isp_pci.c
+++ b/sys/dev/isp/isp_pci.c
@@ -1,6 +1,4 @@
/*-
- * PCI specific probe and attach routines for Qlogic ISP SCSI adapters.
- * FreeBSD Version.
*
* Copyright (c) 1997-2006 by Matthew Jacob
* All rights reserved.
@@ -27,7 +25,10 @@
* SUCH DAMAGE.
*
*/
-
+/*
+ * PCI specific probe and attach routines for Qlogic ISP SCSI adapters.
+ * FreeBSD Version.
+ */
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
OpenPOWER on IntegriCloud