cvs commit: src/sys/dev/fxp if_fxp.c

Maxime Henrion mux at FreeBSD.org
Fri Apr 11 05:52:54 PDT 2003


mux         2003/04/11 05:52:52 PDT

  FreeBSD src repository

  Modified files:
    sys/dev/fxp          if_fxp.c 
  Log:
  - Call ether_ifdetach() before shutting down the hardware.
  - Remove a useless device_is_alive() check.
  - Disable interrupts if bus_child_present() so that this
    check is more useful.
  
  This fixes the hangs I was seeing when unloading the fxp driver.
  
  Suggestions from:       hsu, njl
  
  Revision  Changes    Path
  1.168     +18 -20    src/sys/dev/fxp/if_fxp.c


More information about the cvs-src mailing list