Re: xl(4) diff to make use of m_defrag()

2010-07-10 Thread Paul de Weerd
Also tested this patch on my old i386. xl0 at pci2 dev 1 function 0 3Com 3c905B 100Base-TX rev 0x30: apic 2 int 17 (irq 12), address 00:50:04:44:dc:5c exphy0 at xl0 phy 24: 3Com internal media interface Same tests (ftp, nfs, ssh, ipv4 and ipv6), no regressions. Paul 'WEiRD' de Weerd On Thu,

xl(4) diff to make use of m_defrag()

2009-12-24 Thread Brad
The following diff replaces the hand rolled code to deal with really long mbuf chains with the use of m_defrag(). Index: xl.c === RCS file: /cvs/src/sys/dev/ic/xl.c,v retrieving revision 1.88 diff -u -p -r1.88 xl.c --- xl.c