Deleted Added
full compact
tw_osl_share.h (147285) tw_osl_share.h (149968)
1/*
2 * Copyright (c) 2004-05 Applied Micro Circuits Corporation.
3 * Copyright (c) 2004-05 Vinod Kashyap.
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:

--- 10 unchanged lines hidden (view full) ---

19 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
20 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
21 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25 * SUCH DAMAGE.
26 *
1/*
2 * Copyright (c) 2004-05 Applied Micro Circuits Corporation.
3 * Copyright (c) 2004-05 Vinod Kashyap.
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:

--- 10 unchanged lines hidden (view full) ---

19 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
20 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
21 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25 * SUCH DAMAGE.
26 *
27 * $FreeBSD: head/sys/dev/twa/tw_osl_share.h 147285 2005-06-11 00:14:23Z vkashyap $
27 * $FreeBSD: head/sys/dev/twa/tw_osl_share.h 149968 2005-09-11 00:52:05Z obrien $
28 */
29
30/*
31 * AMCC'S 3ware driver for 9000 series storage controllers.
32 *
33 * Author: Vinod Kashyap
34 */
35

--- 12 unchanged lines hidden (view full) ---

48
49#include <sys/param.h>
50#include <sys/systm.h>
51#include <sys/lock.h>
52#include <sys/mutex.h>
53#include <machine/endian.h>
54#include <machine/stdarg.h>
55
28 */
29
30/*
31 * AMCC'S 3ware driver for 9000 series storage controllers.
32 *
33 * Author: Vinod Kashyap
34 */
35

--- 12 unchanged lines hidden (view full) ---

48
49#include <sys/param.h>
50#include <sys/systm.h>
51#include <sys/lock.h>
52#include <sys/mutex.h>
53#include <machine/endian.h>
54#include <machine/stdarg.h>
55
56#include "tw_osl_types.h"
56#include <dev/twa/tw_osl_types.h>
57#include "opt_twa.h"
58
59
60#ifdef TWA_DEBUG
61#define TW_OSL_DEBUG TWA_DEBUG
62#endif
63
64#ifdef TWA_FLASH_FIRMWARE

--- 70 unchanged lines hidden ---
57#include "opt_twa.h"
58
59
60#ifdef TWA_DEBUG
61#define TW_OSL_DEBUG TWA_DEBUG
62#endif
63
64#ifdef TWA_FLASH_FIRMWARE

--- 70 unchanged lines hidden ---