Fix BIOS default geometry on pc98.

PR:		kern/72225
Submitted by:	Hirokazu WATANABE <wnabe@par.odn.ne.jp>
This commit is contained in:
Yoshihiro Takahashi 2004-10-01 15:57:23 +00:00
parent 85a8b887df
commit 92f8f73a93
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=136028

View File

@ -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);