summaryrefslogtreecommitdiffstats
path: root/sys/geom/geom_pc98.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-10-25 20:09:45 +0000
committerphk <phk@FreeBSD.org>2002-10-25 20:09:45 +0000
commitb7e23599cf9a46999e6b321d6868f9d288cff53a (patch)
tree2d61e7b611c052ff6d2d0f974e8314770ee2c1e8 /sys/geom/geom_pc98.c
parentfa9a77e4ba47f2bd293b7762c9468e77080e8824 (diff)
downloadFreeBSD-src-b7e23599cf9a46999e6b321d6868f9d288cff53a.zip
FreeBSD-src-b7e23599cf9a46999e6b321d6868f9d288cff53a.tar.gz
Reduce the GEOM verbosity under bootverbose to something more sufferable.
This is not quite the set of information I would want, but the tree where I have the "correct" version is messed up with conflicts. Sponsored by: DARPA & NAI Labs.
Diffstat (limited to 'sys/geom/geom_pc98.c')
-rw-r--r--sys/geom/geom_pc98.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/geom/geom_pc98.c b/sys/geom/geom_pc98.c
index 6aa466b..6289e05 100644
--- a/sys/geom/geom_pc98.c
+++ b/sys/geom/geom_pc98.c
@@ -141,7 +141,6 @@ g_pc98_taste(struct g_class *mp, struct g_provider *pp, int flags)
buf[6] != 'L' || buf[7] != '1')
break;
-
for (i = 0; i < 16; i++) {
v = g_dec_le2(buf + 512 + 10 + i * 32);
u = g_dec_le2(buf + 512 + 14 + i * 32);
OpenPOWER on IntegriCloud