summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-07-31 10:55:19 +0000
committerjkh <jkh@FreeBSD.org>1996-07-31 10:55:19 +0000
commit244a31b11c52d7d7747b036739469c5a486b9711 (patch)
treed5568f2ee15e7b6fad914eab05ad4600b8c228d6 /release
parent2fb389656a38e203c1cb72850a60f7c0b18aaf1c (diff)
downloadFreeBSD-src-244a31b11c52d7d7747b036739469c5a486b9711.zip
FreeBSD-src-244a31b11c52d7d7747b036739469c5a486b9711.tar.gz
Try again.
Diffstat (limited to 'release')
-rw-r--r--release/sysinstall/disks.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/sysinstall/disks.c b/release/sysinstall/disks.c
index eebad4b..20682f5 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.57 1996/07/31 09:10:39 jkh Exp $
+ * $Id: disks.c,v 1.58 1996/07/31 09:29:25 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -72,7 +72,7 @@ print_chunks(Disk *d)
for (i = sz = 0; chunk_info[i]; i++)
sz += chunk_info[i]->size;
- if ((!d->bios_cyl || d->bios_cyl == sz / ONE_MEG) && d->bios_hd <= 1 && d->bios_sect <= 1) {
+ if (d->bios_hd <= 1 && d->bios_sect <= 1) {
All_FreeBSD(d, TRUE);
d->bios_hd = d->bios_sect = d->bios_cyl = 1;
}
OpenPOWER on IntegriCloud