Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 313396 Details for
Bug 457811
FEAT: RHEL 4.8 - Updated cciss controller for new Controllers
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Change the names of latest generation controllers.
p00001_cciss_rename_seashells.patch (text/plain), 5.27 KB, created by
Mike Miller (OS Dev)
on 2008-08-04 19:39:39 UTC
(
hide
)
Description:
Change the names of latest generation controllers.
Filename:
MIME Type:
Creator:
Mike Miller (OS Dev)
Created:
2008-08-04 19:39:39 UTC
Size:
5.27 KB
patch
obsolete
>Patch 1 of 3 > >This patch corrects the names of the next gen Smart Array controllers and >reformats cciss_pci_device_id array for readability. Please consider this >for RHEL4.8. > >Signed-off-by: Mike Miller <mike.miller@hp.com> > >diff -burNp linux-2.6.9-75.EL-p00001/drivers/block/cciss.c linux-2.6.9-75.EL/drivers/block/cciss.c >--- linux-2.6.9-75.EL-p00001/drivers/block/cciss.c 2008-07-09 13:55:27.000000000 -0500 >+++ linux-2.6.9-75.EL/drivers/block/cciss.c 2008-07-09 13:57:16.000000000 -0500 >@@ -72,54 +72,30 @@ MODULE_LICENSE("GPL"); > > /* define the PCI info for the cards we can control */ > const struct pci_device_id cciss_pci_device_id[] = { >- { PCI_VENDOR_ID_COMPAQ, PCI_DEVICE_ID_COMPAQ_CISS, >- 0x0E11, 0x4070, 0, 0, 0}, >- { PCI_VENDOR_ID_COMPAQ, PCI_DEVICE_ID_COMPAQ_CISSB, >- 0x0E11, 0x4080, 0, 0, 0}, >- { PCI_VENDOR_ID_COMPAQ, PCI_DEVICE_ID_COMPAQ_CISSB, >- 0x0E11, 0x4082, 0, 0, 0}, >- { PCI_VENDOR_ID_COMPAQ, PCI_DEVICE_ID_COMPAQ_CISSB, >- 0x0E11, 0x4083, 0, 0, 0}, >- { PCI_VENDOR_ID_COMPAQ, PCI_DEVICE_ID_COMPAQ_CISSC, >- 0x0E11, 0x409A, 0, 0, 0}, >- { PCI_VENDOR_ID_COMPAQ, PCI_DEVICE_ID_COMPAQ_CISSC, >- 0x0E11, 0x409B, 0, 0, 0}, >- { PCI_VENDOR_ID_COMPAQ, PCI_DEVICE_ID_COMPAQ_CISSC, >- 0x0E11, 0x409C, 0, 0, 0}, >- { PCI_VENDOR_ID_COMPAQ, PCI_DEVICE_ID_COMPAQ_CISSC, >- 0x0E11, 0x409D, 0, 0, 0}, >- { PCI_VENDOR_ID_COMPAQ, PCI_DEVICE_ID_COMPAQ_CISSC, >- 0x0E11, 0x4091, 0, 0, 0}, >- { PCI_VENDOR_ID_HP, PCI_DEVICE_ID_HP_CISSA, >- 0x103C, 0x3225, 0, 0, 0}, >- { PCI_VENDOR_ID_HP, PCI_DEVICE_ID_HP_CISSC, >- 0x103C, 0x3223, 0, 0, 0}, >- { PCI_VENDOR_ID_HP, PCI_DEVICE_ID_HP_CISSC, >- 0x103C, 0x3234, 0, 0, 0}, >- { PCI_VENDOR_ID_HP, PCI_DEVICE_ID_HP_CISSC, >- 0x103C, 0x3235, 0, 0, 0}, >- { PCI_VENDOR_ID_HP, PCI_DEVICE_ID_HP_CISSD, >- 0x103C, 0x3211, 0, 0, 0}, >- { PCI_VENDOR_ID_HP, PCI_DEVICE_ID_HP_CISSD, >- 0x103C, 0x3212, 0, 0, 0}, >- { PCI_VENDOR_ID_HP, PCI_DEVICE_ID_HP_CISSD, >- 0x103C, 0x3213, 0, 0, 0}, >- { PCI_VENDOR_ID_HP, PCI_DEVICE_ID_HP_CISSD, >- 0x103C, 0x3214, 0, 0, 0}, >- { PCI_VENDOR_ID_HP, PCI_DEVICE_ID_HP_CISSD, >- 0x103C, 0x3215, 0, 0, 0}, >- {PCI_VENDOR_ID_HP, PCI_DEVICE_ID_HP_CISSC, >- 0x103c, 0x3237}, >+ {PCI_VENDOR_ID_COMPAQ, PCI_DEVICE_ID_COMPAQ_CISS, 0x0E11, 0x4070}, >+ {PCI_VENDOR_ID_COMPAQ, PCI_DEVICE_ID_COMPAQ_CISSB, 0x0E11, 0x4080}, >+ {PCI_VENDOR_ID_COMPAQ, PCI_DEVICE_ID_COMPAQ_CISSB, 0x0E11, 0x4082}, >+ {PCI_VENDOR_ID_COMPAQ, PCI_DEVICE_ID_COMPAQ_CISSB, 0x0E11, 0x4083}, >+ {PCI_VENDOR_ID_COMPAQ, PCI_DEVICE_ID_COMPAQ_CISSC, 0x0E11, 0x409A}, >+ {PCI_VENDOR_ID_COMPAQ, PCI_DEVICE_ID_COMPAQ_CISSC, 0x0E11, 0x409B}, >+ {PCI_VENDOR_ID_COMPAQ, PCI_DEVICE_ID_COMPAQ_CISSC, 0x0E11, 0x409C}, >+ {PCI_VENDOR_ID_COMPAQ, PCI_DEVICE_ID_COMPAQ_CISSC, 0x0E11, 0x409D}, >+ {PCI_VENDOR_ID_COMPAQ, PCI_DEVICE_ID_COMPAQ_CISSC, 0x0E11, 0x4091}, >+ {PCI_VENDOR_ID_HP, PCI_DEVICE_ID_HP_CISSA, 0x103C, 0x3225}, >+ {PCI_VENDOR_ID_HP, PCI_DEVICE_ID_HP_CISSC, 0x103C, 0x3223}, >+ {PCI_VENDOR_ID_HP, PCI_DEVICE_ID_HP_CISSC, 0x103C, 0x3234}, >+ {PCI_VENDOR_ID_HP, PCI_DEVICE_ID_HP_CISSC, 0x103C, 0x3235}, >+ {PCI_VENDOR_ID_HP, PCI_DEVICE_ID_HP_CISSD, 0x103C, 0x3211}, >+ {PCI_VENDOR_ID_HP, PCI_DEVICE_ID_HP_CISSD, 0x103C, 0x3212}, >+ {PCI_VENDOR_ID_HP, PCI_DEVICE_ID_HP_CISSD, 0x103C, 0x3213}, >+ {PCI_VENDOR_ID_HP, PCI_DEVICE_ID_HP_CISSD, 0x103C, 0x3214}, >+ {PCI_VENDOR_ID_HP, PCI_DEVICE_ID_HP_CISSD, 0x103C, 0x3215}, >+ {PCI_VENDOR_ID_HP, PCI_DEVICE_ID_HP_CISSC, 0x103c, 0x3237}, > {PCI_VENDOR_ID_HP, PCI_DEVICE_ID_HP_CISSC, 0x103c, 0x323D}, >- {PCI_VENDOR_ID_HP, PCI_DEVICE_ID_HP_CISSE, 0x103C, 0x3240}, > {PCI_VENDOR_ID_HP, PCI_DEVICE_ID_HP_CISSE, 0x103C, 0x3241}, >- {PCI_VENDOR_ID_HP, PCI_DEVICE_ID_HP_CISSE, 0x103C, 0x3242}, > {PCI_VENDOR_ID_HP, PCI_DEVICE_ID_HP_CISSE, 0x103C, 0x3243}, >- {PCI_VENDOR_ID_HP, PCI_DEVICE_ID_HP_CISSE, 0x103C, 0x3244}, > {PCI_VENDOR_ID_HP, PCI_DEVICE_ID_HP_CISSE, 0x103C, 0x3245}, >- {PCI_VENDOR_ID_HP, PCI_DEVICE_ID_HP_CISSE, 0x103C, 0x3246}, > {PCI_VENDOR_ID_HP, PCI_DEVICE_ID_HP_CISSE, 0x103C, 0x3247}, >- {PCI_VENDOR_ID_HP, PCI_DEVICE_ID_HP_CISSE, 0x103C, 0x3248}, > {PCI_VENDOR_ID_HP, PCI_DEVICE_ID_HP_CISSE, 0x103C, 0x3249}, > {PCI_VENDOR_ID_HP, PCI_ANY_ID, PCI_ANY_ID, PCI_ANY_ID, > PCI_CLASS_STORAGE_RAID << 8, 0xffff << 8, 0}, >@@ -153,16 +129,12 @@ static struct board_type products[] = { > { 0x3214103C, "Smart Array E200i", &SA5_access}, > { 0x3215103C, "Smart Array E200i", &SA5_access}, > { 0x3237103C, "Smart Array E500", &SA5_access}, >- { 0x3240103C, "Smart Array 344", &SA5_access}, >- { 0x3241103C, "Smart Array 544", &SA5_access}, >- { 0x3242103C, "Smart Array 380", &SA5_access}, >- { 0x3243103C, "Smart Array 580", &SA5_access}, >- { 0x3244103C, "Smart Array 380i", &SA5_access}, >- { 0x3245103C, "Smart Array 580i", &SA5_access}, >- { 0x3246103C, "Smart Array 308", &SA5_access}, >- { 0x3247103C, "Smart Array 508", &SA5_access}, >- { 0x3248103C, "Smart Array 388", &SA5_access}, >- { 0x3249103C, "Smart Array 588", &SA5_access}, >+ { 0x323D103C, "Smart Array P700m", &SA5_access}, >+ { 0x3241103C, "Smart Array P212", &SA5_access}, >+ { 0x3243103C, "Smart Array P410", &SA5_access}, >+ { 0x3245103C, "Smart Array P410i", &SA5_access}, >+ { 0x3247103C, "Smart Array P411", &SA5_access}, >+ { 0x3249103C, "Smart Array P812", &SA5_access}, > { 0xFFFF103C, "Unknown Smart Array", &SA5_access}, > }; >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 457811
:
313396
|
326168