Remove all mention of the vga driver from the config logic.

This commit is contained in:
Adam Jackson 2008-03-04 10:59:24 -05:00
commit 95df04b744
2 changed files with 1 additions and 4 deletions

View file

@ -82,7 +82,6 @@ static int builtinLines = 0;
static const char *deviceList[] = {
"fbdev",
"vesa",
"vga",
NULL
};
@ -450,8 +449,6 @@ chooseVideoDriver(void)
if (chosen_driver == NULL) {
#if defined __i386__ || defined __amd64__ || defined __hurd__
chosen_driver = "vesa";
#elif defined __alpha__
chosen_driver = "vga";
#elif defined __sparc__
chosen_driver = "sunffb";
#else