HomeFreeBSD

Fix 5 bugs:
rS114194Unpublished

Unpublished Commit ยท Learn More

No further details are available.

Description

Fix 5 bugs:

  1. 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.
  1. Call FXP_UNLOCK() before calling bus_teardown_intr to avoid
	   a possible deadlock reported by jhb.
  1. add gone to the softc. Set it to true in detach.
  2. Return immediately if gone is true in fxp_ioctl
  3. Return immediately if gone is true in fxp_intr

Details

Provenance
impAuthored on
Parents
rS114193: Sort lines.
Branches
Unknown
Tags
Unknown

Event Timeline