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 144277 Details for
Bug 220602
Recent patch to aic79xx driver.
[?]
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]
patch to add PCI id to list of discovered products
ASC-29320LPE.patch (text/plain), 1.27 KB, created by
Mark Salyzyn
on 2006-12-22 14:13:46 UTC
(
hide
)
Description:
patch to add PCI id to list of discovered products
Filename:
MIME Type:
Creator:
Mark Salyzyn
Created:
2006-12-22 14:13:46 UTC
Size:
1.27 KB
patch
obsolete
>--- a/drivers/scsi/aic7xxx/aic79xx_osm_pci.c 2006-12-05 07:25:59.652815006 -0500 >+++ b/drivers/scsi/aic7xxx/aic79xx_osm_pci.c 2006-12-05 07:28:25.288658410 -0500 >@@ -62,6 +62,7 @@ > /* aic7901 based controllers */ > ID(ID_AHA_29320A), > ID(ID_AHA_29320ALP), >+ ID(ID_AHA_29320LPE), > /* aic7902 based controllers */ > ID(ID_AHA_29320), > ID(ID_AHA_29320B), >--- a/drivers/scsi/aic7xxx/aic79xx_pci.c 2006-12-05 07:26:15.541834499 -0500 >+++ b/drivers/scsi/aic7xxx/aic79xx_pci.c 2006-12-05 07:35:26.469105302 -0500 >@@ -109,7 +109,13 @@ > { > ID_AHA_29320ALP, > ID_ALL_MASK, >- "Adaptec 29320ALP Ultra320 SCSI adapter", >+ "Adaptec 29320ALP PCIx Ultra320 SCSI adapter", >+ ahd_aic7901_setup >+ }, >+ { >+ ID_AHA_29320LPE, >+ ID_ALL_MASK, >+ "Adaptec 29320LPE PCIe Ultra320 SCSI adapter", > ahd_aic7901_setup > }, > /* aic7901A based controllers */ >--- a/drivers/scsi/aic7xxx/aic79xx_pci.h 2006-12-05 07:24:36.263207576 -0500 >+++ b/drivers/scsi/aic7xxx/aic79xx_pci.h 2006-12-05 07:25:22.825405020 -0500 >@@ -51,6 +51,7 @@ > #define ID_AIC7901 0x800F9005FFFF9005ull > #define ID_AHA_29320A 0x8000900500609005ull > #define ID_AHA_29320ALP 0x8017900500449005ull >+#define ID_AHA_29320LPE 0x8017900500459005ull > > #define ID_AIC7901A 0x801E9005FFFF9005ull > #define ID_AHA_29320LP 0x8014900500449005ull
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 220602
:
144277
|
145838