summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_txp.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/pci/if_txp.c')
-rw-r--r--sys/dev/pci/if_txp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/if_txp.c b/sys/dev/pci/if_txp.c
index a22e66ef148..a67c346179d 100644
--- a/sys/dev/pci/if_txp.c
+++ b/sys/dev/pci/if_txp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_txp.c,v 1.85 2008/04/03 21:43:21 brad Exp $ */
+/* $OpenBSD: if_txp.c,v 1.86 2008/05/22 02:30:55 brad Exp $ */
/*
* Copyright (c) 2001
@@ -445,7 +445,6 @@ txp_download_fw(sc)
WRITE_REG(sc, TXP_IMR, imr);
free(buf, M_DEVBUF);
- printf("loaded firmware, ");
return (0);
fail:
free(buf, M_DEVBUF);