Deleted Added
full compact
if_bgereg.h (169880) if_bgereg.h (174902)
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 169880 2007-05-22 19:22:58Z jkim $
33 * $FreeBSD: head/sys/dev/bge/if_bgereg.h 174902 2007-12-25 19:51:18Z remko $
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

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

2006#define BCOM_DEVICEID_BCM5705M 0x165D
2007#define BCOM_DEVICEID_BCM5705M_ALT 0x165E
2008#define BCOM_DEVICEID_BCM5714C 0x1668
2009#define BCOM_DEVICEID_BCM5714S 0x1669
2010#define BCOM_DEVICEID_BCM5715 0x1678
2011#define BCOM_DEVICEID_BCM5715S 0x1679
2012#define BCOM_DEVICEID_BCM5720 0x1658
2013#define BCOM_DEVICEID_BCM5721 0x1659
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

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

2006#define BCOM_DEVICEID_BCM5705M 0x165D
2007#define BCOM_DEVICEID_BCM5705M_ALT 0x165E
2008#define BCOM_DEVICEID_BCM5714C 0x1668
2009#define BCOM_DEVICEID_BCM5714S 0x1669
2010#define BCOM_DEVICEID_BCM5715 0x1678
2011#define BCOM_DEVICEID_BCM5715S 0x1679
2012#define BCOM_DEVICEID_BCM5720 0x1658
2013#define BCOM_DEVICEID_BCM5721 0x1659
2014#define BCOM_DEVICEID_BCM5722 0x165a
2014#define BCOM_DEVICEID_BCM5750 0x1676
2015#define BCOM_DEVICEID_BCM5750M 0x167C
2016#define BCOM_DEVICEID_BCM5751 0x1677
2017#define BCOM_DEVICEID_BCM5751F 0x167E
2018#define BCOM_DEVICEID_BCM5751M 0x167D
2019#define BCOM_DEVICEID_BCM5752 0x1600
2020#define BCOM_DEVICEID_BCM5752M 0x1601
2021#define BCOM_DEVICEID_BCM5753 0x16F7

--- 495 unchanged lines hidden ---
2015#define BCOM_DEVICEID_BCM5750 0x1676
2016#define BCOM_DEVICEID_BCM5750M 0x167C
2017#define BCOM_DEVICEID_BCM5751 0x1677
2018#define BCOM_DEVICEID_BCM5751F 0x167E
2019#define BCOM_DEVICEID_BCM5751M 0x167D
2020#define BCOM_DEVICEID_BCM5752 0x1600
2021#define BCOM_DEVICEID_BCM5752M 0x1601
2022#define BCOM_DEVICEID_BCM5753 0x16F7

--- 495 unchanged lines hidden ---