summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/i386/i386/autoconf.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/i386/i386/autoconf.c b/sys/i386/i386/autoconf.c
index c4eca30..fb9d473 100644
--- a/sys/i386/i386/autoconf.c
+++ b/sys/i386/i386/autoconf.c
@@ -147,7 +147,11 @@ 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);
OpenPOWER on IntegriCloud