From 9b2e71ae323c36052ce0e40d82837902ed4c2b1c Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Thu, 2 Feb 2017 04:50:20 +0000 Subject: [PATCH] Remove dangling DE425 EISA card references in the de driver. They aren't used, and this doesn't change the supported hardware. --- sys/dev/de/dc21040reg.h | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/sys/dev/de/dc21040reg.h b/sys/dev/de/dc21040reg.h index d94eca623fb5..8d910285a754 100644 --- a/sys/dev/de/dc21040reg.h +++ b/sys/dev/de/dc21040reg.h @@ -494,20 +494,6 @@ typedef struct { #define PHYCTL_AUTONEG_RESTART 0x0200 #define PHYCTL_FULL_DUPLEX 0x0100 -/* - * Definitions for the DE425. - */ -#define DE425_CFID 0x08 /* Configuration Id */ -#define DE425_CFCS 0x0C /* Configuration Command-Status */ -#define DE425_CFRV 0x18 /* Configuration Revision */ -#define DE425_CFLT 0x1C /* Configuration Latency Timer */ -#define DE425_CBIO 0x28 /* Configuration Base IO Address */ -#define DE425_CFDA 0x2C /* Configuration Driver Area */ -#define DE425_ENETROM_OFFSET 0xC90 /* Offset in I/O space for ENETROM */ -#define DE425_CFG0 0xC88 /* IRQ register */ -#define DE425_EISAID 0x10a34250 /* EISA device id */ -#define DE425_EISA_IOSIZE 0x100 - #define DEC_VENDORID 0x1011 #define CHIPID_21040 0x0002 #define CHIPID_21140 0x0009