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 172 char *cabletype; local
181 cabletype = prom_getpropstring(node, "cable-selection");
183 if (strcmp(cabletype, "tpe") == 0) {
185 } else if (strcmp(cabletype, "aui") == 0) {
dma_sbus.c 172 char *cabletype; local
181 cabletype = prom_getpropstring(node, "cable-selection");
183 if (strcmp(cabletype, "tpe") == 0) {
185 } else if (strcmp(cabletype, "aui") == 0) {

Completed in 51 milliseconds