Add new modes.
This commit is contained in:
parent
a8f47039c7
commit
997021111e
@ -63,6 +63,10 @@ mode2str(int mode)
|
||||
case ATA_UDMA5: return "UDMA100";
|
||||
case ATA_UDMA6: return "UDMA133";
|
||||
case ATA_SA150: return "SATA150";
|
||||
case ATA_SA300: return "SATA300";
|
||||
case ATA_USB: return "USB";
|
||||
case ATA_USB1: return "USB1";
|
||||
case ATA_USB2: return "USB2";
|
||||
case ATA_DMA: return "BIOSDMA";
|
||||
default: return "???";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user