cvs commit: src/sys/dev/cnw if_cnw.c
John Baldwin
jhb at FreeBSD.org
Fri Jul 4 19:07:01 UTC 2008
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
More information about the cvs-src
mailing list