aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2010-12-02 15:58:54 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2010-12-02 15:58:54 +0000
commit1c99e2e6b70bcaba25eed35ae6d1968cfaf08004 (patch)
tree85924d2d8ffbaf920751bce01ba8974ed4859efd /sys/dev/pci
parent9e5f21cd5d0f9d2244a13c5869a4e4eb52d52df7 (diff)
Notes
Diffstat (limited to 'sys/dev/pci')
-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 15cad92484d7..3d664baf9b78 100644
--- a/sys/dev/pci/pci_pci.c
+++ b/sys/dev/pci/pci_pci.c
@@ -716,7 +716,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;