diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-09-04 16:31:24 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-09-04 16:31:24 +0000 |
commit | ea15470edab737d036b341538479c153b935d6cc (patch) | |
tree | 6717e74fdd388f06dbd633fc0235fdf8c598cce3 /perl-install/detect_devices.pm | |
parent | 1ab88fba23f2642451be7063ae4e2fd175a346d2 (diff) | |
download | drakx-ea15470edab737d036b341538479c153b935d6cc.tar drakx-ea15470edab737d036b341538479c153b935d6cc.tar.gz drakx-ea15470edab737d036b341538479c153b935d6cc.tar.bz2 drakx-ea15470edab737d036b341538479c153b935d6cc.tar.xz drakx-ea15470edab737d036b341538479c153b935d6cc.zip |
(getCompaqSmartArray): add yet another location for cpqarray location
Diffstat (limited to 'perl-install/detect_devices.pm')
-rw-r--r-- | perl-install/detect_devices.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/detect_devices.pm b/perl-install/detect_devices.pm index dba137f4c..21b598143 100644 --- a/perl-install/detect_devices.pm +++ b/perl-install/detect_devices.pm @@ -166,7 +166,7 @@ sub getIDE() { sub getCompaqSmartArray() { my (@idi, $f); - foreach ('array/ida', 'cciss/cciss') { + foreach ('array/ida', 'cpqarray/ida', 'cciss/cciss') { my $prefix = "/proc/driver/$_"; #- kernel 2.4 places it here $prefix = "/proc/$_" if !-e "${prefix}0"; #- kernel 2.2 |