Home
last modified time | relevance | path

Searched refs:IS_DHU (Results 1 – 1 of 1) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/qbus/
H A Ddhu.c121 #define IS_DHU 16 /* Unibus DHU-11 board linecount */ macro
280 sc->sc_type = (c & DHU_STAT_DHU)? IS_DHU: IS_DHV; in dhu_attach()
283 if (sc->sc_type == IS_DHU && (c & DHU_STAT_MDL)) in dhu_attach()
287 sc->sc_type == IS_DHU ? "U" : "V"); in dhu_attach()
443 if (sc->sc_type == IS_DHU) { in dhuopen()