diff options
| author | Murray Stokely <murray@FreeBSD.org> | 2001-12-10 09:27:00 +0000 |
|---|---|---|
| committer | Murray Stokely <murray@FreeBSD.org> | 2001-12-10 09:27:00 +0000 |
| commit | b0ae3ab3fe91965edaf5344b7946506b8df57b9b (patch) | |
| tree | bc9aef43d30ff80ec876dfda037892313d55da41 | |
| parent | 2bd2a050acae96546c28335adfd2db0de83892f3 (diff) | |
Notes
| -rw-r--r-- | sys/amd64/pci/pci_bus.c | 3 | ||||
| -rw-r--r-- | sys/i386/pci/pci_bus.c | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/sys/amd64/pci/pci_bus.c b/sys/amd64/pci/pci_bus.c index b01cc2d3a200..56f023b2b1e9 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: diff --git a/sys/i386/pci/pci_bus.c b/sys/i386/pci/pci_bus.c index b01cc2d3a200..56f023b2b1e9 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: |
