summaryrefslogtreecommitdiffstats
path: root/release/sysinstall/disks.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1996-11-05 19:53:20 +0000
committerphk <phk@FreeBSD.org>1996-11-05 19:53:20 +0000
commit044dd6aa9d4302ec9944410b38ce13241141ba0f (patch)
tree2460369380d497214b6119ba59f25eaa86ef2ba7 /release/sysinstall/disks.c
parente7c30961471d5996bc068b81fe35151569f77529 (diff)
downloadFreeBSD-src-044dd6aa9d4302ec9944410b38ce13241141ba0f.zip
FreeBSD-src-044dd6aa9d4302ec9944410b38ce13241141ba0f.tar.gz
Remove a bogon from version 1.69. Just because we say "use all disk"
doesn't mean that our geometry can be flushed down the drain.
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