Searched refs:bi_consoledev (Results 1 – 3 of 3) sorted by relevance
240 if (!strcmp(bootinfo.bi_consoledev, "PC16550")) { in consinit()253 panic("invalid console device %s", bootinfo.bi_consoledev); in consinit()
15 char bi_consoledev[CONSOLEDEV_LEN]; member
142 strncpy(bootinfo.bi_consoledev, consname, CONSOLEDEV_LEN); in main()