Hi,
sys/dev/wsfb/genfb.c has this in genfb_attach():
        if (!console) {
                aprint_normal_dev(&sc->sc_dev, "no console, unable to continue\n
");
                return -1;
        }

why is it so ?
I'd like to attach a framebuffer as wsfb, but the console
is on a serial device (and there's no keyboard/mouse at this time).

-- 
Manuel Bouyer <[email protected]>
     NetBSD: 26 ans d'experience feront toujours la difference
--

Reply via email to