From 2ff04fe2329e80ae61b6530dc95833a3b0f22e02 Mon Sep 17 00:00:00 2001 From: Andrew Gallatin Date: Sun, 29 Oct 2000 16:27:40 +0000 Subject: [PATCH] Unmask cypress ata controllers. This bug was hidden before the addition of the serverworks isab support because the cypress case was the last one in the switch --- sys/pci/pcisupport.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/pci/pcisupport.c b/sys/pci/pcisupport.c index 94f19d92329..780246526dc 100644 --- a/sys/pci/pcisupport.c +++ b/sys/pci/pcisupport.c @@ -960,6 +960,7 @@ 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"); + break; /* ServerWorks -- vendor 0x1166 */ case 0x02001166: