Remove references to if_addrlist.
This commit is contained in:
parent
45d46cb0c9
commit
f4b5f723e0
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: if_bah.c,v 1.9 1995/06/27 13:13:32 chopps Exp $ */
|
||||
/* $NetBSD: if_bah.c,v 1.10 1995/07/02 00:16:00 mycroft Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1994, 1995 Ignatios Souvatzis
|
||||
@ -302,10 +302,6 @@ bah_init(sc)
|
||||
|
||||
ifp = &sc->sc_arccom.ac_if;
|
||||
|
||||
/* Address not known. */
|
||||
if (ifp->if_addrlist.tqh_first == 0)
|
||||
return;
|
||||
|
||||
if ((ifp->if_flags & IFF_RUNNING) == 0) {
|
||||
s = splimp();
|
||||
ifp->if_flags |= IFF_RUNNING;
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: if_ed.c,v 1.13 1995/06/28 04:30:38 cgd Exp $ */
|
||||
/* $NetBSD: if_ed.c,v 1.14 1995/07/02 00:16:03 mycroft Exp $ */
|
||||
|
||||
/*
|
||||
* Device driver for National Semiconductor DS8390/WD83C690 based ethernet
|
||||
@ -321,10 +321,6 @@ ed_init(sc)
|
||||
u_char command;
|
||||
u_long mcaf[2];
|
||||
|
||||
/* Address not known. */
|
||||
if (ifp->if_addrlist.tqh_first == 0)
|
||||
return;
|
||||
|
||||
/*
|
||||
* Initialize the NIC in the exact order outlined in the NS manual.
|
||||
* This init procedure is "mandatory"...don't change what or when
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: if_es.c,v 1.5 1995/06/27 13:13:41 chopps Exp $ */
|
||||
/* $NetBSD: if_es.c,v 1.6 1995/07/02 00:16:04 mycroft Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1995 Michael L. Hitch
|
||||
@ -207,9 +207,6 @@ esinit(sc)
|
||||
union smcregs *smc = sc->sc_base;
|
||||
int s;
|
||||
|
||||
if (ifp->if_addrlist.tqh_first == 0)
|
||||
return;
|
||||
|
||||
s = splimp();
|
||||
|
||||
smc->b0.bsr = BSR_BANK0; /* Select bank 0 */
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: if_le.c,v 1.13 1995/06/27 13:13:42 chopps Exp $ */
|
||||
/* $NetBSD: if_le.c,v 1.14 1995/07/02 00:16:06 mycroft Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1982, 1990 The Regents of the University of California.
|
||||
@ -363,10 +363,6 @@ leinit(unit)
|
||||
register struct ifnet *ifp = &le->sc_if;
|
||||
int s;
|
||||
|
||||
/* not yet, if address still unknown */
|
||||
if (ifp->if_addrlist.tqh_first == 0)
|
||||
return;
|
||||
|
||||
if ((ifp->if_flags & IFF_RUNNING) == 0) {
|
||||
s = splimp();
|
||||
ifp->if_flags |= IFF_RUNNING;
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: smc90cx6.c,v 1.9 1995/06/27 13:13:32 chopps Exp $ */
|
||||
/* $NetBSD: smc90cx6.c,v 1.10 1995/07/02 00:16:00 mycroft Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1994, 1995 Ignatios Souvatzis
|
||||
@ -302,10 +302,6 @@ bah_init(sc)
|
||||
|
||||
ifp = &sc->sc_arccom.ac_if;
|
||||
|
||||
/* Address not known. */
|
||||
if (ifp->if_addrlist.tqh_first == 0)
|
||||
return;
|
||||
|
||||
if ((ifp->if_flags & IFF_RUNNING) == 0) {
|
||||
s = splimp();
|
||||
ifp->if_flags |= IFF_RUNNING;
|
||||
|
Loading…
Reference in New Issue
Block a user