diff options
author | pst <pst@FreeBSD.org> | 1995-10-28 22:46:26 +0000 |
---|---|---|
committer | pst <pst@FreeBSD.org> | 1995-10-28 22:46:26 +0000 |
commit | 4e4322a48ac4a0a03a29b0154a2a05d77aaac1cc (patch) | |
tree | c0522ef989e22764b47dcb6c10f0d590a46397c6 | |
parent | 7c029396706eb50c2b89da2d48ef12ec42fc1c15 (diff) | |
download | FreeBSD-src-4e4322a48ac4a0a03a29b0154a2a05d77aaac1cc.zip FreeBSD-src-4e4322a48ac4a0a03a29b0154a2a05d77aaac1cc.tar.gz |
Close out kern/46.
Remove confusing backwards compatibility code that allowed driver to be
used in pre-4.4 releases. The 3COM card's use -link2 to switch tranceivers.
(no functional changes here)
-rw-r--r-- | sys/dev/ed/if_ed.c | 7 | ||||
-rw-r--r-- | sys/i386/isa/if_ed.c | 7 |
2 files changed, 2 insertions, 12 deletions
diff --git a/sys/dev/ed/if_ed.c b/sys/dev/ed/if_ed.c index c39a75f..7d62ac2 100644 --- a/sys/dev/ed/if_ed.c +++ b/sys/dev/ed/if_ed.c @@ -13,7 +13,7 @@ * the SMC Elite Ultra (8216), the 3Com 3c503, the NE1000 and NE2000, * and a variety of similar clones. * - * $Id: if_ed.c,v 1.80 1995/10/26 20:29:27 julian Exp $ + * $Id: if_ed.c,v 1.81 1995/10/28 15:39:01 phk Exp $ */ #include "ed.h" @@ -62,11 +62,6 @@ #include <i386/isa/icu.h> #include <i386/isa/if_edreg.h> -/* For backwards compatibility */ -#ifndef IFF_ALTPHYS -#define IFF_ALTPHYS IFF_LINK0 -#endif - /* * ed_softc: per line info and status */ diff --git a/sys/i386/isa/if_ed.c b/sys/i386/isa/if_ed.c index c39a75f..7d62ac2 100644 --- a/sys/i386/isa/if_ed.c +++ b/sys/i386/isa/if_ed.c @@ -13,7 +13,7 @@ * the SMC Elite Ultra (8216), the 3Com 3c503, the NE1000 and NE2000, * and a variety of similar clones. * - * $Id: if_ed.c,v 1.80 1995/10/26 20:29:27 julian Exp $ + * $Id: if_ed.c,v 1.81 1995/10/28 15:39:01 phk Exp $ */ #include "ed.h" @@ -62,11 +62,6 @@ #include <i386/isa/icu.h> #include <i386/isa/if_edreg.h> -/* For backwards compatibility */ -#ifndef IFF_ALTPHYS -#define IFF_ALTPHYS IFF_LINK0 -#endif - /* * ed_softc: per line info and status */ |