Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Apr 2003 22:45:09 -0700 (PDT)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/fxp if_fxp.c if_fxpvar.h
Message-ID:  <200304290545.h3T5j99Y076513@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
imp         2003/04/28 22:45:09 PDT

  FreeBSD src repository

  Modified files:
    sys/dev/fxp          if_fxp.c if_fxpvar.h 
  Log:
  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.
          2) Call FXP_UNLOCK() before calling bus_teardown_intr to avoid
             a possible deadlock reported by jhb.
          3) add gone to the softc.  Set it to true in detach.
          4) Return immediately if gone is true in fxp_ioctl
          5) Return immediately if gone is true in fxp_intr
  
  Revision  Changes    Path
  1.175     +10 -8     src/sys/dev/fxp/if_fxp.c
  1.26      +1 -0      src/sys/dev/fxp/if_fxpvar.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304290545.h3T5j99Y076513>