CVSROOT: /cvs Module name: src Changes by: [EMAIL PROTECTED] 2008/10/19 19:02:52
Modified files: sys/dev/pci : if_ti.c Log message: - Remove tmp variable sumflags in ti_rxeof() and just stick the csum Ok flag into the header field, like every other driver. - Move the sanity checks in the packet encapsulation routines up above the for loop since the number of DMA segments is already known and there is no need to count the iterations through the loop. - If the encapsulation routine fails after calling bus_dmamap_load_mbuf() then make sure to unload the DMA map.