summaryrefslogtreecommitdiffstats
path: root/isys
diff options
context:
space:
mode:
Diffstat (limited to 'isys')
-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;