summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/pci_pci.c
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/dev/pci/pci_pci.c
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/dev/pci/pci_pci.c')
-rw-r--r--sys/dev/pci/pci_pci.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/pci/pci_pci.c b/sys/dev/pci/pci_pci.c
index 7915818..199c132 100644
--- a/sys/dev/pci/pci_pci.c
+++ b/sys/dev/pci/pci_pci.c
@@ -860,7 +860,9 @@ host_pcib_get_busno(pci_read_config_fn read_config, int bus, int slot, int func,
case 0x00171166:
case 0x01011166:
case 0x010f1014:
+ case 0x01101166:
case 0x02011166:
+ case 0x02251166:
case 0x03021014:
*busnum = read_config(bus, slot, func, 0x44, 1);
break;
OpenPOWER on IntegriCloud