Deleted Added
full compact
if_bgereg.h (214428) if_bgereg.h (220368)
1/*-
2 * Copyright (c) 2001 Wind River Systems
3 * Copyright (c) 1997, 1998, 1999, 2001
4 * Bill Paul <wpaul@windriver.com>. 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:

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

25 * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
26 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
27 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
28 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
29 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
30 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
31 * THE POSSIBILITY OF SUCH DAMAGE.
32 *
1/*-
2 * Copyright (c) 2001 Wind River Systems
3 * Copyright (c) 1997, 1998, 1999, 2001
4 * Bill Paul <wpaul@windriver.com>. 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:

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

25 * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
26 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
27 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
28 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
29 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
30 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
31 * THE POSSIBILITY OF SUCH DAMAGE.
32 *
33 * $FreeBSD: head/sys/dev/bge/if_bgereg.h 214428 2010-10-27 17:20:19Z yongari $
33 * $FreeBSD: head/sys/dev/bge/if_bgereg.h 220368 2011-04-05 17:41:54Z yongari $
34 */
35
36/*
37 * BCM570x memory map. The internal memory layout varies somewhat
38 * depending on whether or not we have external SSRAM attached.
39 * The BCM5700 can have up to 16MB of external memory. The BCM5701
40 * is apparently not designed to use external SSRAM. The mappings
41 * up to the first 4 send rings are the same for both internal and

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

2743 struct resource *bge_res;
2744 struct ifmedia bge_ifmedia; /* TBI media info */
2745 int bge_expcap;
2746 int bge_msicap;
2747 int bge_pcixcap;
2748 uint32_t bge_flags;
2749#define BGE_FLAG_TBI 0x00000001
2750#define BGE_FLAG_JUMBO 0x00000002
34 */
35
36/*
37 * BCM570x memory map. The internal memory layout varies somewhat
38 * depending on whether or not we have external SSRAM attached.
39 * The BCM5700 can have up to 16MB of external memory. The BCM5701
40 * is apparently not designed to use external SSRAM. The mappings
41 * up to the first 4 send rings are the same for both internal and

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

2743 struct resource *bge_res;
2744 struct ifmedia bge_ifmedia; /* TBI media info */
2745 int bge_expcap;
2746 int bge_msicap;
2747 int bge_pcixcap;
2748 uint32_t bge_flags;
2749#define BGE_FLAG_TBI 0x00000001
2750#define BGE_FLAG_JUMBO 0x00000002
2751#define BGE_FLAG_JUMBO_STD 0x00000004
2751#define BGE_FLAG_EADDR 0x00000008
2752#define BGE_FLAG_MII_SERDES 0x00000010
2753#define BGE_FLAG_CPMU_PRESENT 0x00000020
2754#define BGE_FLAG_TAGGED_STATUS 0x00000040
2755#define BGE_FLAG_MSI 0x00000100
2756#define BGE_FLAG_PCIX 0x00000200
2757#define BGE_FLAG_PCIE 0x00000400
2758#define BGE_FLAG_TSO 0x00000800

--- 68 unchanged lines hidden ---
2752#define BGE_FLAG_EADDR 0x00000008
2753#define BGE_FLAG_MII_SERDES 0x00000010
2754#define BGE_FLAG_CPMU_PRESENT 0x00000020
2755#define BGE_FLAG_TAGGED_STATUS 0x00000040
2756#define BGE_FLAG_MSI 0x00000100
2757#define BGE_FLAG_PCIX 0x00000200
2758#define BGE_FLAG_PCIE 0x00000400
2759#define BGE_FLAG_TSO 0x00000800

--- 68 unchanged lines hidden ---