Deleted Added
full compact
33c33
< __FBSDID("$FreeBSD: head/sys/dev/fatm/if_fatm.c 147721 2005-07-01 10:45:02Z harti $");
---
> __FBSDID("$FreeBSD: head/sys/dev/fatm/if_fatm.c 148887 2005-08-09 10:20:02Z rwatson $");
174c174
< if (!(ifatm->ifp->if_flags & IFF_RUNNING))
---
> if (!(ifatm->ifp->if_drv_flags & IFF_DRV_RUNNING))
257c257
< if (!(sc->ifp->if_flags & IFF_RUNNING))
---
> if (!(sc->ifp->if_drv_flags & IFF_DRV_RUNNING))
399c399
< if (ifp->if_flags & IFF_RUNNING) {
---
> if (ifp->if_drv_flags & IFF_DRV_RUNNING) {
479,480c479,480
< if (sc->ifp->if_flags & IFF_RUNNING) {
< sc->ifp->if_flags &= ~(IFF_RUNNING | IFF_OACTIVE);
---
> if (sc->ifp->if_drv_flags & IFF_DRV_RUNNING) {
> sc->ifp->if_drv_flags &= ~(IFF_DRV_RUNNING | IFF_DRV_OACTIVE);
1263c1263
< if (sc->ifp->if_flags & IFF_RUNNING)
---
> if (sc->ifp->if_drv_flags & IFF_DRV_RUNNING)
1339c1339
< sc->ifp->if_flags |= IFF_RUNNING;
---
> sc->ifp->if_drv_flags |= IFF_DRV_RUNNING;
1638c1638
< if (!(sc->ifp->if_flags & IFF_RUNNING)) {
---
> if (!(sc->ifp->if_drv_flags & IFF_DRV_RUNNING)) {
1693c1693
< if (!(sc->ifp->if_flags & IFF_RUNNING))
---
> if (!(sc->ifp->if_drv_flags & IFF_DRV_RUNNING))
2099c2099
< if (!(ifp->if_flags & IFF_RUNNING)) {
---
> if (!(ifp->if_drv_flags & IFF_DRV_RUNNING)) {
2267c2267
< if (!(sc->ifp->if_flags & IFF_RUNNING)) {
---
> if (!(sc->ifp->if_drv_flags & IFF_DRV_RUNNING)) {
2407c2407
< if (!(sc->ifp->if_flags & IFF_RUNNING)) {
---
> if (!(sc->ifp->if_drv_flags & IFF_DRV_RUNNING)) {
2470c2470
< if (!(ifp->if_flags & IFF_RUNNING))
---
> if (!(ifp->if_drv_flags & IFF_DRV_RUNNING))
2488c2488
< if (!(ifp->if_flags & IFF_RUNNING)) {
---
> if (!(ifp->if_drv_flags & IFF_DRV_RUNNING)) {
2492c2492
< if (ifp->if_flags & IFF_RUNNING) {
---
> if (ifp->if_drv_flags & IFF_DRV_RUNNING) {
2501c2501
< if (ifp->if_flags & IFF_RUNNING)
---
> if (ifp->if_drv_flags & IFF_DRV_RUNNING)