1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-28 16:43:09 +00:00

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.
This commit is contained in:
Poul-Henning Kamp 1996-11-05 19:53:20 +00:00
parent 8412c5d960
commit 01961df54d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=19431
3 changed files with 3 additions and 18 deletions

View File

@ -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();

View File

@ -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();

View File

@ -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();