summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMarco Peereboom <marco@cvs.openbsd.org>2005-07-08 01:23:57 +0000
committerMarco Peereboom <marco@cvs.openbsd.org>2005-07-08 01:23:57 +0000
commitacb54fc63ddb2d8701b0a07b71deb413f95eb2f2 (patch)
tree4b3734ca69eacfd0ca9cddd324571dddad4990df /sys
parentc16c56a586fc32c5fe76091f518fce0a8b8593e3 (diff)
Remove verbosity during autoconf when running in vmware.
Diffstat (limited to 'sys')
-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 {
/*