HomeSort by: relevance | last modified time | path
    Searched refs:sis_type (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
siside.c 246 sc->sis_type = SIS_TYPE_133NEW;
251 sc->sis_type = SIS_TYPE_133OLD;
255 sc->sis_type = SIS_TYPE_100NEW;
261 sc->sis_type = sis_hostbr_type_match->type;
270 sc->sis_type = SIS_TYPE_66;
273 sc->sis_type = SIS_TYPE_NOUDMA;
287 if (sc->sis_type >= SIS_TYPE_66)
297 switch(sc->sis_type) {
444 switch (sc->sis_type) {
462 sc->sis_type);
    [all...]
pciidevar.h 113 u_int8_t sis_type; member in struct:pciide_softc

Completed in 14 milliseconds