summaryrefslogtreecommitdiffstats
path: root/sys/dev/cm/if_cm_isa.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/cm/if_cm_isa.c')
-rw-r--r--sys/dev/cm/if_cm_isa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/cm/if_cm_isa.c b/sys/dev/cm/if_cm_isa.c
index 027d139..1baa687 100644
--- a/sys/dev/cm/if_cm_isa.c
+++ b/sys/dev/cm/if_cm_isa.c
@@ -107,7 +107,7 @@ cm_isa_detach(device_t dev)
int s;
cm_stop(sc);
- ifp->if_flags &= ~IFF_RUNNING;
+ ifp->if_drv_flags &= ~IFF_DRV_RUNNING;
s = splimp();
arc_ifdetach(ifp);
OpenPOWER on IntegriCloud