Date: Fri, 4 Jul 2008 21:13:18 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sbsh if_sbsh.c Message-ID: <200807042117.m64LH1Dp080721@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200807042117.m64LH1Dp080721>
