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

2010-07-10 Thread Paul de Weerd
While digging for old fxp's and xl's I came across something I should've buried a long time ago: a pcn(4) (10Mbit only, with a 10base2 connector !). I tried the patch below, same tests (they just took a bit longer). Everything works just fine, no regressions. pcn0 at pci2 dev 1 function 0 "AMD 79

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,

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

2010-07-10 Thread Paul de Weerd
Dug up my old i386 again. This applies cleanly and works fine with some light testing (v4 NFS/ftp, v6 ssh/ftp, basic multicast). fxp0 at pci2 dev 1 function 0 "Intel 8255x" rev 0x08, i82559: apic 2 int 17 (irq 12), address 00:02:b3:19:8b:4b inphy0 at fxp0 phy 1: i82555 10/100 PHY, rev. 4 Paul 'W