sis_hostbr_type 4564 dev/pci/pciide.c static struct sis_hostbr_type { sis_hostbr_type 4577 dev/pci/pciide.c } sis_hostbr_type[] = { sis_hostbr_type 4625 dev/pci/pciide.c static struct sis_hostbr_type *sis_hostbr_type_match; sis_hostbr_type 4636 dev/pci/pciide.c i < sizeof(sis_hostbr_type) / sizeof(sis_hostbr_type[0]); sis_hostbr_type 4638 dev/pci/pciide.c if (PCI_PRODUCT(pa->pa_id) == sis_hostbr_type[i].id && sis_hostbr_type 4639 dev/pci/pciide.c PCI_REVISION(pa->pa_class) >= sis_hostbr_type[i].rev) sis_hostbr_type 4640 dev/pci/pciide.c sis_hostbr_type_match = &sis_hostbr_type[i];