summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2000-10-20 15:14:51 +0000
committerache <ache@FreeBSD.org>2000-10-20 15:14:51 +0000
commit3035f34e630ebc49849878d970378f826ce741ac (patch)
tree2f2ff88ac22005479550302cf797a643560da246
parentb202770b08a0abba746858c9693dd057add3b136 (diff)
downloadFreeBSD-src-3035f34e630ebc49849878d970378f826ce741ac.zip
FreeBSD-src-3035f34e630ebc49849878d970378f826ce741ac.tar.gz
Add i815 Host to Hub
-rw-r--r--sys/amd64/pci/pci_bus.c3
-rw-r--r--sys/i386/pci/pci_bus.c3
2 files changed, 6 insertions, 0 deletions
diff --git a/sys/amd64/pci/pci_bus.c b/sys/amd64/pci/pci_bus.c
index 665b46d..af2d227 100644
--- a/sys/amd64/pci/pci_bus.c
+++ b/sys/amd64/pci/pci_bus.c
@@ -104,6 +104,9 @@ nexus_pcib_is_host_bridge(int bus, int slot, int func,
case 0x71248086:
s = "Intel 82810E (i810E GMCH) Host To Hub bridge";
break;
+ case 0x11308086:
+ s = "Intel 82815 (i815 GMCH) Host To Hub bridge";
+ break;
case 0x71808086:
s = "Intel 82443LX (440 LX) host to PCI bridge";
break;
diff --git a/sys/i386/pci/pci_bus.c b/sys/i386/pci/pci_bus.c
index 665b46d..af2d227 100644
--- a/sys/i386/pci/pci_bus.c
+++ b/sys/i386/pci/pci_bus.c
@@ -104,6 +104,9 @@ nexus_pcib_is_host_bridge(int bus, int slot, int func,
case 0x71248086:
s = "Intel 82810E (i810E GMCH) Host To Hub bridge";
break;
+ case 0x11308086:
+ s = "Intel 82815 (i815 GMCH) Host To Hub bridge";
+ break;
case 0x71808086:
s = "Intel 82443LX (440 LX) host to PCI bridge";
break;
OpenPOWER on IntegriCloud