diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-10-22 09:39:30 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-10-22 09:39:30 +0000 |
commit | deabe37f60317b736de059b7af48c8015f870acf (patch) | |
tree | e1ddca09336ec5a61bd2e3002f7dac472770b016 /sys/dev/mii/qsphyreg.h | |
parent | 9a6a497df6981e6027962a991f67ee36ca97d8f9 (diff) |
typos from Tom Cosgrove;
Diffstat (limited to 'sys/dev/mii/qsphyreg.h')
-rw-r--r-- | sys/dev/mii/qsphyreg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/mii/qsphyreg.h b/sys/dev/mii/qsphyreg.h index d8facaf2dd1..5ae4bd3d7d6 100644 --- a/sys/dev/mii/qsphyreg.h +++ b/sys/dev/mii/qsphyreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: qsphyreg.h,v 1.2 1999/03/09 00:02:45 jason Exp $ */ +/* $OpenBSD: qsphyreg.h,v 1.3 2003/10/22 09:39:29 jmc Exp $ */ /* $NetBSD: qsphyreg.h,v 1.1 1998/08/11 00:01:03 thorpej Exp $ */ /*- @@ -70,7 +70,7 @@ #define MII_QSPHY_PCTL 0x1f /* PHY control */ #define PCTL_RXERDIS 0x2000 /* receive error counter disable */ #define PCTL_ANC 0x1000 /* autonegotiation complete */ -#define PCTL_RLBEN 0x0200 /* remote coopback enable */ +#define PCTL_RLBEN 0x0200 /* remote loopback enable */ #define PCTL_DCREN 0x0100 /* DC restoration enable */ #define PCTL_4B5BEN 0x0040 /* 4b/5b encoding */ #define PCTL_PHYISO 0x0020 /* isolate PHY */ |