tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

wsfb and console ?



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 <bouyer%antioche.eu.org@localhost>
     NetBSD: 26 ans d'experience feront toujours la difference
--


Home | Main Index | Thread Index | Old Index