summaryrefslogtreecommitdiffstats
path: root/sys/amd64/pci
diff options
context:
space:
mode:
authormurray <murray@FreeBSD.org>2001-12-10 09:27:00 +0000
committermurray <murray@FreeBSD.org>2001-12-10 09:27:00 +0000
commit7c576b77fa29317f18820e1adcf0bbf17f6bfe5c (patch)
treebc9aef43d30ff80ec876dfda037892313d55da41 /sys/amd64/pci
parent05022dbfc25dc56640f04e139bd76f086813351c (diff)
downloadFreeBSD-src-7c576b77fa29317f18820e1adcf0bbf17f6bfe5c.zip
FreeBSD-src-7c576b77fa29317f18820e1adcf0bbf17f6bfe5c.tar.gz
Add identification string for AMD-761 host to PCI bridge.
PR: kern/32255
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