summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarco <marco@openbsd.org>2005-07-08 01:23:56 +0000
committermarco <marco@openbsd.org>2005-07-08 01:23:56 +0000
commiteba525720c46463e6d503020536781641f18ff61 (patch)
treeae6dbb6e316294ad671f40dd28c4ea04ffa23ad4
parentadd a return here. (diff)
downloadwireguard-openbsd-eba525720c46463e6d503020536781641f18ff61.tar.xz
wireguard-openbsd-eba525720c46463e6d503020536781641f18ff61.zip
Remove verbosity during autoconf when running in vmware.
-rw-r--r--sys/dev/ic/mpt.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/ic/mpt.c b/sys/dev/ic/mpt.c
index a136c0341aa..00d3a5d8a3f 100644
--- a/sys/dev/ic/mpt.c
+++ b/sys/dev/ic/mpt.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mpt.c,v 1.15 2004/12/29 06:57:11 deraadt Exp $ */
+/* $OpenBSD: mpt.c,v 1.16 2005/07/08 01:23:56 marco Exp $ */
/* $NetBSD: mpt.c,v 1.4 2003/11/02 11:07:45 wiz Exp $ */
/*
@@ -1690,11 +1690,9 @@ mpt_init(mpt_softc_t *mpt, u_int32_t who)
* not support all of them.
*/
if (mpt->vmware) {
- mpt->verbose = 2;
if (mpt->verbose > 1)
mpt_prt(mpt, "running in vmware, skipping page"
"retrieval");
- mpt->verbose = 1;
}
else {
/*