cvs commit: src/sys/dev/fe if_fe.c if_fe_pccard.c if_fevar.h

John Baldwin jhb at FreeBSD.org
Mon Jun 2 19:58:57 UTC 2008


jhb         2008-06-02 19:58:57 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/fe           if_fe.c if_fe_pccard.c if_fevar.h 
  Log:
  SVN rev 179493 on 2008-06-02 19:58:48Z by jhb
  
  Make fe(4) MPSAFE:
  - Add a mutex to the softc to protect the softc and device hardware.
  - Don't leak bus resources if if_alloc() fails during attach.
  - Setup the interrupt handler after calling ether_ifattach().
  - Use a private timer to manage the transmit watchdog.
  
  Tested by:       WATANABE Kazuhiro  CQG00620 of nifty.ne.jp
  
  Revision  Changes    Path
  1.99      +77 -44    src/sys/dev/fe/if_fe.c
  1.33      +4 -0      src/sys/dev/fe/if_fe_pccard.c
  1.7       +5 -0      src/sys/dev/fe/if_fevar.h


More information about the cvs-all mailing list