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)
This commit is contained in:
pst 1995-10-28 22:46:26 +00:00
parent 7c02939670
commit 4e4322a48a
2 changed files with 2 additions and 12 deletions

View File

@ -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
*/

View File

@ -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
*/