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

  /src/sys/dev/sbus/
dma_sbus.c 175 char *cabletype; local in function:dmaattach_sbus
184 cabletype = prom_getpropstring(node, "cable-selection");
186 if (strcmp(cabletype, "tpe") == 0) {
188 } else if (strcmp(cabletype, "aui") == 0) {
dma_sbus.c 175 char *cabletype; local in function:dmaattach_sbus
184 cabletype = prom_getpropstring(node, "cable-selection");
186 if (strcmp(cabletype, "tpe") == 0) {
188 } else if (strcmp(cabletype, "aui") == 0) {

Completed in 23 milliseconds