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

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

268#define BGE_CHIPID_BCM5714_A0 0x50000000
269#define BGE_CHIPID_BCM5752_A0 0x60000000
270#define BGE_CHIPID_BCM5752_A1 0x60010000
271#define BGE_CHIPID_BCM5752_A2 0x60020000
272#define BGE_CHIPID_BCM5714_B0 0x80000000
273#define BGE_CHIPID_BCM5714_B3 0x80030000
274#define BGE_CHIPID_BCM5715_A0 0x90000000
275#define BGE_CHIPID_BCM5715_A1 0x90010000
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

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

268#define BGE_CHIPID_BCM5714_A0 0x50000000
269#define BGE_CHIPID_BCM5752_A0 0x60000000
270#define BGE_CHIPID_BCM5752_A1 0x60010000
271#define BGE_CHIPID_BCM5752_A2 0x60020000
272#define BGE_CHIPID_BCM5714_B0 0x80000000
273#define BGE_CHIPID_BCM5714_B3 0x80030000
274#define BGE_CHIPID_BCM5715_A0 0x90000000
275#define BGE_CHIPID_BCM5715_A1 0x90010000
276#define BGE_CHIPID_BCM5715_A3 0x90030000
276#define BGE_CHIPID_BCM5755_A0 0xa0000000
277#define BGE_CHIPID_BCM5755_A1 0xa0010000
278#define BGE_CHIPID_BCM5755_A2 0xa0020000
279#define BGE_CHIPID_BCM5754_A0 0xb0000000
280#define BGE_CHIPID_BCM5754_A1 0xb0010000
281#define BGE_CHIPID_BCM5754_A2 0xb0020000
282#define BGE_CHIPID_BCM5787_A0 0xb0000000
283#define BGE_CHIPID_BCM5787_A1 0xb0010000

--- 2227 unchanged lines hidden ---
277#define BGE_CHIPID_BCM5755_A0 0xa0000000
278#define BGE_CHIPID_BCM5755_A1 0xa0010000
279#define BGE_CHIPID_BCM5755_A2 0xa0020000
280#define BGE_CHIPID_BCM5754_A0 0xb0000000
281#define BGE_CHIPID_BCM5754_A1 0xb0010000
282#define BGE_CHIPID_BCM5754_A2 0xb0020000
283#define BGE_CHIPID_BCM5787_A0 0xb0000000
284#define BGE_CHIPID_BCM5787_A1 0xb0010000

--- 2227 unchanged lines hidden ---