Don't mangle geometry for pc98, this will happen in the ata driver.

This commit is contained in:
phk 2002-12-17 15:50:51 +00:00
parent 080ae8dd84
commit ebfad8464d

View File

@ -189,10 +189,6 @@ g_pc98_taste(struct g_class *mp, struct g_provider *pp, int flags)
sectorsize = cp->provider->sectorsize;
if (sectorsize < 512)
break;
if (cp->provider->mediasize / sectorsize < 17 * 8 * 65536) {
fwsectors = 17;
fwheads = 8;
}
gsp->frontstuff = sectorsize * fwsectors;
spercyl = (off_t)fwsectors * fwheads * sectorsize;
buf = g_read_data(cp, 0,