Deleted Added
full compact
if_rlreg.h (40516) if_rlreg.h (41243)
1/*
2 * Copyright (c) 1997, 1998
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
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 * $Id: if_rlreg.h,v 1.12 1998/10/07 22:52:34 wpaul Exp $
32 * $Id: if_rlreg.h,v 1.13 1998/11/18 20:27:28 wpaul Exp $
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

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

382#define RL_TIMEOUT 1000
383
384/*
385 * General constants that are fun to know.
386 *
387 * RealTek PCI vendor ID
388 */
389#define RT_VENDORID 0x10EC
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

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

382#define RL_TIMEOUT 1000
383
384/*
385 * General constants that are fun to know.
386 *
387 * RealTek PCI vendor ID
388 */
389#define RT_VENDORID 0x10EC
390#define RT_VENDORID_ALT 0x1211
391
392/*
390
391/*
392 * Accton PCI vendor ID
393 */
394#define ACCTON_VENDORID 0x1113
395
396/*
393 * RealTek chip device IDs.
394 */
395#define RT_DEVICEID_8129 0x8129
396#define RT_DEVICEID_8139 0x8139
397 * RealTek chip device IDs.
398 */
399#define RT_DEVICEID_8129 0x8129
400#define RT_DEVICEID_8139 0x8139
397#define RT_DEVICEID_8139_ALT 0x1211
398
399/*
401
402/*
403 * Accton MPX 5030/5038 device ID.
404 */
405#define ACCTON_DEVICEID_5030 0x1211
406
407/*
400 * Texas Instruments PHY identifiers
401 */
402#define TI_PHY_VENDORID 0x4000
403#define TI_PHY_10BT 0x501F
404#define TI_PHY_100VGPMI 0x502F
405
406/*
407 * These ID values are for the NS DP83840A 10/100 PHY

--- 157 unchanged lines hidden ---
408 * Texas Instruments PHY identifiers
409 */
410#define TI_PHY_VENDORID 0x4000
411#define TI_PHY_10BT 0x501F
412#define TI_PHY_100VGPMI 0x502F
413
414/*
415 * These ID values are for the NS DP83840A 10/100 PHY

--- 157 unchanged lines hidden ---