diff options
author | Matt Wilson <msw@redhat.com> | 2001-01-23 20:16:14 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-01-23 20:16:14 +0000 |
commit | 461eb0e1e82f3269e2f9057e22ddf1a88904de51 (patch) | |
tree | 9e6fcdbdb6c1a2311eed9b87a0188a520ba8093e /isys/probe.c | |
parent | 03d08d22814f9b0c67f010ac5ae03888cb853224 (diff) | |
download | anaconda-461eb0e1e82f3269e2f9057e22ddf1a88904de51.tar.gz anaconda-461eb0e1e82f3269e2f9057e22ddf1a88904de51.tar.xz anaconda-461eb0e1e82f3269e2f9057e22ddf1a88904de51.zip |
use new smartarray proc path
Diffstat (limited to 'isys/probe.c')
-rw-r--r-- | isys/probe.c | 2 |
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++); |