From ea15470edab737d036b341538479c153b935d6cc Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 4 Sep 2001 16:31:24 +0000 Subject: (getCompaqSmartArray): add yet another location for cpqarray location --- perl-install/detect_devices.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1