Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Apr 2003 05:52:52 -0700 (PDT)
From:      Maxime Henrion <mux@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
Message-ID:  <200304111252.h3BCqq8X031763@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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