summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2006-05-03 21:08:39 +0000
committerscottl <scottl@FreeBSD.org>2006-05-03 21:08:39 +0000
commit1f2eeff0a4673cd2b5921553c09fae8c12c7304c (patch)
treecca0eceeb6f9e06da6a861d05aaab7b39f302a4f /sys
parent8cadbc9a2c64aaf3caf244ba6a0f4c2a04fefae9 (diff)
downloadFreeBSD-src-1f2eeff0a4673cd2b5921553c09fae8c12c7304c.zip
FreeBSD-src-1f2eeff0a4673cd2b5921553c09fae8c12c7304c.tar.gz
Hide another common print under bootverbose.
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 b4209d2..e93b9ba 100644
--- a/sys/dev/rr232x/osm_bsd.c
+++ b/sys/dev/rr232x/osm_bsd.c
@@ -1024,7 +1024,8 @@ static void hpt_final_init(void *dummy)
}
if (!i) {
- os_printk("no controller detected.");
+ if (bootverbose)
+ os_printk("no controller detected.");
return;
}
OpenPOWER on IntegriCloud