Date: Fri, 11 Feb 2005 13:02:55 -0500 From: Mike Tancsa <mike@sentex.net> To: Martin Minkus <diskiller@diskiller.net>, <stable@freebsd.org> Subject: Re: FW: 5.3-Stable network issue Message-ID: <6.2.1.2.0.20050211125717.053a5bf0@64.7.153.2> In-Reply-To: <BE332F4F.18B93%diskiller@diskiller.net> References: <BE3174EB.18AC8%diskiller@diskiller.net> <BE332F4F.18B93%diskiller@diskiller.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6.2.1.2.0.20050211125717.053a5bf0>