1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-20 02:38:43 +00:00

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:
Paul Traina 1995-10-28 22:46:26 +00:00
parent 199482ead7
commit ca4bbe6461
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=11896
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
*/