Bug 21920

Summary: kudzu needs to ignore Q-logic chip on Aspen/Taos AMI cards
Product: [Retired] Red Hat Linux Reporter: Tesfamariam Michael <afom_m>
Component: pciutilsAssignee: Bill Nottingham <notting>
Status: CLOSED RAWHIDE QA Contact: Brock Organ <borgan>
Severity: high Docs Contact:
Priority: high    
Version: 7.0CC: afom_m, rvokal
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-02-14 02:26:43 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Tesfamariam Michael 2000-12-08 00:29:06 UTC
When using AMI Aspen (Perc 3/QC) or Taos (perc 3/DC), kudzu detects the Q-
logic pci brigde chip on the cards and tries to insmod the q-logic modules 
which generates resourse or modules is busy error message. Kudzu needs to 
ignore the q-logic chips on these cards. The following two patches should 
do that

--- pcitable.orig	Mon Dec  4 11:59:37 2000
+++ pcitable	Mon Dec  4 12:03:13 2000
@@ -704,6 +704,8 @@
 0x1077	0x1022	"unknown"	"Q Logic|ISP1022"
 0x1077	0x1080	"qla1280"	"Q Logic|QLA1080"
 0x1077	0x1216	"qla1280"	"Q Logic|QLA12160"
+0x1077	0x1216	0x101e	0x8471	"ignore"	"Q Logic|QLA12160 on AMI 
MegaRAID 471"
+0x1077	0x1216	0x101e	0x8493	"ignore"	"Q Logic|QLA12160 on AMI 
MegaRAID 493"
 0x1077	0x1240	"qla1280"	"Q Logic|QLA1240"
 0x1077	0x1280	"qla1280"	"Q Logic|QLA1280"
 0x1077	0x2020	"unknown"	"Q Logic|ISP2020A"

--- pci.ids.orig	Mon Dec  4 12:05:28 2000
+++ pci.ids	Mon Dec  4 12:15:14 2000
@@ -439,6 +439,9 @@
 	9033  SCSI Controller
 	9040  Multimedia card
 	9060  MegaRAID
+	1960  MegaRAID
+		1028 0471 PowerEdge RAID Controller 3/QC
+		1028 0493 PowerEdge RAID Controller 3/DC
 101f  PictureTel
 1020  Hitachi Computer Products
 1021  OKI Electric Industry Co. Ltd.
@@ -1108,6 +1111,8 @@
 	1022  ISP1022
 	1080  QLA1080
 	1216  QLA12160
+		101e 8471 QLA12160 on AMI MegaRAID
+		101e 8493 QLA12160 on AMI MegaRAID
 	1240  QLA1240
 	1280  QLA1280
 	2020  ISP2020A

Comment 1 Bill Nottingham 2000-12-08 03:58:00 UTC
Committed to kudzu, will be in next build (0.83 or so.)


Comment 2 Bill Nottingham 2000-12-12 16:46:17 UTC
will be in pciutils-2.1.8-9 as well.

Comment 3 Tesfamariam Michael 2001-01-31 01:32:32 UTC
Florence Beta3 (Fisher) is still trying to "insmod qla1280" when using 
Perc3/Qc, Perc3/DC, Perc3/DCL which have a Q-logic chip. When using these 
cards, the installer and kudzu needs to be told not to try to install qla1280 
module on the cards.

Comment 4 Michael Fulbright 2001-02-14 02:26:39 UTC
I've added the "ignore" lines into the pcitable that the installer uses.

This should help this problem.