Fix 5 bugs:
- always call fxp_stop in fxp_detach. Since we don't read from
the card, there's no need to carefully look at things with bus_child_present.
- Call FXP_UNLOCK() before calling bus_teardown_intr to avoid
a possible deadlock reported by jhb.
- add gone to the softc. Set it to true in detach.
- Return immediately if gone is true in fxp_ioctl
- Return immediately if gone is true in fxp_intr