Deleted Added
full compact
if_rlreg.h (177771) if_rlreg.h (179831)
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 177771 2008-03-31 04:03:14Z yongari $
32 * $FreeBSD: head/sys/pci/if_rlreg.h 179831 2008-06-16 18:32:20Z remko $
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

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

857 *
858 * RealTek PCI vendor ID
859 */
860#define RT_VENDORID 0x10EC
861
862/*
863 * RealTek chip device IDs.
864 */
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

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

857 *
858 * RealTek PCI vendor ID
859 */
860#define RT_VENDORID 0x10EC
861
862/*
863 * RealTek chip device IDs.
864 */
865#define RT_DEVICEID_8139D 0x8039
865#define RT_DEVICEID_8129 0x8129
866#define RT_DEVICEID_8101E 0x8136
867#define RT_DEVICEID_8138 0x8138
868#define RT_DEVICEID_8139 0x8139
869#define RT_DEVICEID_8169SC 0x8167
870#define RT_DEVICEID_8168 0x8168
871#define RT_DEVICEID_8169 0x8169
872#define RT_DEVICEID_8100 0x8100

--- 185 unchanged lines hidden ---
866#define RT_DEVICEID_8129 0x8129
867#define RT_DEVICEID_8101E 0x8136
868#define RT_DEVICEID_8138 0x8138
869#define RT_DEVICEID_8139 0x8139
870#define RT_DEVICEID_8169SC 0x8167
871#define RT_DEVICEID_8168 0x8168
872#define RT_DEVICEID_8169 0x8169
873#define RT_DEVICEID_8100 0x8100

--- 185 unchanged lines hidden ---