diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2005-09-25 19:19:45 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2005-09-25 19:19:45 +0000 |
commit | 6251e0204d0f9cb9c362d44f68c8d779c542f2ae (patch) | |
tree | c14b1870df528d66a053093e74d78b593f7fab13 | |
parent | 90512505cbb3c0370fa54bce8181c2559283790c (diff) |
Remove some duplicate definitions.
From mycroft NetBSD
-rw-r--r-- | sys/dev/ic/dc21040reg.h | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/sys/dev/ic/dc21040reg.h b/sys/dev/ic/dc21040reg.h index 0e1fd04524d..c6b52f88aa6 100644 --- a/sys/dev/ic/dc21040reg.h +++ b/sys/dev/ic/dc21040reg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: dc21040reg.h,v 1.12 2003/10/21 18:58:49 jmc Exp $ */ +/* $OpenBSD: dc21040reg.h,v 1.13 2005/09/25 19:19:44 brad Exp $ */ /* $NetBSD: dc21040reg.h,v 1.11 1997/06/08 18:44:02 thorpej Exp $ */ /*- @@ -535,17 +535,6 @@ typedef struct { #define PHYCTL_AUTONEG_RESTART 0x0200 #define PHYCTL_FULL_DUPLEX 0x0100 - -#define MII_RD 0x00040000 -#define MII_WR 0x00000000 -#define MII_DIN 0x00080000 -#define MII_DOUT 0x00020000 -#define MII_DOUTON MII_DOUT -#define MII_DOUTOFF MII_DOUT -#define MII_CLK 0x00010000 -#define MII_CLKON MII_CLK -#define MII_CLKOFF MII_CLK - /* * Definitions for the DE425. */ |