Searched hist:86984 (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/sys/dev/sis/
H A Dif_sisreg.hdiff 86984 Tue Nov 27 14:29:11 MST 2001 luigi Fix a bug in the driver -- under load, the receive unit could become
idle and the driver would not detect the event, requiring userland
to cycle the interface to bring it up again.
The fix consists in adding SIS_IMR_RX_IDLE to the interrupt mask and
add a command in sis_intr() to restart the receiver when this happens.

While at it, make the test of status bits more efficient.

Completed in 109 milliseconds