CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/02/11 14:36:02
Modified files:
sys/dev/pci : if_sis.c if_sisreg.h
Log message:
- Make use of m_defrag().
- Lower the max # of TX DMA segments from close to the whole ring down
to a more sensible value. From FreeBSD
- Move the TX ring full check out of and above the for loop.
- Use dm_nsegs to provide the total # of DMA segments instead of the
value from the for loop.
ok mikeb@
