From owner-cvs-all Thu Dec 13 21:56:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C7CAA37B41A; Thu, 13 Dec 2001 21:56:35 -0800 (PST) Received: (from luigi@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBE5uZI52314; Thu, 13 Dec 2001 21:56:35 -0800 (PST) (envelope-from luigi) Message-Id: <200112140556.fBE5uZI52314@freefall.freebsd.org> From: Luigi Rizzo Date: Thu, 13 Dec 2001 21:56:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/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 if_xl.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG luigi 2001/12/13 21:56:35 PST Modified files: 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 if_xl.c Log: Remove printf's on mbuf/cluster allocation failures. There are now equivalent and less dangerous (rate limited) messages in the mbuf allocation code. MFC after: 3 days Revision Changes Path 1.24 +3 -8 src/sys/pci/if_pcn.c 1.63 +1 -5 src/sys/pci/if_rl.c 1.41 +3 -8 src/sys/pci/if_sf.c 1.46 +3 -6 src/sys/pci/if_sk.c 1.30 +3 -8 src/sys/pci/if_ste.c 1.55 +1 -6 src/sys/pci/if_ti.c 1.67 +3 -8 src/sys/pci/if_tl.c 1.46 +3 -8 src/sys/pci/if_vr.c 1.44 +4 -11 src/sys/pci/if_wb.c 1.101 +1 -6 src/sys/pci/if_xl.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message