summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2009-10-02 23:11:57 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2009-10-02 23:11:57 +0000
commit9c4d800f71d17079736964810173409d3c6cb565 (patch)
tree68b24b7dcea6c4712dabdc8251e84b1f0701ca5a
parent903c691cbb03df479867857660bc55d7d55ee5a0 (diff)
remove trash left in debug changes; lindroos@nls.fi
-rw-r--r--sys/dev/pci/if_de.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/if_de.c b/sys/dev/pci/if_de.c
index 3f2822b6b02..bdfed607d0d 100644
--- a/sys/dev/pci/if_de.c
+++ b/sys/dev/pci/if_de.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_de.c,v 1.103 2009/08/13 14:24:47 jasper Exp $ */
+/* $OpenBSD: if_de.c,v 1.104 2009/10/02 23:11:56 deraadt Exp $ */
/* $NetBSD: if_de.c,v 1.58 1998/01/12 09:39:58 thorpej Exp $ */
/*-
@@ -321,7 +321,6 @@ tulip_media_set(tulip_softc_t * const sc, tulip_media_t media)
printf(TULIP_PRINTF_FMT ": warning: board is running (FD).\n", TULIP_PRINTF_ARGS);
if ((TULIP_CSR_READ(sc, csr_command) & TULIP_CMD_FULLDUPLEX) == 0)
printf(TULIP_PRINTF_FMT ": setting full duplex.\n", TULIP_PRINTF_ARGS);
- TULIP_PRINTF_ARGS);
#endif
sc->tulip_cmdmode |= TULIP_CMD_FULLDUPLEX;
TULIP_CSR_WRITE(sc, csr_command, sc->tulip_cmdmode & ~(TULIP_CMD_RXRUN|TULIP_CMD_TXRUN));