diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-12-14 16:11:28 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-12-14 16:11:28 +0000 |
| commit | a0b31732153ad2b25fbbd35295085d17d37d3f7b (patch) | |
| tree | b811284e79531c241dbabf18bf0b15f3027cd94d /sys/amd64 | |
| parent | 405f1ec8ed2a4e697f235b22c1e893f5feac10ba (diff) | |
Notes
Diffstat (limited to 'sys/amd64')
| -rw-r--r-- | sys/amd64/amd64/autoconf.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/amd64/amd64/autoconf.c b/sys/amd64/amd64/autoconf.c index ba899a23a8cc0..4f683e4e7b5e3 100644 --- a/sys/amd64/amd64/autoconf.c +++ b/sys/amd64/amd64/autoconf.c @@ -163,7 +163,6 @@ static void configure_final(dummy) void *dummy; { - int i; cninit_finish(); @@ -173,6 +172,9 @@ configure_final(dummy) imen_dump(); #endif /* APIC_IO */ +#ifdef PC98 + { + int i; /* * Print out the BIOS's idea of the disk geometries. */ @@ -202,6 +204,8 @@ configure_final(dummy) max_sector, max_sector); } printf(" %d accounted for\n", bootinfo.bi_n_bios_used); + } +#endif printf("Device configuration finished.\n"); } |
