jhb         2008-07-04 19:04:07 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/cnw          if_cnw.c 
  Log:
  SVN rev 180260 on 2008-07-04 19:04:07Z by jhb
  
  Make cnw(4) MPSAFE:
  - Add a mutex to the softc and use it to lock the softc and device hardware.
  - Use a private timer to replace if_watchdog/if_timer.
  - Use if_printf() rather than if_xname.
  - Setup interrupt handler after ether_ifattach().
  
  Revision  Changes    Path
  1.28      +117 -76   src/sys/dev/cnw/if_cnw.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