Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/vax/vsa/
H A Ddz_vsbus.c242 int diagcons; in dzcnprobe() local
250 diagcons = (vax_confdata & 0x20 ? 3 : 0); in dzcnprobe()
255 diagcons = (vax_confdata & 0x100 ? 3 : 0); in dzcnprobe()
260 diagcons = (vax_confdata & 8 ? 3 : 0); in dzcnprobe()
265 diagcons = 3; in dzcnprobe()
272 if (diagcons) in dzcnprobe()
276 cndev->cn_dev = makedev(cdevsw_lookup_major(&dz_cdevsw), diagcons); in dzcnprobe()