At 12:28 PM 11/02/2005, Martin Minkus wrote:
Is there some coincidence that rl1 is at irq 11 and is the card that has
problems?

diablo:/usr/src# dmesg |grep 11
Timecounter "i8254" frequency 1193182 Hz quality 0
pci_cfgintr: 0:11 INTA BIOS irq 11
pci_cfgintr: 0:7 INTD routed to irq 11
rl1: <RealTek 8139 10/100BaseTX> port 0xe800-0xe8ff mem
0xd7001000-0xd70010ff irq 11 at device 11.0 on pci0
diablo:/usr/src#


Hi,
There were a couple of postings about the Realtek cards having "slowness" problems and such. Did you try the patch that was posted ?



Index: if_rl.c =================================================================== RCS file: /usr/store/mlaier/fcvs/src/sys/pci/if_rl.c,v retrieving revision 1.145 diff -u -r1.145 if_rl.c --- if_rl.c 9 Aug 2004 20:22:17 -0000 1.145 +++ if_rl.c 30 Jan 2005 18:24:23 -0000 @@ -964,7 +964,7 @@ #endif ifp->if_capenable = ifp->if_capabilities; IFQ_SET_MAXLEN(&ifp->if_snd, IFQ_MAXLEN); - ifp->if_snd.ifq_drv_maxlen = IFQ_MAXLEN; + ifp->if_snd.ifq_drv_maxlen = 0; IFQ_SET_READY(&ifp->if_snd);

        callout_handle_init(&sc->rl_stat_ch);


_______________________________________________ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to