Be able to print ATA133 mode.
This commit is contained in:
parent
38c996fbde
commit
e85e09023e
@ -50,6 +50,7 @@ mode2str(int mode)
|
||||
case ATA_UDMA2: return "UDMA33";
|
||||
case ATA_UDMA4: return "UDMA66";
|
||||
case ATA_UDMA5: return "UDMA100";
|
||||
case ATA_UDMA6: return "UDMA133";
|
||||
case ATA_DMA: return "BIOSDMA";
|
||||
default: return "???";
|
||||
}
|
||||
@ -77,7 +78,6 @@ str2mode(char *str)
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
usage()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user