cvs commit: src/sys/pci if_ste.c if_stereg.h
John Baldwin
jhb at FreeBSD.org
Tue Aug 30 20:35:09 GMT 2005
jhb 2005-08-30 20:35:08 UTC
FreeBSD src repository
Modified files:
sys/pci if_ste.c if_stereg.h
Log:
Various locking fixes and mark MPSAFE:
- Add locked variants of start(), init(), ifmedia_upd(), and poll() and stop
recursing on the driver lock.
- Add locking to ifmedia_upd() and ifmedia_sts().
- Use callout_*() instead of timeout/untimeout.
- Fix locking in ioctl().
Tested by: Bob Bishop rb at gid dot co dot uk
MFC after: 3 days
Revision Changes Path
1.88 +94 -59 src/sys/pci/if_ste.c
1.20 +1 -1 src/sys/pci/if_stereg.h
More information about the cvs-src
mailing list