summaryrefslogtreecommitdiffstats
path: root/isys/probe.c
diff options
context:
space:
mode:
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 b415f4bd4..e8fde16ca 100644
--- a/isys/probe.c
+++ b/isys/probe.c
@@ -480,7 +480,7 @@ static int CompaqSmartArrayGetDevices(struct knownDevices * devices) {
char ctl[64];
char *path;
- path = "/proc/driver/ida";
+ path = "/proc/driver/array";
sprintf(ctl, "%s/ida%d", path, ctlNum++);