aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/pci/pci_bus.c
diff options
context:
space:
mode:
authorAndrew Gallatin <gallatin@FreeBSD.org>2002-07-19 18:35:08 +0000
committerAndrew Gallatin <gallatin@FreeBSD.org>2002-07-19 18:35:08 +0000
commitf76ec8facd3cddd3cacfea9fa7e8bb843c4fc8c7 (patch)
treebe022de8917a1520ce357cdbc31bad723e78600b /sys/i386/pci/pci_bus.c
parentd65bf08af308dbeadf94e7f41d885f1e42e5a961 (diff)
downloadsrc-f76ec8facd3cddd3cacfea9fa7e8bb843c4fc8c7.tar.gz
src-f76ec8facd3cddd3cacfea9fa7e8bb843c4fc8c7.zip
Notes
Diffstat (limited to 'sys/i386/pci/pci_bus.c')
-rw-r--r--sys/i386/pci/pci_bus.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/sys/i386/pci/pci_bus.c b/sys/i386/pci/pci_bus.c
index 65ba7d3cea0e..4965a9dd2fd8 100644
--- a/sys/i386/pci/pci_bus.c
+++ b/sys/i386/pci/pci_bus.c
@@ -240,6 +240,10 @@ nexus_pcib_is_host_bridge(int bus, int slot, int func,
case 0x00061166:
/* FALLTHROUGH */
case 0x00081166:
+ /* FALLTHROUGH */
+ case 0x02011166:
+ /* FALLTHROUGH */
+ case 0x010f1014: /* IBM re-badged ServerWorks chipset */
s = "ServerWorks host to PCI bridge";
*busnum = nexus_pcib_read_config(0, bus, slot, func, 0x44, 1);
break;
@@ -249,6 +253,13 @@ nexus_pcib_is_host_bridge(int bus, int slot, int func,
*busnum = nexus_pcib_read_config(0, bus, slot, func, 0x44, 1);
break;
+ case 0x00111166:
+ /* FALLTHROUGH */
+ case 0x03021014: /* IBM re-badged ServerWorks chipset */
+ s = "ServerWorks CMIC-HE host to PCI-X bridge";
+ *busnum = nexus_pcib_read_config(0, bus, slot, func, 0x44, 1);
+ break;
+
/* Integrated Micro Solutions -- vendor 0x10e0 */
case 0x884910e0:
s = "Integrated Micro Solutions VL Bridge";