Add an entry for the AMD Elan SC520 hostbridge. I do not belive we can
identify this gadget on the CPUID result alone, so I intend to activate the necessary magic (i8254 frequency for instance) for it based on the precense of the on-chip host to PCI bridge.
This commit is contained in:
parent
5d00cd5ad7
commit
c2a5e50467
@ -175,6 +175,9 @@ nexus_pcib_is_host_bridge(int bus, int slot, int func,
|
||||
break;
|
||||
|
||||
/* AMD -- vendor 0x1022 */
|
||||
case 0x30001022:
|
||||
s = "AMD Elan SC520 host to PCI bridge";
|
||||
break;
|
||||
case 0x70061022:
|
||||
s = "AMD-751 host to PCI bridge";
|
||||
break;
|
||||
|
@ -175,6 +175,9 @@ nexus_pcib_is_host_bridge(int bus, int slot, int func,
|
||||
break;
|
||||
|
||||
/* AMD -- vendor 0x1022 */
|
||||
case 0x30001022:
|
||||
s = "AMD Elan SC520 host to PCI bridge";
|
||||
break;
|
||||
case 0x70061022:
|
||||
s = "AMD-751 host to PCI bridge";
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user