mirror of
https://review.haiku-os.org/haiku
synced 2025-01-26 08:17:59 +01:00
9b9cb227c7
* The only implementation that would accept more than 2 TB was the one in scsi_disk. But even that one was limited to 63 TB. * Now there is a new utility function devfs_compute_geometry_size() which does it correctly for sizes up to 2^64 which should be good enough for quite some time :-) * This fixes bug #8992.