Deleted Added
full compact
if_bgereg.h (166676) if_bgereg.h (166677)
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 166676 2007-02-12 23:33:05Z jkim $
33 * $FreeBSD: head/sys/dev/bge/if_bgereg.h 166677 2007-02-12 23:58:52Z jkim $
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

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

2462#define BGE_FLAG_575X_PLUS 0x00008000
2463#define BGE_FLAG_RX_ALIGNBUG 0x00100000
2464#define BGE_FLAG_NO_3LED 0x00200000
2465#define BGE_FLAG_ADC_BUG 0x00400000
2466#define BGE_FLAG_5704_A0_BUG 0x00800000
2467#define BGE_FLAG_JITTER_BUG 0x01000000
2468#define BGE_FLAG_BER_BUG 0x02000000
2469#define BGE_FLAG_ADJUST_TRIM 0x04000000
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

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

2462#define BGE_FLAG_575X_PLUS 0x00008000
2463#define BGE_FLAG_RX_ALIGNBUG 0x00100000
2464#define BGE_FLAG_NO_3LED 0x00200000
2465#define BGE_FLAG_ADC_BUG 0x00400000
2466#define BGE_FLAG_5704_A0_BUG 0x00800000
2467#define BGE_FLAG_JITTER_BUG 0x01000000
2468#define BGE_FLAG_BER_BUG 0x02000000
2469#define BGE_FLAG_ADJUST_TRIM 0x04000000
2470#define BGE_FLAG_CRC_BUG 0x08000000
2470 uint32_t bge_chipid;
2471 uint8_t bge_asicrev;
2472 uint8_t bge_chiprev;
2473 uint8_t bge_asf_mode;
2474 uint8_t bge_asf_count;
2475 struct bge_ring_data bge_ldata; /* rings */
2476 struct bge_chain_data bge_cdata; /* mbufs */
2477 uint16_t bge_tx_saved_considx;

--- 32 unchanged lines hidden ---
2471 uint32_t bge_chipid;
2472 uint8_t bge_asicrev;
2473 uint8_t bge_chiprev;
2474 uint8_t bge_asf_mode;
2475 uint8_t bge_asf_count;
2476 struct bge_ring_data bge_ldata; /* rings */
2477 struct bge_chain_data bge_cdata; /* mbufs */
2478 uint16_t bge_tx_saved_considx;

--- 32 unchanged lines hidden ---