Deleted Added
full compact
35c35
< __FBSDID("$FreeBSD: head/sys/dev/hatm/if_hatm_ioctl.c 139749 2005-01-06 01:43:34Z imp $");
---
> __FBSDID("$FreeBSD: head/sys/dev/hatm/if_hatm_ioctl.c 147256 2005-06-10 16:49:24Z brooks $");
119c119
< if (!(sc->ifatm.ifnet.if_flags & IFF_RUNNING)) {
---
> if (!(sc->ifp->if_flags & IFF_RUNNING)) {
191c191
< ATMEV_SEND_VCC_CHANGED(&sc->ifatm, vcc->param.vpi,
---
> ATMEV_SEND_VCC_CHANGED(IFP2IFATM(sc->ifp), vcc->param.vpi,
206c206
< ATMEV_SEND_VCC_CHANGED(&sc->ifatm, HE_VPI(cid), HE_VCI(cid), 0);
---
> ATMEV_SEND_VCC_CHANGED(IFP2IFATM(sc->ifp), HE_VPI(cid), HE_VCI(cid), 0);
233c233
< if (!(sc->ifatm.ifnet.if_flags & IFF_RUNNING)) {
---
> if (!(sc->ifp->if_flags & IFF_RUNNING)) {
251c251
< while ((sc->ifatm.ifnet.if_flags & IFF_RUNNING) &&
---
> while ((sc->ifp->if_flags & IFF_RUNNING) &&
255c255
< if (!(sc->ifatm.ifnet.if_flags & IFF_RUNNING)) {
---
> if (!(sc->ifp->if_flags & IFF_RUNNING)) {