X-Git-Url: http://git.ozlabs.org/?p=yaboot.git;a=blobdiff_plain;f=ybin%2Fofpath;h=387bf900659cd9570d271f5eeff84285223fe904;hp=46bd7345bd1989c34fd70f8563485c7982a36b13;hb=08532f2d438e244fb1d84dfa2c507ede37262162;hpb=ca58ccca8abb692653406eec7a414ffc985d6378 diff --git a/ybin/ofpath b/ybin/ofpath index 46bd734..387bf90 100755 --- a/ybin/ofpath +++ b/ybin/ofpath @@ -27,7 +27,7 @@ PATH="/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin" PRG="${0##*/}" -VERSION=1.0.3 +VERSION=1.0.4 DEBUG=0 export LC_COLLATE=C @@ -346,7 +346,7 @@ ide_ofpath() fi case "$(cat /proc/device-tree${DEVSPEC}/device_type 2> /dev/null)" in - ata) + ide|ata) local MASTER="/disk@0" local SLAVE="/disk@1" ;;