* Sync with the latest UniATA version.

svn path=/trunk/; revision=57017
This commit is contained in:
Amine Khaldi 2012-08-01 20:27:41 +00:00
parent b39bf28a27
commit e1398e05d4

View file

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