Deleted Added
full compact
if_bgereg.h (213486) if_bgereg.h (213893)
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 213486 2010-10-06 17:47:13Z yongari $
33 * $FreeBSD: head/sys/dev/bge/if_bgereg.h 213893 2010-10-15 14:52:11Z marius $
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

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

2752 uint32_t bge_stat_ticks;
2753 uint32_t bge_rx_coal_ticks;
2754 uint32_t bge_tx_coal_ticks;
2755 uint32_t bge_tx_prodidx;
2756 uint32_t bge_rx_max_coal_bds;
2757 uint32_t bge_tx_max_coal_bds;
2758 uint32_t bge_mi_mode;
2759 int bge_if_flags;
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

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

2752 uint32_t bge_stat_ticks;
2753 uint32_t bge_rx_coal_ticks;
2754 uint32_t bge_tx_coal_ticks;
2755 uint32_t bge_tx_prodidx;
2756 uint32_t bge_rx_max_coal_bds;
2757 uint32_t bge_tx_max_coal_bds;
2758 uint32_t bge_mi_mode;
2759 int bge_if_flags;
2760 int bge_phy_addr;
2761 int bge_txcnt;
2762 int bge_link; /* link state */
2763 int bge_link_evt; /* pending link event */
2764 int bge_timer;
2765 int bge_forced_collapse;
2766 int bge_forced_udpcsum;
2767 int bge_csum_features;
2768 struct callout bge_stat_ch;

--- 17 unchanged lines hidden ---
2760 int bge_txcnt;
2761 int bge_link; /* link state */
2762 int bge_link_evt; /* pending link event */
2763 int bge_timer;
2764 int bge_forced_collapse;
2765 int bge_forced_udpcsum;
2766 int bge_csum_features;
2767 struct callout bge_stat_ch;

--- 17 unchanged lines hidden ---