freebsd-dev/sys/dev/jme
John Baldwin 932b56d242 - Add a locked variant of jme_start() and invoke it directly while holding
the lock instead of queueing it to a task.
- Do not invoke jme_rxintr() to reclaim any unprocessed but received
  packets when shutting down the interface.  Instead, just drop these
  packets to match the behavior of other drivers.
- Hold the driver lock in the interrupt handler to avoid races with
  ioctl requests to down the interface.

Reviewed by:	yongari
2011-01-13 14:42:43 +00:00
..
if_jme.c - Add a locked variant of jme_start() and invoke it directly while holding 2011-01-13 14:42:43 +00:00
if_jmereg.h Add support for JMicron JMC251/JMC261 Gigabit/Fast ethernet 2010-12-18 23:52:50 +00:00
if_jmevar.h - Add a locked variant of jme_start() and invoke it directly while holding 2011-01-13 14:42:43 +00:00