Deleted Added
full compact
efx_check.h (284555) efx_check.h (293939)
1/*-
2 * Copyright (c) 2012-2015 Solarflare Communications Inc.
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are met:
7 *
8 * 1. Redistributions of source code must retain the above copyright notice,

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

22 * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
23 * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
24 * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25 *
26 * The views and conclusions contained in the software and documentation are
27 * those of the authors and should not be interpreted as representing official
28 * policies, either expressed or implied, of the FreeBSD Project.
29 *
1/*-
2 * Copyright (c) 2012-2015 Solarflare Communications Inc.
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are met:
7 *
8 * 1. Redistributions of source code must retain the above copyright notice,

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

22 * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
23 * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
24 * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25 *
26 * The views and conclusions contained in the software and documentation are
27 * those of the authors and should not be interpreted as representing official
28 * policies, either expressed or implied, of the FreeBSD Project.
29 *
30 * $FreeBSD: stable/10/sys/dev/sfxge/common/efx_check.h 284555 2015-06-18 15:46:39Z arybchik $
30 * $FreeBSD: stable/10/sys/dev/sfxge/common/efx_check.h 293939 2016-01-14 14:28:30Z arybchik $
31 */
32
33#ifndef _SYS_EFX_CHECK_H
34#define _SYS_EFX_CHECK_H
35
36#include "efsys.h"
37
38/*

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

141
142#if EFSYS_OPT_SIENA && !EFSYS_OPT_MCDI
143# error "SIENA requires MCDI"
144#endif
145#if EFSYS_OPT_HUNTINGTON && !EFSYS_OPT_MCDI
146# error "HUNTINGTON requires MCDI"
147#endif
148
31 */
32
33#ifndef _SYS_EFX_CHECK_H
34#define _SYS_EFX_CHECK_H
35
36#include "efsys.h"
37
38/*

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

141
142#if EFSYS_OPT_SIENA && !EFSYS_OPT_MCDI
143# error "SIENA requires MCDI"
144#endif
145#if EFSYS_OPT_HUNTINGTON && !EFSYS_OPT_MCDI
146# error "HUNTINGTON requires MCDI"
147#endif
148
149/* Support MCDI logging */
150#if EFSYS_OPT_MCDI_LOGGING
151# if !EFSYS_OPT_MCDI
152# error "MCDI_LOGGING requires MCDI"
153# endif
154#endif /* EFSYS_OPT_MCDI_LOGGING */
155
149/* Support LM87 monitor */
150#if EFSYS_OPT_MON_LM87
151# if !EFSYS_OPT_FALCON
152# error "MON_LM87 requires FALCON"
153# endif
154#endif /* EFSYS_OPT_MON_LM87 */
155
156/* Support MAX6647 monitor */

--- 232 unchanged lines hidden ---
156/* Support LM87 monitor */
157#if EFSYS_OPT_MON_LM87
158# if !EFSYS_OPT_FALCON
159# error "MON_LM87 requires FALCON"
160# endif
161#endif /* EFSYS_OPT_MON_LM87 */
162
163/* Support MAX6647 monitor */

--- 232 unchanged lines hidden ---