summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2004-11-10 12:28:06 +0000
committernyan <nyan@FreeBSD.org>2004-11-10 12:28:06 +0000
commit1a58c6976757db50a81e898b74a9fd606495bf76 (patch)
treed20c8ca0eded127b59ce0e6ce798b3a006b0b192 /sys/i386
parentf7dac9e604a39e318366507c0c89c5d895101f44 (diff)
downloadFreeBSD-src-1a58c6976757db50a81e898b74a9fd606495bf76.zip
FreeBSD-src-1a58c6976757db50a81e898b74a9fd606495bf76.tar.gz
cosmetic changes.
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/i386/autoconf.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/i386/i386/autoconf.c b/sys/i386/i386/autoconf.c
index fb9d473..23c9644 100644
--- a/sys/i386/i386/autoconf.c
+++ b/sys/i386/i386/autoconf.c
@@ -130,8 +130,8 @@ configure_final(dummy)
if (bootverbose) {
#ifdef PC98
- {
int i;
+
/*
* Print out the BIOS's idea of the disk geometries.
*/
@@ -147,11 +147,7 @@ configure_final(dummy)
* when the get-disk-geometry interrupt fails. Skip
* drives that have this geometry.
*/
-#ifdef PC98
if (bios_geom == 0x4f020f)
-#else
- if (bios_geom == 0x4f010f)
-#endif
continue;
printf(" %x:%08lx ", i, bios_geom);
@@ -165,7 +161,6 @@ configure_final(dummy)
max_sector, max_sector);
}
printf(" %d accounted for\n", bootinfo.bi_n_bios_used);
- }
#endif
printf("Device configuration finished.\n");
OpenPOWER on IntegriCloud