From owner-cvs-all Sun Dec 16 7:46:12 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 E0C9737B41A; Sun, 16 Dec 2001 07:46:08 -0800 (PST) Received: (from luigi@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBGFk8N29535; Sun, 16 Dec 2001 07:46:08 -0800 (PST) (envelope-from luigi) Message-Id: <200112161546.fBGFk8N29535@freefall.freebsd.org> From: Luigi Rizzo Date: Sun, 16 Dec 2001 07:46:08 -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 X-FreeBSD-CVS-Branch: RELENG_4 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/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. Revision Changes Path 1.5.2.8 +3 -8 src/sys/pci/if_pcn.c 1.38.2.9 +1 -5 src/sys/pci/if_rl.c 1.18.2.8 +3 -8 src/sys/pci/if_sf.c 1.19.2.8 +3 -6 src/sys/pci/if_sk.c 1.14.2.5 +3 -8 src/sys/pci/if_ste.c 1.25.2.13 +1 -6 src/sys/pci/if_ti.c 1.51.2.5 +3 -8 src/sys/pci/if_tl.c 1.26.2.8 +3 -8 src/sys/pci/if_vr.c 1.26.2.4 +4 -11 src/sys/pci/if_wb.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message