From owner-freebsd-arch Wed Jan 23 9:21:22 2002 Delivered-To: freebsd-arch@freebsd.org Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by hub.freebsd.org (Postfix) with ESMTP id DF52037B405; Wed, 23 Jan 2002 09:21:19 -0800 (PST) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.9.3/8.9.3) with ESMTP id MAA19386; Wed, 23 Jan 2002 12:21:19 -0500 (EST) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.6/8.9.1) id g0NHKng56150; Wed, 23 Jan 2002 12:20:49 -0500 (EST) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15438.61680.931767.691683@grasshopper.cs.duke.edu> Date: Wed, 23 Jan 2002 12:20:48 -0500 (EST) To: Jonathan Lemon Cc: freebsd-arch@FreeBSD.ORG, luigi@FreeBSD.ORG Subject: Re: noisy ethernet drivers (was Re: 4.5-RC2 kernel, m_clalloc failed) In-Reply-To: <20020123105806.F59128@prism.flugsvamp.com> References: <1011797933.75400.19.camel@elmer.i.eunet.no> <15438.56988.569944.942146@grasshopper.cs.duke.edu> <20020123105806.F59128@prism.flugsvamp.com> X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Jonathan Lemon writes: > I thought that luigi did that already when he put the centralized > rate-limiting code in? That's sort of what I was getting at. On Dec 16th, this was done: luigi 2001/12/16 07:46:08 PST Modified files: (Branch: RELENG_4) sys/pci if_pcn.c if_rl.c if_sf.c if_sk.c if_ste.c if_ti.c if_tl.c if_vr.c if_wb.c Log: MFC: Remove printf's on mbuf/cluster allocation failures. There are now equivalent and less dangerous (rate limited) messages in the mbuf allocation code. But it looks like there are still printfs in some of the more popular drivers (fxp, xl, more??). Anybody know why those were omitted? Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message