diff options
| author | Andrew Gallatin <gallatin@FreeBSD.org> | 2000-10-29 16:27:40 +0000 |
|---|---|---|
| committer | Andrew Gallatin <gallatin@FreeBSD.org> | 2000-10-29 16:27:40 +0000 |
| commit | 2ff04fe2329e80ae61b6530dc95833a3b0f22e02 (patch) | |
| tree | 7f46cd63925061d3b6680f3e779aeb9ede829dbd | |
| parent | da71e9a21b39212b56a20375ed3508b84c23f5d3 (diff) | |
Notes
| -rw-r--r-- | sys/pci/pcisupport.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/pci/pcisupport.c b/sys/pci/pcisupport.c index 94f19d923299..780246526dc4 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: |
