HomeSort by: relevance | last modified time | path
    Searched defs:cont_type (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/isa/
nca_isa.c 178 int cont_type; local in function:nca_isa_find
201 for (cont_type = 1; cont_type <= MAX_NCA_CONTROLLER;
202 cont_type++) {
204 switch (cont_type) {
219 cont_type = 0;
226 epd->sc_host_type = cont_type;
227 return cont_type; /* This must be it */

Completed in 12 milliseconds