Deleted Added
full compact
if_bgereg.h (98779) if_bgereg.h (100695)
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 98779 2002-06-24 22:04:15Z jdp $
33 * $FreeBSD: head/sys/dev/bge/if_bgereg.h 100695 2002-07-26 03:47:08Z jdp $
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

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

1806#define SK_SUBSYSID_9D21 0x4421
1807#define SK_SUBSYSID_9D41 0x4441
1808
1809/*
1810 * Altima PCI vendor/device ID.
1811 */
1812#define ALTIMA_VENDORID 0x173b
1813#define ALTIMA_DEVICE_AC1000 0x03e8
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

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

1806#define SK_SUBSYSID_9D21 0x4421
1807#define SK_SUBSYSID_9D41 0x4441
1808
1809/*
1810 * Altima PCI vendor/device ID.
1811 */
1812#define ALTIMA_VENDORID 0x173b
1813#define ALTIMA_DEVICE_AC1000 0x03e8
1814#define ALTIMA_DEVICE_AC9100 0x03ea
1814
1815/*
1816 * Offset of MAC address inside EEPROM.
1817 */
1818#define BGE_EE_MAC_OFFSET 0x7C
1819#define BGE_EE_HWCFG_OFFSET 0xC8
1820
1821#define BGE_HWCFG_VOLTAGE 0x00000003

--- 341 unchanged lines hidden ---
1815
1816/*
1817 * Offset of MAC address inside EEPROM.
1818 */
1819#define BGE_EE_MAC_OFFSET 0x7C
1820#define BGE_EE_HWCFG_OFFSET 0xC8
1821
1822#define BGE_HWCFG_VOLTAGE 0x00000003

--- 341 unchanged lines hidden ---