summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>1998-11-13 19:39:50 +0000
committerJason Wright <jason@cvs.openbsd.org>1998-11-13 19:39:50 +0000
commit844d137a6b4f53ff09295d9a77f4fb745be440d7 (patch)
tree78130ca578bc11294b671d33682bd96daeffe252 /sys/dev
parentab76f01fcc2dfb853e88f2e3e64eaa5674939d21 (diff)
more quiet during autoconf
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/if_rl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/if_rl.c b/sys/dev/pci/if_rl.c
index 7460c1043cc..4152924cb71 100644
--- a/sys/dev/pci/if_rl.c
+++ b/sys/dev/pci/if_rl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_rl.c,v 1.1 1998/11/11 20:51:38 jason Exp $ */
+/* $OpenBSD: if_rl.c,v 1.2 1998/11/13 19:39:49 jason Exp $ */
/*
* Copyright (c) 1997, 1998
@@ -212,7 +212,7 @@ static void rl_attach __P((pcici_t, int));
#ifdef __OpenBSD__
-#define bootverbose 1
+#define bootverbose 0
static int rl_probe __P((struct device *, void *, void *));
static void rl_attach __P((struct device *, struct device *, void *));
static int rl_intr __P((void *));