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:
phk 2002-07-18 10:57:20 +00:00
parent 5d00cd5ad7
commit c2a5e50467
2 changed files with 6 additions and 0 deletions

View File

@ -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;

View File

@ -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;