summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1996-06-23 13:44:50 +0000
committerderaadt <deraadt@openbsd.org>1996-06-23 13:44:50 +0000
commit2ad2be6dad72be03b90c438b26fb79bc19d4077f (patch)
treead9fb038767d505aebee08a6926ddbb0de16fb9e
parentuse _PATH_UNIX for kernel name (diff)
downloadwireguard-openbsd-2ad2be6dad72be03b90c438b26fb79bc19d4077f.tar.xz
wireguard-openbsd-2ad2be6dad72be03b90c438b26fb79bc19d4077f.zip
probe must be silent if no device
-rw-r--r--sys/dev/isa/wss.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/isa/wss.c b/sys/dev/isa/wss.c
index d5c6f0c0752..593157ba477 100644
--- a/sys/dev/isa/wss.c
+++ b/sys/dev/isa/wss.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: wss.c,v 1.12 1996/05/29 08:18:01 mickey Exp $ */
+/* $OpenBSD: wss.c,v 1.13 1996/06/23 13:44:50 deraadt Exp $ */
/* $NetBSD: wss.c,v 1.13 1996/05/12 23:54:16 mycroft Exp $ */
/*
@@ -209,7 +209,9 @@ wssprobe(parent, match, aux)
/* Is there an ad1848 chip at the WSS iobase ? */
if (ad1848_probe(&sc->sc_ad1848) == 0) {
+#if 0
printf("ad_detect_A: no ad1848 found.\n");
+#endif
return 0;
}