@@ -280,19 +280,19 @@ scsi_ofpath()
{
case "$SCSI_DRIVER" in
aic7xxx)
- HOST_LIST="$(for i in `find /proc/device-tree -name
compatible` ; do
+ HOST_LIST="$(for i in `find /proc/device-tree/ -name
compatible` ; do
lgrep "$i" "^ADPT" "^pci900[45]"
"^pciclass,01000" ; done)"
DEVICE_PATH="$(printhost $SCSI_HOSTNUMBER $HOST_LIST)"
echo "${DEVICE_PATH##*device-tree}/@$DEVICE_ID:$PARTITION"
;;
sym53c8xx)
- HOST_LIST="$(for i in `find /proc/device-tree -name
compatible` ; do
+ HOST_LIST="$(for i in `find /proc/device-tree/ -name
compatible` ; do
lgrep "$i" "^Symbios" "^pci1000"
"^pciclass,01000" ; done)"
DEVICE_PATH="$(printhost $SCSI_HOSTNUMBER $HOST_LIST)"
echo "${DEVICE_PATH##*device-tree}/@$DEVICE_ID:$PARTITION"