]> git.ozlabs.org Git - yaboot.git/blobdiff - ybin/ofpath
handle ide device nodes up to hdp
[yaboot.git] / ybin / ofpath
index 287cdb1b5374eea65ec28814d14514469dbfa312..c0d1cb12a923c291e29a7ee53ba519717f90be50 100755 (executable)
@@ -27,7 +27,7 @@
 
 PATH="/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin"
 PRG="${0##*/}"
-VERSION=1.0.3-rc2
+VERSION=1.0.3-rc3
 DEBUG=0
 export LC_COLLATE=C
 
@@ -364,11 +364,11 @@ ide_ofpath()
        esac
 
        case "$DEVNODE" in
-           hda|hdc|hde|hdg|hdi)
+           hda|hdc|hde|hdg|hdi|hdk|hdm|hdo)
                echo "${DEVSPEC}${MASTER}:$PARTITION"
                return 0
                ;;
-           hdb|hdd|hdf|hdh|hdj)
+           hdb|hdd|hdf|hdh|hdj|hdl|hdn|hdp)
                echo "${DEVSPEC}${SLAVE}:$PARTITION"
                return 0
                ;;