summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2001-06-18 10:23:45 +0000
committerderaadt <deraadt@openbsd.org>2001-06-18 10:23:45 +0000
commit5559904541d75c73683877a2110cc610c9421719 (patch)
tree3d0acdb4cfcfaad42ab88548ffbae4e53a38bd5e
parenttrace_req is not used anymore (was a nop). (diff)
downloadwireguard-openbsd-5559904541d75c73683877a2110cc610c9421719.tar.xz
wireguard-openbsd-5559904541d75c73683877a2110cc610c9421719.zip
kill a debug message that makes UBSEC_DEBUG useless
-rw-r--r--sys/dev/pci/ubsec.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/dev/pci/ubsec.c b/sys/dev/pci/ubsec.c
index 0e0a8e2b2c3..e82df674e27 100644
--- a/sys/dev/pci/ubsec.c
+++ b/sys/dev/pci/ubsec.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ubsec.c,v 1.58 2001/06/14 23:56:54 deraadt Exp $ */
+/* $OpenBSD: ubsec.c,v 1.59 2001/06/18 10:23:45 deraadt Exp $ */
/*
* Copyright (c) 2000 Jason L. Wright (jason@thought.net)
@@ -235,9 +235,6 @@ ubsec_intr(arg)
WRITE_REG(sc, BS_STAT, stat); /* IACK */
-#ifdef UBSEC_DEBUG
- printf("ubsec intr %x\n", stat);
-#endif
if ((stat & BS_STAT_MCR1_DONE)) {
while (!SIMPLEQ_EMPTY(&sc->sc_qchip)) {
q = SIMPLEQ_FIRST(&sc->sc_qchip);