aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/geom_pc98.c
diff options
context:
space:
mode:
authorScott Long <scottl@FreeBSD.org>2003-12-07 05:04:49 +0000
committerScott Long <scottl@FreeBSD.org>2003-12-07 05:04:49 +0000
commit774114995e4b7bf42d66f76239fd5658ff58819d (patch)
tree31784046cc55a6806b91e9c61d452431be9a79e0 /sys/geom/geom_pc98.c
parent4d4a286cba7e017edbab2fe2f837a24a94664f39 (diff)
downloadsrc-774114995e4b7bf42d66f76239fd5658ff58819d.tar.gz
src-774114995e4b7bf42d66f76239fd5658ff58819d.zip
Re-arrange and consolidate some random debugging stuff
Notes
Notes: svn path=/head/; revision=123215
Diffstat (limited to 'sys/geom/geom_pc98.c')
-rw-r--r--sys/geom/geom_pc98.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/geom/geom_pc98.c b/sys/geom/geom_pc98.c
index 6be3ed9ba32b..667e8669262a 100644
--- a/sys/geom/geom_pc98.c
+++ b/sys/geom/geom_pc98.c
@@ -62,7 +62,7 @@ g_pc98_print(int i, struct pc98_partition *dp)
strncpy(sname, dp->dp_name, 16);
sname[16] = '\0';
- g_hexdump(dp, sizeof(dp[0]));
+ hexdump(dp, sizeof(dp[0]), NULL, 0);
printf("[%d] mid:%d(0x%x) sid:%d(0x%x)",
i, dp->dp_mid, dp->dp_mid, dp->dp_sid, dp->dp_sid);
printf(" s:%d/%d/%d", dp->dp_scyl, dp->dp_shd, dp->dp_ssect);