summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386
diff options
context:
space:
mode:
authorae <ae@FreeBSD.org>2012-08-12 14:32:30 +0000
committerae <ae@FreeBSD.org>2012-08-12 14:32:30 +0000
commit9828c252e062c47dd9bfd4489f3d5a456595bf9e (patch)
tree9f84b5f04941dca385f7b077b753f597e5d1eb84 /sys/boot/i386
parent49b1966aa7bc5735883383c710805884c5702545 (diff)
downloadFreeBSD-src-9828c252e062c47dd9bfd4489f3d5a456595bf9e.zip
FreeBSD-src-9828c252e062c47dd9bfd4489f3d5a456595bf9e.tar.gz
Add another debug message.
Diffstat (limited to 'sys/boot/i386')
-rw-r--r--sys/boot/i386/libi386/biosdisk.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/boot/i386/libi386/biosdisk.c b/sys/boot/i386/libi386/biosdisk.c
index c821c17..1d60f10 100644
--- a/sys/boot/i386/libi386/biosdisk.c
+++ b/sys/boot/i386/libi386/biosdisk.c
@@ -240,6 +240,8 @@ bd_int13probe(struct bdinfo *bd)
bd->bd_sectors = params.sectors;
bd->bd_sectorsize = params.sector_size;
}
+ DEBUG("unit 0x%x flags %x, sectors %llu, sectorsize %u",
+ bd->bd_unit, bd->bd_flags, bd->bd_sectors, bd->bd_sectorsize);
return (1);
}
OpenPOWER on IntegriCloud