jhb         2008-07-04 21:13:18 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/sbsh         if_sbsh.c 
  Log:
  SVN rev 180266 on 2008-07-04 21:13:18Z by jhb
  
  Make sbsh(4) MPSAFE:
  - Add a mutex to the softc and use it to protect the softc and device
    hardware.
  - Setup interrupt handler after ether_ifattach().
  - Remove unused sbsh_watchdog() routine.
  - Protect against concurrent attempts to load firmware.
  
  Revision  Changes    Path
  1.20      +109 -90   src/sys/dev/sbsh/if_sbsh.c
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to