Add new modes.

This commit is contained in:
Søren Schmidt 2006-03-15 19:32:43 +00:00
parent a8f47039c7
commit 997021111e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=156749

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