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