diff options
author | Erik Troan <ewt@redhat.com> | 1999-09-26 01:26:47 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 1999-09-26 01:26:47 +0000 |
commit | ea35c1bc68def93296232fecd575e07742965c4b (patch) | |
tree | b442cdd12885ecf10bd588e0e1b472f30b18d5ec /isys | |
parent | 252bc03b4ceff6bbe7bf05b32231fd82ecd27b1e (diff) | |
download | anaconda-ea35c1bc68def93296232fecd575e07742965c4b.tar.gz anaconda-ea35c1bc68def93296232fecd575e07742965c4b.tar.xz anaconda-ea35c1bc68def93296232fecd575e07742965c4b.zip |
look for secondary dac960 cards properly
Diffstat (limited to 'isys')
-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 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; |