vgabios: Move static_functionality[] from vgatables.c to vgabios.c.
[seabios.git] / vgasrc / vgatables.c
index e62b11ebd7dabe5b54c5bdfe97824f6a7a15b967..11e20e4ef5f4234f0e9cb612e749496b80b50a02 100644 (file)
@@ -396,24 +396,3 @@ stdvga_find_mode(int mode)
     }
     return NULL;
 }
-
-
-/****************************************************************
- * Static functionality table
- ****************************************************************/
-
-u8 static_functionality[0x10] VAR16 = {
- /* 0 */ 0xff,  // All modes supported #1
- /* 1 */ 0xe0,  // All modes supported #2
- /* 2 */ 0x0f,  // All modes supported #3
- /* 3 */ 0x00, 0x00, 0x00, 0x00,  // reserved
- /* 7 */ 0x07,  // 200, 350, 400 scan lines
- /* 8 */ 0x02,  // mamimum number of visible charsets in text mode
- /* 9 */ 0x08,  // total number of charset blocks in text mode
- /* a */ 0xe7,  // Change to add new functions
- /* b */ 0x0c,  // Change to add new functions
- /* c */ 0x00,  // reserved
- /* d */ 0x00,  // reserved
- /* e */ 0x00,  // Change to add new functions
- /* f */ 0x00   // reserved
-};