From dd42b366bfc371c2ce1c2d5abcead5ec47b93ba7 Mon Sep 17 00:00:00 2001 From: peter Date: Sun, 8 Mar 1998 16:54:00 +0000 Subject: merge benfor branch changes onto mainline. --- sys/pci/dc21040reg.h | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) (limited to 'sys/pci/dc21040reg.h') diff --git a/sys/pci/dc21040reg.h b/sys/pci/dc21040reg.h index ec23419..0699828 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 @@ -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. */ -- cgit v1.1