cvs commit: src/sys/dev/hme if_hme.c if_hme_pci.c if_hme_sbus.c if_hmevar.h

Pyun YongHyeon yongari at FreeBSD.org
Sun Jul 3 01:25:53 GMT 2005


yongari     2005-02-21 07:28:19 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/dev/hme          if_hme.c if_hme_pci.c if_hme_sbus.c 
                         if_hmevar.h 
  Log:
  MFC MPSAFE hme(4)
     - Let hme_start()/hme_init() acquire lock and then call
       hme_start_locked()/hme_init_locked() respectivly.
     - Teardown interrupt handler before hme_detach().
     - Remove IFF_NEEDSGIANT flag and mark interrupt handler INTR_MPSAFE.
     - Set callout handler to CALLOUT_MPSAFE.
     - Add locks in hme MII interface.
  
    Reviewed by:    jake
    Tested by:      Julian C. Dunn  <jdunn at opentrend dot net>
  
  Revision  Changes    Path
  1.31.2.1  +97 -17    src/sys/dev/hme/if_hme.c
  1.15.2.1  +9 -5      src/sys/dev/hme/if_hme_pci.c
  1.14.2.1  +10 -5     src/sys/dev/hme/if_hme_sbus.c
  1.6.2.1   +7 -2      src/sys/dev/hme/if_hmevar.h



More information about the cvs-all mailing list