Deleted Added
full compact
if_rlreg.h (218760) if_rlreg.h (224506)
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 218760 2011-02-16 21:59:42Z yongari $
32 * $FreeBSD: head/sys/pci/if_rlreg.h 224506 2011-07-30 01:06:12Z 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

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

1037 * D-Link DFE-530TX+ device ID
1038 */
1039#define DLINK_DEVICEID_530TXPLUS 0x1300
1040
1041/*
1042 * D-Link DFE-5280T device ID
1043 */
1044#define DLINK_DEVICEID_528T 0x4300
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

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

1037 * D-Link DFE-530TX+ device ID
1038 */
1039#define DLINK_DEVICEID_530TXPLUS 0x1300
1040
1041/*
1042 * D-Link DFE-5280T device ID
1043 */
1044#define DLINK_DEVICEID_528T 0x4300
1045#define DLINK_DEVICEID_530T_REVC 0x4302
1045
1046/*
1047 * D-Link DFE-690TXD device ID
1048 */
1049#define DLINK_DEVICEID_690TXD 0x1340
1050
1051/*
1052 * Corega K.K vendor ID

--- 90 unchanged lines hidden ---
1046
1047/*
1048 * D-Link DFE-690TXD device ID
1049 */
1050#define DLINK_DEVICEID_690TXD 0x1340
1051
1052/*
1053 * Corega K.K vendor ID

--- 90 unchanged lines hidden ---