Date: Thu, 13 Dec 2001 21:56:35 -0800 (PST) From: Luigi Rizzo <luigi@FreeBSD.org> 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 Message-ID: <200112140556.fBE5uZI52314@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200112140556.fBE5uZI52314>