[ewg] [PATCH OFED-1.3 install.pl RESEND] Add RHEL5 in list of kernels supported by qlgc_vnic
Ramachandra K
ramachandra.kuchimanchi at qlogic.com
Mon Sep 24 04:27:55 PDT 2007
Add RHEL5 to the list of kernels supported by qlgc_vnic.
Also remove incorrect dependency of qlgc_vnic on ipoib
From: Poornima Kamath <poornima.kamath at qlogic.com>
Signed-off-by: Ramachandra K <ramachandra.kuchimanchi at qlogic.com>
---
Tziporet, Michael,
I think this patch was never applied, the last time I sent it.
Regards,
Ram
install.pl | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/install.pl b/install.pl
index 718e85b..15f4a3d 100755
--- a/install.pl
+++ b/install.pl
@@ -310,7 +310,7 @@ my %kernel_modules_info = (
included_in_rpm => 0, requires => ["core", "ipoib"], ofa_req_inst => ["open-iscsi-generic"] },
'qlgc_vnic' =>
{ name => "qlgc_vnic", available => 1, selected => 0,
- included_in_rpm => 0, requires => ["core", "ipoib"], },
+ included_in_rpm => 0, requires => ["core"], },
);
my %packages_info = (
@@ -1355,8 +1355,8 @@ sub set_availability
$packages_info{'open-iscsi-generic'}{'available'} = 1;
}
- # Vnic
- if ($kernel =~ m/2.6.9-34|2.6.9-42|2.6.9-55|2.6.16.[0-9.]*-[0-9.]*-[A-Za-z0-9.]*|2.6.19/) {
+ # QLogic vnic
+ if ($kernel =~ m/2.6.9-34|2.6.9-42|2.6.9-55|2.6.16.[0-9.]*-[0-9.]*-[A-Za-z0-9.]*|2.6.19|2.6.18*/) {
$kernel_modules_info{'qlgc_vnic'}{'available'} = 1;
$packages_info{'ibvexdmtools'}{'available'} = 1;
$packages_info{'qlvnictools'}{'available'} = 1;
More information about the ewg
mailing list