Searched refs:cabletype (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/sys/dev/sbus/
H A Ddma_sbus.c194 char *cabletype; local
203 cabletype = getpropstring(node, "cable-selection");
205 if (strcmp(cabletype, "tpe") == 0) {
207 } else if (strcmp(cabletype, "aui") == 0) {

Completed in 112 milliseconds