summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2006-05-02 03:46:59 +0000
committerscottl <scottl@FreeBSD.org>2006-05-02 03:46:59 +0000
commitde96782b7f89ef0cdaea440795046179c7aab9ed (patch)
tree5f5d87a9af524b997a391e2f013869fd3f80ddc3 /sys
parent53e90e986cada3e24bfcf3d899714ff59c3f1a14 (diff)
downloadFreeBSD-src-de96782b7f89ef0cdaea440795046179c7aab9ed.zip
FreeBSD-src-de96782b7f89ef0cdaea440795046179c7aab9ed.tar.gz
Only print the driver name and version if bootverbose is set.
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/rr232x/osm_bsd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/rr232x/osm_bsd.c b/sys/dev/rr232x/osm_bsd.c
index 7cdb859..b4209d2 100644
--- a/sys/dev/rr232x/osm_bsd.c
+++ b/sys/dev/rr232x/osm_bsd.c
@@ -1156,7 +1156,8 @@ static void hpt_final_init(void *dummy)
static void hpt_init(void *dummy)
{
- os_printk("%s %s", driver_name_long, driver_ver);
+ if (bootverbose)
+ os_printk("%s %s", driver_name_long, driver_ver);
init_config();
hpt_ich.ich_func = hpt_final_init;
OpenPOWER on IntegriCloud