From owner-cvs-all Sat Mar 13 8:57:26 1999 Delivered-To: cvs-all@freebsd.org Received: from hawaii.conterra.com (hawaii.conterra.com [209.12.164.32]) by hub.freebsd.org (Postfix) with ESMTP id 3169114C23; Sat, 13 Mar 1999 08:57:22 -0800 (PST) (envelope-from myself@conterra.com) Received: from dmaddox.conterra.com (myself@dmaddox.conterra.com [209.12.169.48]) by hawaii.conterra.com (8.8.8/8.8.7) with ESMTP id LAA28657; Sat, 13 Mar 1999 11:57:02 -0500 (EST) Received: (from myself@localhost) by dmaddox.conterra.com (8.9.3/8.9.1) id LAA00945; Sat, 13 Mar 1999 11:57:06 -0500 (EST) (envelope-from myself) Date: Sat, 13 Mar 1999 11:57:06 -0500 From: "Donald J . Maddox" To: Peter Wemm 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> Reply-To: dmaddox@conterra.com References: <199903130921.BAA22834@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <199903130921.BAA22834@freefall.freebsd.org>; from Peter Wemm on Sat, Mar 13, 1999 at 01:21:29AM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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