summaryrefslogtreecommitdiffstats
path: root/sys/dev/isp/isp_sbus.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_sbus.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_sbus.c')
-rw-r--r--sys/dev/isp/isp_sbus.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/dev/isp/isp_sbus.c b/sys/dev/isp/isp_sbus.c
index 2addae2..32e83a5 100644
--- a/sys/dev/isp/isp_sbus.c
+++ b/sys/dev/isp/isp_sbus.c
@@ -1,7 +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.
*
@@ -26,6 +23,10 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*/
+/*
+ * SBus specific probe and attach routines for Qlogic ISP SCSI adapters.
+ * FreeBSD Version.
+ */
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
OpenPOWER on IntegriCloud