K 10 svn:author V 4 wulf K 8 svn:date V 27 2019-11-03T20:47:49.201874Z K 7 svn:log V 304 [ig4] We actually need to set the Rx threshold register one smaller. Setting the IG4_REG_RX_TL register to 1 was actually generating an interrupt after 2 bytes were available in the Rx fifo. We need to set the register to 0 to get an interrupt for 1 byte already. Obtained from: DragonflyBSD (02f0bf2) END