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
This commit is contained in:
Andrew Gallatin 2000-10-29 16:27:40 +00:00
parent da71e9a21b
commit 2ff04fe232
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=67896

View File

@ -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: