Deleted Added
full compact
if_bgereg.h (190194) if_bgereg.h (190319)
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 190194 2009-03-21 00:23:07Z marius $
33 * $FreeBSD: head/sys/dev/bge/if_bgereg.h 190319 2009-03-23 14:36:50Z 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

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

399#define BGE_PCICLOCKCTL_PCIPLL_DISABLE 0x00004000
400#define BGE_PCICLOCKCTL_SYSPLL_DISABLE 0x00008000
401#define BGE_PCICLOCKCTL_BIST_ENABLE 0x00010000
402
403
404#ifndef PCIM_CMD_MWIEN
405#define PCIM_CMD_MWIEN 0x0010
406#endif
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

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

399#define BGE_PCICLOCKCTL_PCIPLL_DISABLE 0x00004000
400#define BGE_PCICLOCKCTL_SYSPLL_DISABLE 0x00008000
401#define BGE_PCICLOCKCTL_BIST_ENABLE 0x00010000
402
403
404#ifndef PCIM_CMD_MWIEN
405#define PCIM_CMD_MWIEN 0x0010
406#endif
407#ifndef PCIM_CMD_INTxDIS
408#define PCIM_CMD_INTxDIS 0x0400
409#endif
407
408/*
409 * High priority mailbox registers
410 * Each mailbox is 64-bits wide, though we only use the
411 * lower 32 bits. To write a 64-bit value, write the upper 32 bits
412 * first. The NIC will load the mailbox after the lower 32 bit word
413 * has been updated.
414 */

--- 2192 unchanged lines hidden ---
410
411/*
412 * High priority mailbox registers
413 * Each mailbox is 64-bits wide, though we only use the
414 * lower 32 bits. To write a 64-bit value, write the upper 32 bits
415 * first. The NIC will load the mailbox after the lower 32 bit word
416 * has been updated.
417 */

--- 2192 unchanged lines hidden ---