IF_LLC0 -> IF_LINK0
This commit is contained in:
parent
1da7a80f7e
commit
0e5dbe1a22
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
||||
/*
|
||||
|
|
|
@ -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
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue