aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2008-08-02 20:49:01 +0000
committerWarner Losh <imp@FreeBSD.org>2008-08-02 20:49:01 +0000
commit15820ef70cdd2c68dbf724e3341771589a8d2825 (patch)
treea8bf9bd18da5ea34cae209e1ebb3b847f6b5e1d2 /sys/dev
parentf043f9621ed33ac5b3ad7dd04ccff47aea8bfbe1 (diff)
Notes
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/wi/if_wi.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/wi/if_wi.c b/sys/dev/wi/if_wi.c
index 56aa34d37521..62b7114bc8e0 100644
--- a/sys/dev/wi/if_wi.c
+++ b/sys/dev/wi/if_wi.c
@@ -1675,7 +1675,8 @@ wi_read_nicid(struct wi_softc *sc)
sc->sc_nic_name = "Unknown Lucent chip";
}
}
- device_printf(sc->sc_dev, "using %s\n", sc->sc_nic_name);
+ if (bootverbose)
+ device_printf(sc->sc_dev, "using %s\n", sc->sc_nic_name);
/* get primary firmware version (Only Prism chips) */
if (sc->sc_firmware_type != WI_LUCENT) {