Deleted Added
full compact
if_rlreg.h (171560) if_rlreg.h (173948)
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 171560 2007-07-24 01:24:03Z yongari $
32 * $FreeBSD: head/sys/pci/if_rlreg.h 173948 2007-11-26 18:25:07Z 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

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

912#define PEPPERCON_DEVICEID_ROLF 0x8139
913
914/*
915 * Planex Communications, Inc. vendor ID
916 */
917#define PLANEX_VENDORID 0x14ea
918
919/*
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

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

912#define PEPPERCON_DEVICEID_ROLF 0x8139
913
914/*
915 * Planex Communications, Inc. vendor ID
916 */
917#define PLANEX_VENDORID 0x14ea
918
919/*
920 * Planex FNW-3603-TX device ID
921 */
922#define PLANEX_DEVICEID_FNW3603TX 0xab06
923
924/*
920 * Planex FNW-3800-TX device ID
921 */
922#define PLANEX_DEVICEID_FNW3800TX 0xab07
923
924/*
925 * LevelOne vendor ID
926 */
927#define LEVEL1_VENDORID 0x018A

--- 63 unchanged lines hidden ---
925 * Planex FNW-3800-TX device ID
926 */
927#define PLANEX_DEVICEID_FNW3800TX 0xab07
928
929/*
930 * LevelOne vendor ID
931 */
932#define LEVEL1_VENDORID 0x018A

--- 63 unchanged lines hidden ---