summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2006-01-11 04:15:21 +0000
committerBrad Smith <brad@cvs.openbsd.org>2006-01-11 04:15:21 +0000
commit10775916fc82903953b9f60326a262d62d194a03 (patch)
treeb725f5b355df0becf067ba1990f0e55f1942f0a8 /sys
parentca9c168942be880e28f6313d18dd0b7357942776 (diff)
remove a printf here.
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/ic/xl.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/ic/xl.c b/sys/dev/ic/xl.c
index 3ba6299768c..56f9068a052 100644
--- a/sys/dev/ic/xl.c
+++ b/sys/dev/ic/xl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: xl.c,v 1.67 2006/01/11 03:57:50 brad Exp $ */
+/* $OpenBSD: xl.c,v 1.68 2006/01/11 04:15:20 brad Exp $ */
/*
* Copyright (c) 1997, 1998, 1999
@@ -1938,8 +1938,6 @@ reload:
if (frag != map->dm_nsegs) {
struct mbuf *m_new = NULL;
- printf("%s: allocating a cluster\n", sc->sc_dev.dv_xname);
-
MGETHDR(m_new, M_DONTWAIT, MT_DATA);
if (m_new == NULL) {
m_freem(m_head);