cognet 2003/08/19 07:06:43 PDT FreeBSD src repository Modified files: sys/dev/ep if_ep.c Log: Use bus_child_present() to make sure the card is still there before calling epstop() in ep_detach(). This fixes a freeze that happens when ejecting a ep(4) pcmcia card. Revision Changes Path 1.119 +2 -1 src/sys/dev/ep/if_ep.c