Be able to print ATA133 mode.

This commit is contained in:
sos 2002-04-05 11:49:24 +00:00
parent 38c996fbde
commit e85e09023e

View File

@ -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()
{