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 159248 Details for
Bug 248234
Update AHCI SATA driver with new PCI IDs
[?]
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]
PCI ID update patch
patch (text/plain), 2.88 KB, created by
Jeff Garzik
on 2007-07-13 22:00:34 UTC
(
hide
)
Description:
PCI ID update patch
Filename:
MIME Type:
Creator:
Jeff Garzik
Created:
2007-07-13 22:00:34 UTC
Size:
2.88 KB
patch
obsolete
>diff -ur ../kernel-2.6.9.orig/linux-2.6.9/drivers/ata/ahci.c linux-2.6.9/drivers/ata/ahci.c >--- ../kernel-2.6.9.orig/linux-2.6.9/drivers/ata/ahci.c 2007-07-12 21:16:12.000000000 -0400 >+++ linux-2.6.9/drivers/ata/ahci.c 2007-07-13 17:57:36.000000000 -0400 >@@ -376,7 +376,7 @@ > { PCI_VDEVICE(INTEL, 0x27c1), board_ahci }, /* ICH7 */ > { PCI_VDEVICE(INTEL, 0x27c5), board_ahci }, /* ICH7M */ > { PCI_VDEVICE(INTEL, 0x27c3), board_ahci }, /* ICH7R */ >- { PCI_VDEVICE(AL, 0x5288), board_ahci }, /* ULi M5288 */ >+ { PCI_VDEVICE(AL, 0x5288), board_ahci_ign_iferr }, /* ULi M5288 */ > { PCI_VDEVICE(INTEL, 0x2681), board_ahci }, /* ESB2 */ > { PCI_VDEVICE(INTEL, 0x2682), board_ahci }, /* ESB2 */ > { PCI_VDEVICE(INTEL, 0x2683), board_ahci }, /* ESB2 */ >@@ -412,6 +412,7 @@ > > /* VIA */ > { PCI_VDEVICE(VIA, 0x3349), board_ahci_vt8251 }, /* VIA VT8251 */ >+ { PCI_VDEVICE(VIA, 0x6287), board_ahci_vt8251 }, /* VIA VT8251 */ > > /* NVIDIA */ > { PCI_VDEVICE(NVIDIA, 0x044c), board_ahci }, /* MCP65 */ >@@ -434,6 +435,30 @@ > { PCI_VDEVICE(NVIDIA, 0x0559), board_ahci }, /* MCP67 */ > { PCI_VDEVICE(NVIDIA, 0x055a), board_ahci }, /* MCP67 */ > { PCI_VDEVICE(NVIDIA, 0x055b), board_ahci }, /* MCP67 */ >+ { PCI_VDEVICE(NVIDIA, 0x07f0), board_ahci }, /* MCP73 */ >+ { PCI_VDEVICE(NVIDIA, 0x07f1), board_ahci }, /* MCP73 */ >+ { PCI_VDEVICE(NVIDIA, 0x07f2), board_ahci }, /* MCP73 */ >+ { PCI_VDEVICE(NVIDIA, 0x07f3), board_ahci }, /* MCP73 */ >+ { PCI_VDEVICE(NVIDIA, 0x07f4), board_ahci }, /* MCP73 */ >+ { PCI_VDEVICE(NVIDIA, 0x07f5), board_ahci }, /* MCP73 */ >+ { PCI_VDEVICE(NVIDIA, 0x07f6), board_ahci }, /* MCP73 */ >+ { PCI_VDEVICE(NVIDIA, 0x07f7), board_ahci }, /* MCP73 */ >+ { PCI_VDEVICE(NVIDIA, 0x07f8), board_ahci }, /* MCP73 */ >+ { PCI_VDEVICE(NVIDIA, 0x07f9), board_ahci }, /* MCP73 */ >+ { PCI_VDEVICE(NVIDIA, 0x07fa), board_ahci }, /* MCP73 */ >+ { PCI_VDEVICE(NVIDIA, 0x07fb), board_ahci }, /* MCP73 */ >+ { PCI_VDEVICE(NVIDIA, 0x0ad0), board_ahci }, /* MCP77 */ >+ { PCI_VDEVICE(NVIDIA, 0x0ad1), board_ahci }, /* MCP77 */ >+ { PCI_VDEVICE(NVIDIA, 0x0ad2), board_ahci }, /* MCP77 */ >+ { PCI_VDEVICE(NVIDIA, 0x0ad3), board_ahci }, /* MCP77 */ >+ { PCI_VDEVICE(NVIDIA, 0x0ad4), board_ahci }, /* MCP77 */ >+ { PCI_VDEVICE(NVIDIA, 0x0ad5), board_ahci }, /* MCP77 */ >+ { PCI_VDEVICE(NVIDIA, 0x0ad6), board_ahci }, /* MCP77 */ >+ { PCI_VDEVICE(NVIDIA, 0x0ad7), board_ahci }, /* MCP77 */ >+ { PCI_VDEVICE(NVIDIA, 0x0ad8), board_ahci }, /* MCP77 */ >+ { PCI_VDEVICE(NVIDIA, 0x0ad9), board_ahci }, /* MCP77 */ >+ { PCI_VDEVICE(NVIDIA, 0x0ada), board_ahci }, /* MCP77 */ >+ { PCI_VDEVICE(NVIDIA, 0x0adb), board_ahci }, /* MCP77 */ > > /* SiS */ > { PCI_VDEVICE(SI, 0x1184), board_ahci }, /* SiS 966 */ >@@ -442,7 +467,7 @@ > > /* Generic, PCI class code for AHCI */ > { PCI_ANY_ID, PCI_ANY_ID, PCI_ANY_ID, PCI_ANY_ID, >- 0x010601, 0xffffff, board_ahci }, >+ PCI_CLASS_STORAGE_SATA_AHCI, 0xffffff, board_ahci }, > > { } /* terminate list */ > };
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 248234
: 159248