summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-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 *));