freebsd-src/sys/dev/fxp
John Baldwin 3212724cc0 - 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
2005-08-08 21:03:54 +00:00
..
if_fxp.c - Use callout_init_mtx() to close a small race between callout_stop() and 2005-08-08 21:03:54 +00:00
if_fxpreg.h Be more conservative when enabling extended features. There are fxp(4) 2005-04-22 13:05:53 +00:00
if_fxpvar.h - Use callout_init_mtx() to close a small race between callout_stop() and 2005-08-08 21:03:54 +00:00
rcvbundl.h Add a microcode to implement receive bundling for 82551 chipsets with 2005-04-21 19:34:57 +00:00