K 10 svn:author V 5 andre K 8 svn:date V 27 2012-11-13T16:35:44.327976Z K 7 svn:log V 510 Convert fxp(4) to hybrid interrupt and polling mode with life-lock prevention. fxp_intr() only tests whether the irq was really for us and then disabled interrupts until further notice. fxp_intr_body() is converted into fxp_ithread() and loops around fxp_rx() is added to handle pulling packets from the RX DMA ring. fxp_encap() simplifies TSO setup haggling. The pseudo csum is normally already set by the stack. Have to double-check. Use ETHER_ALIGN instead of RFA_ALIGNMENT_FUDGE. Work in progress. END