Searched hist:"9 b9cb227c7835fa55076dafac035a25e30b089ff" (Results 1 – 5 of 5) sorted by relevance
/haiku/headers/private/kernel/fs/ |
H A D | devfs.h | 9b9cb227c7835fa55076dafac035a25e30b089ff Mon Oct 08 11:54:07 UTC 2012 Axel Dörfler <axeld@pinc-software.de> Consolidated and fixed device_geometry computation.
* 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.
|
/haiku/src/add-ons/kernel/drivers/disk/scsi/scsi_cd/ |
H A D | scsi_cd.cpp | 9b9cb227c7835fa55076dafac035a25e30b089ff Mon Oct 08 11:54:07 UTC 2012 Axel Dörfler <axeld@pinc-software.de> Consolidated and fixed device_geometry computation.
* 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.
|
/haiku/src/add-ons/kernel/drivers/disk/scsi/scsi_disk/ |
H A D | scsi_disk.cpp | 9b9cb227c7835fa55076dafac035a25e30b089ff Mon Oct 08 11:54:07 UTC 2012 Axel Dörfler <axeld@pinc-software.de> Consolidated and fixed device_geometry computation.
* 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.
|
/haiku/src/add-ons/kernel/drivers/disk/usb/usb_disk/ |
H A D | usb_disk.cpp | 9b9cb227c7835fa55076dafac035a25e30b089ff Mon Oct 08 11:54:07 UTC 2012 Axel Dörfler <axeld@pinc-software.de> Consolidated and fixed device_geometry computation.
* 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.
|
/haiku/src/system/kernel/device_manager/ |
H A D | devfs.cpp | 9b9cb227c7835fa55076dafac035a25e30b089ff Mon Oct 08 11:54:07 UTC 2012 Axel Dörfler <axeld@pinc-software.de> Consolidated and fixed device_geometry computation.
* 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.
|