Add new modes.

Approved by: re@ (mux)
This commit is contained in:
sos 2006-03-16 21:30:09 +00:00
parent 7e7021166c
commit 16ca8e211f

View File

@ -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 "???";
}