mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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:
parent
da71e9a21b
commit
2ff04fe232
1 changed files with 1 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue