summaryrefslogtreecommitdiffstats
path: root/isys/probe.c
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>1999-09-26 01:26:47 +0000
committerErik Troan <ewt@redhat.com>1999-09-26 01:26:47 +0000
commitea35c1bc68def93296232fecd575e07742965c4b (patch)
treeb442cdd12885ecf10bd588e0e1b472f30b18d5ec /isys/probe.c
parent252bc03b4ceff6bbe7bf05b32231fd82ecd27b1e (diff)
downloadanaconda-ea35c1bc68def93296232fecd575e07742965c4b.tar.gz
anaconda-ea35c1bc68def93296232fecd575e07742965c4b.tar.xz
anaconda-ea35c1bc68def93296232fecd575e07742965c4b.zip
look for secondary dac960 cards properly
Diffstat (limited to 'isys/probe.c')
-rw-r--r--isys/probe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/isys/probe.c b/isys/probe.c
index 0e7cb2ad8..468c6cebc 100644
--- a/isys/probe.c
+++ b/isys/probe.c
@@ -373,7 +373,7 @@ static int dac960GetDevices(struct knownDevices * devices) {
if (start) start++;
}
- sprintf(ctl, "/proc/array/ida%d", ctlNum++);
+ sprintf(ctl, "/proc/rd/c%d/current_status", ctlNum++);
}
return 0;