From 799881e09403555d725cc00f72619e310f89a0ee Mon Sep 17 00:00:00 2001 From: Matt Jacob Date: Sun, 16 Jul 2006 20:11:50 +0000 Subject: 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. --- sys/dev/isp/isp_library.c | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'sys/dev/isp/isp_library.c') diff --git a/sys/dev/isp/isp_library.c b/sys/dev/isp/isp_library.c index caabc84ed5e4..192ae49d2e03 100644 --- a/sys/dev/isp/isp_library.c +++ b/sys/dev/isp/isp_library.c @@ -1,6 +1,4 @@ /*- - * Qlogic Host Adapter Internal Library Functions - * * Copyright (c) 1999-2006 by Matthew Jacob * All rights reserved. * @@ -26,15 +24,15 @@ * SUCH DAMAGE. * */ -#ifdef __FreeBSD__ -#include -__FBSDID("$FreeBSD$"); -#endif - +/* + * Qlogic Host Adapter Internal Library Functions + */ #ifdef __NetBSD__ #include #endif #ifdef __FreeBSD__ +#include +__FBSDID("$FreeBSD$"); #include #endif #ifdef __OpenBSD__ -- cgit v1.3