aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/pci/pci_bus.c
diff options
context:
space:
mode:
authorMitsuru IWASAKI <iwasaki@FreeBSD.org>2002-10-02 17:50:38 +0000
committerMitsuru IWASAKI <iwasaki@FreeBSD.org>2002-10-02 17:50:38 +0000
commit2f00e605044e09e6c5cd01e3fe598ac2d6dad04a (patch)
tree1b4dec9291541ed1b6761e60fc8db31b3adbffb5 /sys/i386/pci/pci_bus.c
parenta46898f1ef20b3049eb14256a2e3d03c035a8d13 (diff)
downloadsrc-2f00e605044e09e6c5cd01e3fe598ac2d6dad04a.tar.gz
src-2f00e605044e09e6c5cd01e3fe598ac2d6dad04a.zip
Add 2 Ids for new ServerWorks host to PCI bridge chipset.
These are still unknown name but these are working as well as the other ServerWorks chipset. Description strings should be corrected when the chipsets are known. MFC after: 1 week
Notes
Notes: svn path=/head/; revision=104381
Diffstat (limited to 'sys/i386/pci/pci_bus.c')
-rw-r--r--sys/i386/pci/pci_bus.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/i386/pci/pci_bus.c b/sys/i386/pci/pci_bus.c
index 2e589ddcfb9c..fc8958a2c019 100644
--- a/sys/i386/pci/pci_bus.c
+++ b/sys/i386/pci/pci_bus.c
@@ -272,6 +272,14 @@ nexus_pcib_is_host_bridge(int bus, int slot, int func,
*busnum = nexus_pcib_read_config(0, bus, slot, func, 0x44, 1);
break;
+ /* XXX unknown chipset, but working */
+ case 0x00171166:
+ /* FALLTHROUGH */
+ case 0x01011166:
+ s = "ServerWorks host to PCI bridge(unknown chipset)";
+ *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";