diff options
author | Jason Wright <jason@cvs.openbsd.org> | 1999-06-22 16:12:06 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 1999-06-22 16:12:06 +0000 |
commit | 528d286197b15f29a45f19428713e168139ab154 (patch) | |
tree | c1a3a60cf91296c1a41bfbaaa7d4fd1982259d1a | |
parent | 75a04731db951b6ecb0ce70ad861d37317af3376 (diff) |
From NetBSD: SCTRL2 register number wrong.
-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 c637a83ec06..14ba829e51f 100644 --- a/sys/dev/mii/inphyreg.h +++ b/sys/dev/mii/inphyreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: inphyreg.h,v 1.1 1998/09/10 17:17:33 jason Exp $ */ +/* $OpenBSD: inphyreg.h,v 1.2 1999/06/22 16:12:05 jason Exp $ */ /* $NetBSD: inphyreg.h,v 1.1 1998/08/11 00:00:28 thorpej Exp $ */ /*- @@ -86,7 +86,7 @@ #define MII_INPHY_10TTJDC 0x19 /* 10baseT Tx Jabber Detect Ctr */ -#define MII_INPHY_SCTRL2 0x21 /* 82555 Special Control */ +#define MII_INPHY_SCTRL2 0x1b /* 82555 Special Control */ #define SCTRL2_LEDMASK 0x0007 /* mask of LEDs control: see below */ #define LEDMASK_ACTLINK 0x0000 /* A = Activity, L = Link */ |