cvs commit: src/sys/dev/fxp if_fxp.c if_fxpvar.h
John Baldwin
jhb at FreeBSD.org
Mon Aug 8 21:03:55 GMT 2005
jhb 2005-08-08 21:03:54 UTC
FreeBSD src repository
Modified files:
sys/dev/fxp if_fxp.c if_fxpvar.h
Log:
- Use callout_init_mtx() to close a small race between callout_stop() and
the timeout routine.
- Fix locking in detach.
- Add locking in shutdown.
- Don't mess with the PCI command register in resume, the PCI bus driver
already does this for us.
- Add locking to the non-serial ifmedia routines.
- Fix locking in ioctl.
- Remove spls and support for 4.x.
MFC after: 1 week
Revision Changes Path
1.243 +25 -59 src/sys/dev/fxp/if_fxp.c
1.38 +0 -12 src/sys/dev/fxp/if_fxpvar.h
More information about the cvs-src
mailing list