Deleted Added
full compact
if_rlreg.h (196516) if_rlreg.h (203082)
1/*-
2 * Copyright (c) 1997, 1998-2003
3 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

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

24 * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
25 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
26 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
27 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
28 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
29 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
30 * THE POSSIBILITY OF SUCH DAMAGE.
31 *
1/*-
2 * Copyright (c) 1997, 1998-2003
3 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

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

24 * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
25 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
26 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
27 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
28 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
29 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
30 * THE POSSIBILITY OF SUCH DAMAGE.
31 *
32 * $FreeBSD: head/sys/pci/if_rlreg.h 196516 2009-08-24 18:58:13Z yongari $
32 * $FreeBSD: head/sys/pci/if_rlreg.h 203082 2010-01-27 17:49:27Z yongari $
33 */
34
35/*
36 * RealTek 8129/8139 register offsets
37 */
38#define RL_IDR0 0x0000 /* ID register 0 (station addr) */
39#define RL_IDR1 0x0001 /* Must use 32-bit accesses (?) */
40#define RL_IDR2 0x0002

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

161#define RL_HWREV_8102EL 0x24800000
162#define RL_HWREV_8102EL_SPIN1 0x24c00000
163#define RL_HWREV_8168D 0x28000000
164#define RL_HWREV_8168DP 0x28800000
165#define RL_HWREV_8168_SPIN1 0x30000000
166#define RL_HWREV_8100E 0x30800000
167#define RL_HWREV_8101E 0x34000000
168#define RL_HWREV_8102E 0x34800000
33 */
34
35/*
36 * RealTek 8129/8139 register offsets
37 */
38#define RL_IDR0 0x0000 /* ID register 0 (station addr) */
39#define RL_IDR1 0x0001 /* Must use 32-bit accesses (?) */
40#define RL_IDR2 0x0002

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

161#define RL_HWREV_8102EL 0x24800000
162#define RL_HWREV_8102EL_SPIN1 0x24c00000
163#define RL_HWREV_8168D 0x28000000
164#define RL_HWREV_8168DP 0x28800000
165#define RL_HWREV_8168_SPIN1 0x30000000
166#define RL_HWREV_8100E 0x30800000
167#define RL_HWREV_8101E 0x34000000
168#define RL_HWREV_8102E 0x34800000
169#define RL_HWREV_8103E 0x34C00000
169#define RL_HWREV_8168_SPIN2 0x38000000
170#define RL_HWREV_8168_SPIN3 0x38400000
171#define RL_HWREV_8168C 0x3C000000
172#define RL_HWREV_8168C_SPIN2 0x3C400000
173#define RL_HWREV_8168CP 0x3C800000
174#define RL_HWREV_8139 0x60000000
175#define RL_HWREV_8139A 0x70000000
176#define RL_HWREV_8139AG 0x70800000

--- 971 unchanged lines hidden ---
170#define RL_HWREV_8168_SPIN2 0x38000000
171#define RL_HWREV_8168_SPIN3 0x38400000
172#define RL_HWREV_8168C 0x3C000000
173#define RL_HWREV_8168C_SPIN2 0x3C400000
174#define RL_HWREV_8168CP 0x3C800000
175#define RL_HWREV_8139 0x60000000
176#define RL_HWREV_8139A 0x70000000
177#define RL_HWREV_8139AG 0x70800000

--- 971 unchanged lines hidden ---