Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 03 Jul 2005 01:27:14 -0000
From:      Pyun YongHyeon <yongari@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/hme if_hme.c if_hme_pci.c if_hme_sbus.c if_hmevar.h
Message-ID:  <200502210728.j1L7SKL0001939@repoman.freebsd.org>

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




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