Date: Sat, 13 Mar 1999 11:57:06 -0500 From: "Donald J . Maddox" <dmaddox@conterra.com> To: Peter Wemm <peter@FreeBSD.ORG> Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/pci if_de.c Message-ID: <19990313115705.A741@dmaddox.conterra.com> In-Reply-To: <199903130921.BAA22834@freefall.freebsd.org>; from Peter Wemm on Sat, Mar 13, 1999 at 01:21:29AM -0800 References: <199903130921.BAA22834@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Mar 13, 1999 at 01:21:29AM -0800, Peter Wemm wrote: > peter 1999/03/13 01:21:29 PST > > Modified files: > sys/pci if_de.c > Log: > set if_snd.ifq_maxlen to something reasonable - note that if_de.c has > a wierd double-queue arrangement.. It always empties the if_snd queue > then puts the transmit packets into a different queue that is limited > by the number of TX descriptors and does it's own discards... > This should stop the boot-time XXX warning anyway. > > Revision Changes Path > 1.100 +5 -1 src/sys/pci/if_de.c The discard device (ds*) also does not set if_snd.ufq_maxlen, and also generates this irritating message at each boot. I did a PR (kern/10440) that includes a patch to fix this... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990313115705.A741>