Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/mac68k/obio/
H A Diwm_fd.c408 int matched, cfUnit; in fd_match() local
414 cfUnit = cfp->cf_loc[IWMCF_DRIVE]; in fd_match()
415 matched = (cfUnit == fdParams->unit || cfUnit == -1) ? 1 : 0; in fd_match()
418 fdParams->unit, cfUnit); in fd_match()