Deleted Added
full compact
4c4
< __FBSDID("$FreeBSD: head/sys/dev/cm/if_cm_isa.c 121816 2003-10-31 18:32:15Z brooks $");
---
> __FBSDID("$FreeBSD: head/sys/dev/cm/if_cm_isa.c 147256 2005-06-10 16:49:24Z brooks $");
106c106
< struct ifnet *ifp = &sc->sc_arccom.ac_if;
---
> struct ifnet *ifp = sc->sc_ifp;
113c113,114
< arc_ifdetach(&sc->sc_arccom.ac_if);
---
> arc_ifdetach(ifp);
> if_free(ifp);