Date: Thu, 2 Feb 2017 04:50:20 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r313082 - head/sys/dev/de Message-ID: <201702020450.v124oKnM078709@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: imp Date: Thu Feb 2 04:50:20 2017 New Revision: 313082 URL: https://svnweb.freebsd.org/changeset/base/313082 Log: Remove dangling DE425 EISA card references in the de driver. They aren't used, and this doesn't change the supported hardware. Modified: head/sys/dev/de/dc21040reg.h Modified: head/sys/dev/de/dc21040reg.h ============================================================================== --- head/sys/dev/de/dc21040reg.h Thu Feb 2 03:54:43 2017 (r313081) +++ head/sys/dev/de/dc21040reg.h Thu Feb 2 04:50:20 2017 (r313082) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702020450.v124oKnM078709>