Deleted Added
full compact
if_bgereg.h (137073) if_bgereg.h (138990)
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 137073 2004-10-30 14:54:51Z des $
33 * $FreeBSD: head/sys/dev/bge/if_bgereg.h 138990 2004-12-17 21:50:18Z ps $
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

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

1860#define BCOM_DEVICEID_BCM5702 0x16A6
1861#define BCOM_DEVICEID_BCM5702X 0x16C6
1862#define BCOM_DEVICEID_BCM5703 0x16A7
1863#define BCOM_DEVICEID_BCM5703X 0x16C7
1864#define BCOM_DEVICEID_BCM5704C 0x1648
1865#define BCOM_DEVICEID_BCM5704S 0x16A8
1866#define BCOM_DEVICEID_BCM5705 0x1653
1867#define BCOM_DEVICEID_BCM5705K 0x1654
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

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

1860#define BCOM_DEVICEID_BCM5702 0x16A6
1861#define BCOM_DEVICEID_BCM5702X 0x16C6
1862#define BCOM_DEVICEID_BCM5703 0x16A7
1863#define BCOM_DEVICEID_BCM5703X 0x16C7
1864#define BCOM_DEVICEID_BCM5704C 0x1648
1865#define BCOM_DEVICEID_BCM5704S 0x16A8
1866#define BCOM_DEVICEID_BCM5705 0x1653
1867#define BCOM_DEVICEID_BCM5705K 0x1654
1868#define BCOM_DEVICEID_BCM5721 0x1659
1868#define BCOM_DEVICEID_BCM5705M 0x165D
1869#define BCOM_DEVICEID_BCM5705M_ALT 0x165E
1870#define BCOM_DEVICEID_BCM5750 0x1676
1871#define BCOM_DEVICEID_BCM5750M 0x167C
1872#define BCOM_DEVICEID_BCM5751 0x1677
1873#define BCOM_DEVICEID_BCM5782 0x1696
1874#define BCOM_DEVICEID_BCM5788 0x169C
1875#define BCOM_DEVICEID_BCM5901 0x170D

--- 484 unchanged lines hidden ---
1869#define BCOM_DEVICEID_BCM5705M 0x165D
1870#define BCOM_DEVICEID_BCM5705M_ALT 0x165E
1871#define BCOM_DEVICEID_BCM5750 0x1676
1872#define BCOM_DEVICEID_BCM5750M 0x167C
1873#define BCOM_DEVICEID_BCM5751 0x1677
1874#define BCOM_DEVICEID_BCM5782 0x1696
1875#define BCOM_DEVICEID_BCM5788 0x169C
1876#define BCOM_DEVICEID_BCM5901 0x170D

--- 484 unchanged lines hidden ---