diff options
| author | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2009-09-21 04:04:02 +0000 |
|---|---|---|
| committer | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2009-09-21 04:04:02 +0000 |
| commit | 1764b93ab247c3f1b5d4e13d4b1ba591011f77ac (patch) | |
| tree | d2ee157c2d8627b7a2d4d8ff72b670f8d1e20bbf /lib | |
| parent | cb8461c836e9328a9039bb317bd37a9fc76f473e (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libdisk/change.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libdisk/change.c b/lib/libdisk/change.c index 0ee047f6ee7f8..5f0c9c6a8222d 100644 --- a/lib/libdisk/change.c +++ b/lib/libdisk/change.c @@ -47,9 +47,11 @@ Sanitize_Bios_Geom(struct disk *disk) if (disk->bios_sect > 63) sane = 0; #endif +#if 0 /* Disable a check on a disk size. It's too strict. */ if (disk->bios_cyl * disk->bios_hd * disk->bios_sect != disk->chunks->size) sane = 0; +#endif if (sane) return; |
