summaryrefslogtreecommitdiffstats
path: root/sys/i386/pci
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2010-11-25 15:42:33 +0000
committerjhb <jhb@FreeBSD.org>2010-11-25 15:42:33 +0000
commit87c352ad145dcc3420d7adc3efc8eb0e0006abc1 (patch)
treed9742b994010ccc54b51e5eefae29e77e7c9ce05 /sys/i386/pci
parent4c7a0bc94aed5a25044e58618e0c6c2ca5a81748 (diff)
downloadFreeBSD-src-87c352ad145dcc3420d7adc3efc8eb0e0006abc1.zip
FreeBSD-src-87c352ad145dcc3420d7adc3efc8eb0e0006abc1.tar.gz
Add device IDs for two more ServerWorks Host-PCI bridges so that we can
read their starting PCI bus number for older systems that do not support ACPI (or have a broken _BBN method). PR: kern/148108 MFC after: 1 week
Diffstat (limited to 'sys/i386/pci')
-rw-r--r--sys/i386/pci/pci_bus.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/i386/pci/pci_bus.c b/sys/i386/pci/pci_bus.c
index ae4d520..b7fa7d1 100644
--- a/sys/i386/pci/pci_bus.c
+++ b/sys/i386/pci/pci_bus.c
@@ -204,6 +204,9 @@ legacy_pcib_is_host_bridge(int bus, int slot, int func,
break;
}
break;
+ case 0x1A308086:
+ s = "Intel 82845 Host to PCI bridge";
+ break;
/* AMD -- vendor 0x1022 */
case 0x30001022:
@@ -304,6 +307,8 @@ legacy_pcib_is_host_bridge(int bus, int slot, int func,
case 0x00171166:
/* FALLTHROUGH */
case 0x01011166:
+ case 0x01101166:
+ case 0x02251166:
s = "ServerWorks host to PCI bridge(unknown chipset)";
*busnum = legacy_pcib_read_config(0, bus, slot, func, 0x44, 1);
break;
OpenPOWER on IntegriCloud