summaryrefslogtreecommitdiffstats
path: root/sys/amd64/pci
diff options
context:
space:
mode:
Diffstat (limited to 'sys/amd64/pci')
-rw-r--r--sys/amd64/pci/pci_bus.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/amd64/pci/pci_bus.c b/sys/amd64/pci/pci_bus.c
index b01cc2d..56f023b 100644
--- a/sys/amd64/pci/pci_bus.c
+++ b/sys/amd64/pci/pci_bus.c
@@ -178,6 +178,9 @@ nexus_pcib_is_host_bridge(int bus, int slot, int func,
case 0x70061022:
s = "AMD-751 host to PCI bridge";
break;
+ case 0x700e1022:
+ s = "AMD-761 host to PCI bridge";
+ break;
/* SiS -- vendor 0x1039 */
case 0x04961039:
OpenPOWER on IntegriCloud