Deleted Added
full compact
tw_osl_share.h (169742) tw_osl_share.h (172496)
1/*
2 * Copyright (c) 2004-07 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-07 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 169742 2007-05-19 10:12:58Z scottl $
27 * $FreeBSD: head/sys/dev/twa/tw_osl_share.h 172496 2007-10-09 17:43:57Z scottl $
28 */
29
30/*
31 * AMCC'S 3ware driver for 9000 series storage controllers.
32 *
33 * Author: Vinod Kashyap
34 * Modifications by: Adam Radford
35 */

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

70#ifdef TWA_DEBUG
71#define TW_OSL_DEBUG TWA_DEBUG
72#endif
73
74#ifdef TWA_ENCLOSURE_SUPPORT
75#define TW_OSL_ENCLOSURE_SUPPORT
76#endif
77
28 */
29
30/*
31 * AMCC'S 3ware driver for 9000 series storage controllers.
32 *
33 * Author: Vinod Kashyap
34 * Modifications by: Adam Radford
35 */

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

70#ifdef TWA_DEBUG
71#define TW_OSL_DEBUG TWA_DEBUG
72#endif
73
74#ifdef TWA_ENCLOSURE_SUPPORT
75#define TW_OSL_ENCLOSURE_SUPPORT
76#endif
77
78#define TW_OSL_DRIVER_VERSION_STRING "3.70.03.007"
78#define TW_OSL_DRIVER_VERSION_STRING "3.70.05.001"
79
80#define TW_OSL_CAN_SLEEP
81
82#ifdef TW_OSL_CAN_SLEEP
83typedef TW_VOID *TW_SLEEP_HANDLE;
84#endif /* TW_OSL_CAN_SLEEP */
85
86#define TW_OSL_PCI_CONFIG_ACCESSIBLE

--- 27 unchanged lines hidden ---
79
80#define TW_OSL_CAN_SLEEP
81
82#ifdef TW_OSL_CAN_SLEEP
83typedef TW_VOID *TW_SLEEP_HANDLE;
84#endif /* TW_OSL_CAN_SLEEP */
85
86#define TW_OSL_PCI_CONFIG_ACCESSIBLE

--- 27 unchanged lines hidden ---