Deleted Added
full compact
rgephyreg.h (180178) rgephyreg.h (220938)
1/*-
2 * Copyright (c) 2003
3 * Bill Paul <wpaul@windriver.com>. 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) 2003
3 * Bill Paul <wpaul@windriver.com>. 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/dev/mii/rgephyreg.h 180178 2008-07-02 08:10:18Z yongari $
32 * $FreeBSD: head/sys/dev/mii/rgephyreg.h 220938 2011-04-22 09:22:27Z marius $
33 */
34
35#ifndef _DEV_MII_RGEPHYREG_H_
36#define _DEV_MII_RGEPHYREG_H_
37
38/*
39 * RealTek 8169S/8110S gigE PHY registers
40 */

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

61#define RGEPHY_BMSR_100TXHDX 0x2000 /* 100 base Tx half duplex capable */
62#define RGEPHY_BMSR_10TFDX 0x1000 /* 10 base T full duplex capable */
63#define RGEPHY_BMSR_10THDX 0x0800 /* 10 base T half duplex capable */
64#define RGEPHY_BMSR_100T2FDX 0x0400 /* 100 base T2 full duplex capable */
65#define RGEPHY_BMSR_100T2HDX 0x0200 /* 100 base T2 half duplex capable */
66#define RGEPHY_BMSR_EXTSTS 0x0100 /* Extended status present */
67#define RGEPHY_BMSR_PRESUB 0x0040 /* Preamble surpression */
68#define RGEPHY_BMSR_ACOMP 0x0020 /* Autoneg complete */
33 */
34
35#ifndef _DEV_MII_RGEPHYREG_H_
36#define _DEV_MII_RGEPHYREG_H_
37
38/*
39 * RealTek 8169S/8110S gigE PHY registers
40 */

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

61#define RGEPHY_BMSR_100TXHDX 0x2000 /* 100 base Tx half duplex capable */
62#define RGEPHY_BMSR_10TFDX 0x1000 /* 10 base T full duplex capable */
63#define RGEPHY_BMSR_10THDX 0x0800 /* 10 base T half duplex capable */
64#define RGEPHY_BMSR_100T2FDX 0x0400 /* 100 base T2 full duplex capable */
65#define RGEPHY_BMSR_100T2HDX 0x0200 /* 100 base T2 half duplex capable */
66#define RGEPHY_BMSR_EXTSTS 0x0100 /* Extended status present */
67#define RGEPHY_BMSR_PRESUB 0x0040 /* Preamble surpression */
68#define RGEPHY_BMSR_ACOMP 0x0020 /* Autoneg complete */
69#define RGEPHY_BMSR_RFAULT 0x0010 /* Remote fault condition occured */
69#define RGEPHY_BMSR_RFAULT 0x0010 /* Remote fault condition occurred */
70#define RGEPHY_BMSR_ANEG 0x0008 /* Autoneg capable */
71#define RGEPHY_BMSR_LINK 0x0004 /* Link status */
72#define RGEPHY_BMSR_JABBER 0x0002 /* Jabber detected */
73#define RGEPHY_BMSR_EXT 0x0001 /* Extended capability */
74
75#define RGEPHY_MII_ANAR 0x04
76#define RGEPHY_ANAR_NP 0x8000 /* Next page */
77#define RGEPHY_ANAR_RF 0x2000 /* Remote fault */

--- 77 unchanged lines hidden ---
70#define RGEPHY_BMSR_ANEG 0x0008 /* Autoneg capable */
71#define RGEPHY_BMSR_LINK 0x0004 /* Link status */
72#define RGEPHY_BMSR_JABBER 0x0002 /* Jabber detected */
73#define RGEPHY_BMSR_EXT 0x0001 /* Extended capability */
74
75#define RGEPHY_MII_ANAR 0x04
76#define RGEPHY_ANAR_NP 0x8000 /* Next page */
77#define RGEPHY_ANAR_RF 0x2000 /* Remote fault */

--- 77 unchanged lines hidden ---