Deleted Added
full compact
if_bgereg.h (232766) if_bgereg.h (232848)
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 232766 2012-03-10 06:12:14Z yongari $
33 * $FreeBSD: head/sys/dev/bge/if_bgereg.h 232848 2012-03-12 02:09:47Z 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

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

2813#define BGE_FLAG_5755_PLUS 0x00100000
2814#define BGE_FLAG_5788 0x00200000
2815#define BGE_FLAG_5717_PLUS 0x00400000
2816#define BGE_FLAG_40BIT_BUG 0x01000000
2817#define BGE_FLAG_4G_BNDRY_BUG 0x02000000
2818#define BGE_FLAG_RX_ALIGNBUG 0x04000000
2819#define BGE_FLAG_SHORT_DMA_BUG 0x08000000
2820#define BGE_FLAG_4K_RDMA_BUG 0x10000000
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

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

2813#define BGE_FLAG_5755_PLUS 0x00100000
2814#define BGE_FLAG_5788 0x00200000
2815#define BGE_FLAG_5717_PLUS 0x00400000
2816#define BGE_FLAG_40BIT_BUG 0x01000000
2817#define BGE_FLAG_4G_BNDRY_BUG 0x02000000
2818#define BGE_FLAG_RX_ALIGNBUG 0x04000000
2819#define BGE_FLAG_SHORT_DMA_BUG 0x08000000
2820#define BGE_FLAG_4K_RDMA_BUG 0x10000000
2821#define BGE_FLAG_MBOX_REORDER 0x20000000
2821 uint32_t bge_phy_flags;
2822#define BGE_PHY_NO_WIRESPEED 0x00000001
2823#define BGE_PHY_ADC_BUG 0x00000002
2824#define BGE_PHY_5704_A0_BUG 0x00000004
2825#define BGE_PHY_JITTER_BUG 0x00000008
2826#define BGE_PHY_BER_BUG 0x00000010
2827#define BGE_PHY_ADJUST_TRIM 0x00000020
2828#define BGE_PHY_CRC_BUG 0x00000040

--- 48 unchanged lines hidden ---
2822 uint32_t bge_phy_flags;
2823#define BGE_PHY_NO_WIRESPEED 0x00000001
2824#define BGE_PHY_ADC_BUG 0x00000002
2825#define BGE_PHY_5704_A0_BUG 0x00000004
2826#define BGE_PHY_JITTER_BUG 0x00000008
2827#define BGE_PHY_BER_BUG 0x00000010
2828#define BGE_PHY_ADJUST_TRIM 0x00000020
2829#define BGE_PHY_CRC_BUG 0x00000040

--- 48 unchanged lines hidden ---