aboutsummaryrefslogtreecommitdiff
path: root/sys/pci/dc21040reg.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pci/dc21040reg.h')
-rw-r--r--sys/pci/dc21040reg.h15
1 files changed, 2 insertions, 13 deletions
diff --git a/sys/pci/dc21040reg.h b/sys/pci/dc21040reg.h
index ec2341925fcd..0699828ccfaa 100644
--- a/sys/pci/dc21040reg.h
+++ b/sys/pci/dc21040reg.h
@@ -1,5 +1,5 @@
-/* $NetBSD: dc21040reg.h,v 1.13 1997/10/17 09:26:58 matt Exp $ */
-/* $Id$ */
+/* $NetBSD: dc21040reg.h,v 1.14 1998/02/27 13:17:25 mycroft Exp $ */
+/* $Id: dc21040reg.h,v 1.2 1997/10/18 18:17:45 peter Exp $ */
/*-
* Copyright (c) 1994, 1995, 1996 Matt Thomas <matt@3am-software.com>
@@ -519,17 +519,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.
*/