From 7c576b77fa29317f18820e1adcf0bbf17f6bfe5c Mon Sep 17 00:00:00 2001 From: murray Date: Mon, 10 Dec 2001 09:27:00 +0000 Subject: Add identification string for AMD-761 host to PCI bridge. PR: kern/32255 --- sys/i386/pci/pci_bus.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sys/i386') diff --git a/sys/i386/pci/pci_bus.c b/sys/i386/pci/pci_bus.c index b01cc2d..56f023b 100644 --- a/sys/i386/pci/pci_bus.c +++ b/sys/i386/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: -- cgit v1.1