Home
last modified time | relevance | path

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

/NextBSD/sys/dev/fb/
HDvgareg.h65 #define VGA_MKMINOR(unit) (unit) macro
/NextBSD/sys/isa/
HDvga_isa.c210 error = fb_attach(VGA_MKMINOR(unit), sc->adp, &isavga_cdevsw); in isavga_attach()