summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/pci/pcisupport.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/pci/pcisupport.c b/sys/pci/pcisupport.c
index d83ea3b..3f1d33e 100644
--- a/sys/pci/pcisupport.c
+++ b/sys/pci/pcisupport.c
@@ -954,6 +954,10 @@ isab_match(device_t dev)
if (pci_get_class(dev) == PCIC_BRIDGE
&& pci_get_subclass(dev) == PCIS_BRIDGE_ISA)
return ("Cypress 82C693 PCI-ISA bridge");
+
+ /* ServerWorks -- vendor 0x1166 */
+ case 0x02001166:
+ return ("ServerWorks IB6566 PCI to ISA bridge");
}
if (pci_get_class(dev) == PCIC_BRIDGE
OpenPOWER on IntegriCloud