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:
parent
7c02939670
commit
4e4322a48a
@ -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
|
||||
*/
|
||||
|
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user