aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
diff options
context:
space:
mode:
authorAlan Cox <alc@FreeBSD.org>1999-10-25 06:28:04 +0000
committerAlan Cox <alc@FreeBSD.org>1999-10-25 06:28:04 +0000
commiteab7cc95c414ffc6b5c0735a4f4f7f9fa54fa90f (patch)
tree156d7001d363010af6567aa814da654f08058a94 /sys/amd64
parent9515a35166c42cc1b468cd38c11adc4b625b16b0 (diff)
Notes
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/pci/pci_bus.c5
-rw-r--r--sys/amd64/pci/pci_cfgreg.c5
2 files changed, 10 insertions, 0 deletions
diff --git a/sys/amd64/pci/pci_bus.c b/sys/amd64/pci/pci_bus.c
index 741baa907f63..138da756ef27 100644
--- a/sys/amd64/pci/pci_bus.c
+++ b/sys/amd64/pci/pci_bus.c
@@ -345,6 +345,11 @@ nexus_pcib_is_host_bridge(pcicfgregs *cfg,
}
break;
+ /* AMD -- vendor 0x1022 */
+ case 0x70061022:
+ s = "AMD-751 host to PCI bridge";
+ break;
+
/* SiS -- vendor 0x1039 */
case 0x04961039:
s = "SiS 85c496";
diff --git a/sys/amd64/pci/pci_cfgreg.c b/sys/amd64/pci/pci_cfgreg.c
index 741baa907f63..138da756ef27 100644
--- a/sys/amd64/pci/pci_cfgreg.c
+++ b/sys/amd64/pci/pci_cfgreg.c
@@ -345,6 +345,11 @@ nexus_pcib_is_host_bridge(pcicfgregs *cfg,
}
break;
+ /* AMD -- vendor 0x1022 */
+ case 0x70061022:
+ s = "AMD-751 host to PCI bridge";
+ break;
+
/* SiS -- vendor 0x1039 */
case 0x04961039:
s = "SiS 85c496";