aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
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) {