IF_LLC0 -> IF_LINK0

This commit is contained in:
cgd 1993-12-10 10:57:40 +00:00
parent 1da7a80f7e
commit 0e5dbe1a22
3 changed files with 7 additions and 7 deletions

View File

@ -33,7 +33,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: if_ec.c,v 1.10 1993/06/14 16:45:25 mycroft Exp $
* $Id: if_ec.c,v 1.11 1993/12/10 10:57:40 cgd Exp $
*/
/*
@ -265,10 +265,10 @@ int unit;
return;
/*
* select thick (e.g. AUI connector) if LLC0 bit is set
* select thick (e.g. AUI connector) if LINK0 bit is set
*/
outb(sc->ec_io_ctl_addr + E33G_CNTRL,
(ifp->if_flags & IFF_LLC0) ? 0 : ECNTRL_ONBOARD);
(ifp->if_flags & IFF_LINK0) ? 0 : ECNTRL_ONBOARD);
/*
* Set up the 8390 chip.

View File

@ -20,7 +20,7 @@
*/
/*
* $Id: if_ed.c,v 1.11 1993/12/10 05:37:33 hpeyerl Exp $
* $Id: if_ed.c,v 1.12 1993/12/10 10:57:47 cgd Exp $
*/
/*
@ -129,7 +129,7 @@
/* For backwards compatibility */
#ifndef IFF_ALTPHYS
#define IFF_ALTPHYS IFF_LLC0
#define IFF_ALTPHYS IFF_LINK0
#endif
/*

View File

@ -20,7 +20,7 @@
*/
/*
* $Id: if_ed.c,v 1.11 1993/12/10 05:37:33 hpeyerl Exp $
* $Id: if_ed.c,v 1.12 1993/12/10 10:57:47 cgd Exp $
*/
/*
@ -129,7 +129,7 @@
/* For backwards compatibility */
#ifndef IFF_ALTPHYS
#define IFF_ALTPHYS IFF_LLC0
#define IFF_ALTPHYS IFF_LINK0
#endif
/*