mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 19:26:05 +00:00
[ATACTL]
* Sync with the latest UniATA version. svn path=/trunk/; revision=57017
This commit is contained in:
@@ -784,6 +784,9 @@ ata_check_unit(
|
||||
chs[0] = ident->NumberOfCylinders;
|
||||
chs[1] = ident->NumberOfHeads;
|
||||
chs[2] = ident->SectorsPerTrack;
|
||||
if(!max_lba) {
|
||||
max_lba = (ULONG)(chs[0])*(ULONG)(chs[1])*(ULONG)(chs[2]);
|
||||
}
|
||||
}
|
||||
if(io_mode != -1) {
|
||||
printf(" %.12s\n", mode_str);
|
||||
|
||||
Reference in New Issue
Block a user