summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDale Rahn <drahn@cvs.openbsd.org>2001-09-25 00:13:19 +0000
committerDale Rahn <drahn@cvs.openbsd.org>2001-09-25 00:13:19 +0000
commita9491a64f62ed337824d05623410a91ba6f46501 (patch)
treeb57176fb760235e3c5b7f52b62a1817c40434531
parent4e14ee70329a62dfdfc384ef3829cc48b55f29a8 (diff)
shh, no point in printing useless kernel messages.
-rw-r--r--sys/arch/macppc/dev/awacs.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/macppc/dev/awacs.c b/sys/arch/macppc/dev/awacs.c
index 22fe2927aff..4065fe4da84 100644
--- a/sys/arch/macppc/dev/awacs.c
+++ b/sys/arch/macppc/dev/awacs.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: awacs.c,v 1.4 2001/09/15 01:51:11 mickey Exp $ */
+/* $OpenBSD: awacs.c,v 1.5 2001/09/25 00:13:18 drahn Exp $ */
/* $NetBSD: awacs.c,v 1.4 2001/02/26 21:07:51 wiz Exp $ */
/*-
@@ -397,7 +397,6 @@ awacs_intr(v)
if (reason & AWACS_CTL_CNTRLERR) {
/* change outputs ?? */
- printf("should change inputs\n");
}
if (reason & AWACS_CTL_PORTCHG) {
#ifdef DEBUG