The serverworks OSB4 pci->isa bridge has the same mapping register at
offset 0x90 for the SMBus device as the PIIX4.
This commit is contained in:
parent
5f8beb33ff
commit
030c8723fe
@ -174,10 +174,10 @@ struct pci_quirk {
|
||||
};
|
||||
|
||||
struct pci_quirk pci_quirks[] = {
|
||||
/*
|
||||
* The Intel 82371AB has a map register at offset 0x90.
|
||||
*/
|
||||
/* The Intel 82371AB has a map register at offset 0x90. */
|
||||
{ 0x71138086, PCI_QUIRK_MAP_REG, 0x90, 0 },
|
||||
/* As does the Serverworks OSB4 (the SMBus mapping register) */
|
||||
{ 0x02001166, PCI_QUIRK_MAP_REG, 0x90, 0 },
|
||||
|
||||
{ 0 }
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user