summaryrefslogtreecommitdiffstats
path: root/lib/libdisk/change.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libdisk/change.c')
-rw-r--r--lib/libdisk/change.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/libdisk/change.c b/lib/libdisk/change.c
index acee5f1..80296a9 100644
--- a/lib/libdisk/change.c
+++ b/lib/libdisk/change.c
@@ -25,9 +25,6 @@ Set_Bios_Geom(struct disk *disk, u_long cyl, u_long hd, u_long sect)
disk->bios_cyl = cyl;
disk->bios_hd = hd;
disk->bios_sect = sect;
-#ifndef PC98
- Bios_Limit_Chunk(disk->chunks,1024*hd*sect);
-#endif
}
/* XXX - parameters should change to fit for PC-98, but I'm not sure */
OpenPOWER on IntegriCloud