summaryrefslogtreecommitdiffstats
path: root/release/sysinstall/disks.c
diff options
context:
space:
mode:
Diffstat (limited to 'release/sysinstall/disks.c')
-rw-r--r--release/sysinstall/disks.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/release/sysinstall/disks.c b/release/sysinstall/disks.c
index a9dc33d..f50cce1 100644
--- a/release/sysinstall/disks.c
+++ b/release/sysinstall/disks.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: disks.c,v 1.69 1996/10/06 11:40:30 jkh Exp $
+ * $Id: disks.c,v 1.70 1996/10/09 09:53:27 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -264,11 +264,6 @@ diskPartition(Device *dev, Disk *d)
All_FreeBSD(d, rv);
if (rv)
d->bios_hd = d->bios_sect = d->bios_cyl = 1;
- else {
- d->bios_hd = 64;
- d->bios_sect = 32;
- d->bios_cyl = Total / ONE_MEG;
- }
variable_set2(DISK_PARTITIONED, "yes");
record_chunks(d);
clear();
OpenPOWER on IntegriCloud