Home
last modified time | relevance | path

Searched refs:sis_hostbr_type (Results 1 – 1 of 1) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/
H A Dsiside.c115 static struct sis_hostbr_type { struct
128 } sis_hostbr_type[] = { variable
178 static struct sis_hostbr_type *sis_hostbr_type_match;
205 for (i = 0; i < __arraycount(sis_hostbr_type); i++) { in sis_hostbr_match()
206 if (PCI_PRODUCT(id) == sis_hostbr_type[i].id && in sis_hostbr_match()
207 PCI_REVISION(pa->pa_class) >= sis_hostbr_type[i].rev) in sis_hostbr_match()
208 sis_hostbr_type_match = &sis_hostbr_type[i]; in sis_hostbr_match()