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/inphyreg.h | |
parent | 9a6a497df6981e6027962a991f67ee36ca97d8f9 (diff) |
typos from Tom Cosgrove;
Diffstat (limited to 'sys/dev/mii/inphyreg.h')
-rw-r--r-- | sys/dev/mii/inphyreg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/mii/inphyreg.h b/sys/dev/mii/inphyreg.h index 96a428130ba..da09ebbf852 100644 --- a/sys/dev/mii/inphyreg.h +++ b/sys/dev/mii/inphyreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: inphyreg.h,v 1.3 2001/04/17 01:19:22 jason Exp $ */ +/* $OpenBSD: inphyreg.h,v 1.4 2003/10/22 09:39:29 jmc Exp $ */ /* $NetBSD: inphyreg.h,v 1.1 1998/08/11 00:00:28 thorpej Exp $ */ /*- @@ -71,7 +71,7 @@ #define SCTRL_GOODLINK 0x0800 /* 100baseTX link good */ #define SCTRL_TCSD 0x0200 /* transmit carrier sense disable */ #define SCTRL_DDPD 0x0100 /* disable dynamic power-down */ -#define SCTRL_ANEGLOOP 0x0080 /* autonegotiaion loopback */ +#define SCTRL_ANEGLOOP 0x0080 /* autonegotiation loopback */ #define SCTRL_MDITRISTATE 0x0040 /* MDI Tri-state */ #define SCTRL_FILTERBYPASS 0x0020 /* Filter bypass */ #define SCTRL_AUTOPOLDIS 0x0010 /* auto-polarity disable */ |