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 295314 Details for
Bug 252287
AMD/ATI SB600/700/800 use same SMBus controller devID
[?]
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]
Fixes SMBus controller Device IDs
RHEL4.7_fix_smbus_controller_devid.patch (text/plain), 2.23 KB, created by
Bhavna Sarathy
on 2008-02-19 18:28:56 UTC
(
hide
)
Description:
Fixes SMBus controller Device IDs
Filename:
MIME Type:
Creator:
Bhavna Sarathy
Created:
2008-02-19 18:28:56 UTC
Size:
2.23 KB
patch
obsolete
>--- linux-2.6.9/include/linux/pci_ids.h.smbusorig 2008-02-19 12:57:51.000000000 -0500 >+++ linux-2.6.9/include/linux/pci_ids.h 2008-02-19 13:19:47.000000000 -0500 >@@ -352,11 +352,10 @@ > #define PCI_DEVICE_ID_ATI_IXP400_SATA 0x4379 > #define PCI_DEVICE_ID_ATI_IXP400_SATA2 0x437a > #define PCI_DEVICE_ID_ATI_IXP600_SATA 0x4380 >-#define PCI_DEVICE_ID_ATI_IXP600_SMBUS 0x4385 >+#define PCI_DEVICE_ID_ATI_SBX00_SMBUS 0x4385 > #define PCI_DEVICE_ID_ATI_IXP600_IDE 0x438c > #define PCI_DEVICE_ID_ATI_IXP700_IDE 0x439c > #define PCI_DEVICE_ID_ATI_IXP700_SATA 0x4390 >-#define PCI_DEVICE_ID_ATI_IXP700_SMBUS 0x4395 > > #define PCI_VENDOR_ID_VLSI 0x1004 > #define PCI_DEVICE_ID_VLSI_82C592 0x0005 >--- linux-2.6.9/drivers/i2c/busses/Kconfig.smbusorig 2008-02-19 12:56:41.000000000 -0500 >+++ linux-2.6.9/drivers/i2c/busses/Kconfig 2008-02-19 13:24:24.000000000 -0500 >@@ -266,6 +266,8 @@ config I2C_PIIX4 > Intel PIIX4 > Intel 440MX > ATI SB600 >+ ATI SB700 >+ ATI SB800 > Serverworks OSB4 > Serverworks CSB5 > Serverworks CSB6 >--- linux-2.6.9/drivers/i2c/busses/i2c-piix4.c.smbusorig 2008-02-19 12:57:06.000000000 -0500 >+++ linux-2.6.9/drivers/i2c/busses/i2c-piix4.c 2008-02-19 13:11:18.000000000 -0500 >@@ -23,7 +23,7 @@ > Supports: > Intel PIIX4, 440MX > Serverworks OSB4, CSB5, CSB6 >- ATI SB600 SB700 >+ ATI IXP200, IXP300, IXP400, SB600, SB700, SB800 > SMSC Victory66 > > Note: we assume there can only be one device, with one SMBus interface. >@@ -422,20 +422,13 @@ static struct pci_device_id piix4_ids[] > .subdevice = PCI_ANY_ID, > .driver_data = 3 > }, >- { >- .vendor = PCI_VENDOR_ID_ATI, >- .device = PCI_DEVICE_ID_ATI_IXP600_SMBUS, >- .subvendor = PCI_ANY_ID, >- .subdevice = PCI_ANY_ID, >- .driver_data = 0, >- }, >- { >- .vendor = PCI_VENDOR_ID_ATI, >- .device = PCI_DEVICE_ID_ATI_IXP700_SMBUS, >- .subvendor = PCI_ANY_ID, >- .subdevice = PCI_ANY_ID, >- .driver_data = 0 >- }, >+ { >+ .vendor = PCI_VENDOR_ID_ATI, >+ .device = PCI_DEVICE_ID_ATI_SBX00_SMBUS, >+ .subvendor = PCI_ANY_ID, >+ .subdevice = PCI_ANY_ID, >+ .driver_data = 0 >+ }, > { > .vendor = PCI_VENDOR_ID_SERVERWORKS, > .device = PCI_DEVICE_ID_SERVERWORKS_OSB4,
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 252287
: 295314