diff options
Diffstat (limited to 'sys/dev/mii')
-rw-r--r-- | sys/dev/mii/brgphyreg.h | 6 | ||||
-rw-r--r-- | sys/dev/mii/nsgphyreg.h | 8 | ||||
-rw-r--r-- | sys/dev/mii/xmphyreg.h | 2 |
3 files changed, 8 insertions, 8 deletions
diff --git a/sys/dev/mii/brgphyreg.h b/sys/dev/mii/brgphyreg.h index d6b227cb934..93638f22006 100644 --- a/sys/dev/mii/brgphyreg.h +++ b/sys/dev/mii/brgphyreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: brgphyreg.h,v 1.2 2001/04/11 05:47:52 deraadt Exp $ */ +/* $OpenBSD: brgphyreg.h,v 1.3 2001/06/17 22:06:05 pvalchev Exp $ */ /* * Copyright (c) 2000 @@ -70,14 +70,14 @@ #define BRGPHY_MII_ANAR 0x04 #define BRGPHY_ANAR_NP 0x8000 /* Next page */ #define BRGPHY_ANAR_RF 0x2000 /* Remote fault */ -#define BRGPHY_ANAR_ASP 0x0800 /* Asymetric Pause */ +#define BRGPHY_ANAR_ASP 0x0800 /* Asymmetric Pause */ #define BRGPHY_ANAR_PC 0x0400 /* Pause capable */ #define BRGPHY_ANAR_SEL 0x001F /* selector field, 00001=Ethernet */ #define BRGPHY_MII_ANLPAR 0x05 #define BRGPHY_ANLPAR_NP 0x8000 /* Next page */ #define BRGPHY_ANLPAR_RF 0x2000 /* Remote fault */ -#define BRGPHY_ANLPAR_ASP 0x0800 /* Asymetric Pause */ +#define BRGPHY_ANLPAR_ASP 0x0800 /* Asymmetric Pause */ #define BRGPHY_ANLPAR_PC 0x0400 /* Pause capable */ #define BRGPHY_ANLPAR_SEL 0x001F /* selector field, 00001=Ethernet */ diff --git a/sys/dev/mii/nsgphyreg.h b/sys/dev/mii/nsgphyreg.h index 415d6925e78..7063b03c9c2 100644 --- a/sys/dev/mii/nsgphyreg.h +++ b/sys/dev/mii/nsgphyreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: nsgphyreg.h,v 1.1 2001/06/08 02:19:30 nate Exp $ */ +/* $OpenBSD: nsgphyreg.h,v 1.2 2001/06/17 22:06:05 pvalchev Exp $ */ /* * Copyright (c) 2001 Wind River Systems * Copyright (c) 2001 @@ -77,7 +77,7 @@ #define NSGPHY_MII_ANAR 0x04 #define NSGPHY_ANAR_NP 0x8000 /* Next page */ #define NSGPHY_ANAR_RF 0x2000 /* Remote fault */ -#define NSGPHY_ANAR_ASP 0x0800 /* Asymetric Pause */ +#define NSGPHY_ANAR_ASP 0x0800 /* Asymmetric Pause */ #define NSGPHY_ANAR_PC 0x0400 /* Pause capable */ #define NSGPHY_ANAR_100T4 0x0200 /* 100baseT4 support */ #define NSGPHY_ANAR_100FDX 0x0100 /* 100baseTX full duplex support */ @@ -89,7 +89,7 @@ #define NSGPHY_MII_ANLPAR 0x05 #define NSGPHY_ANLPAR_NP 0x8000 /* Next page */ #define NSGPHY_ANLPAR_RF 0x2000 /* Remote fault */ -#define NSGPHY_ANLPAR_ASP 0x0800 /* Asymetric Pause */ +#define NSGPHY_ANLPAR_ASP 0x0800 /* Asymmetric Pause */ #define NSGPHY_ANLPAR_PC 0x0400 /* Pause capable */ #define NSGPHY_ANLPAR_100T4 0x0200 /* 100baseT4 support */ #define NSGPHY_ANLPAR_100FDX 0x0100 /* 100baseTX full duplex support */ @@ -136,7 +136,7 @@ #define NSGPHY_1000STS_RRS 0x1000 /* Remote receiver status */ #define NSGPHY_1000STS_LPFD 0x0800 /* Link partner can FD */ #define NSGPHY_1000STS_LPHD 0x0400 /* Link partner can HD */ -#define NSGPHY_1000STS_ASM_DIR 0x0200 /* Asymetric pause capable */ +#define NSGPHY_1000STS_ASM_DIR 0x0200 /* Asymmetric pause capable */ #define NSGPHY_1000STS_IEC 0x00FF /* Idle error count */ #define NSGPHY_MII_EXTSTS 0x0F /* Extended status */ diff --git a/sys/dev/mii/xmphyreg.h b/sys/dev/mii/xmphyreg.h index 100dbb6df9b..3ee425b8894 100644 --- a/sys/dev/mii/xmphyreg.h +++ b/sys/dev/mii/xmphyreg.h @@ -77,7 +77,7 @@ #define XMPHY_RF_ANEGFAIL 0x3000 /* Autonegotiation error */ #define XMPHY_PAUSE_NOPAUSE 0x0000 /* No pause possible */ -#define XMPHY_PAUSE_ASYMETRIC 0x0080 /* Asymetric pause toward LP */ +#define XMPHY_PAUSE_ASYMETRIC 0x0080 /* Asymmetric pause toward LP */ #define XMPHY_PAUSE_SYMETRIC 0x0100 /* Symetric pause */ #define XMPHY_PAUSE_BOTH 0x0180 /* Both sym and asym pause */ |