[SeaBIOS] [PATCH 0/3] Rename vgatables.c to stdvgamodes.c

Kevin O'Connor kevin at koconnor.net
Mon Jan 16 06:39:21 CET 2012


Minor cleanup - almost everything in vgatables in specific to the
standard vga interface - name the file more clearly.

-Kevin


Kevin O'Connor (3):
  vgabios: Move static_functionality[] from vgatables.c to vgabios.c.
  vgabios: Move video_param_table definition to vgabios.c.
  vgabios: Rename vgatables.c to stdvgamodes.c.

 Makefile             |    2 +-
 vgasrc/stdvga.h      |    3 +-
 vgasrc/stdvgamodes.c |  362 +++++++++++++++++++++++++++++++++++++++++++
 vgasrc/vgabios.c     |   34 ++++-
 vgasrc/vgabios.h     |   20 ++-
 vgasrc/vgatables.c   |  419 --------------------------------------------------
 6 files changed, 413 insertions(+), 427 deletions(-)
 create mode 100644 vgasrc/stdvgamodes.c
 delete mode 100644 vgasrc/vgatables.c

-- 
1.7.6.4




More information about the SeaBIOS mailing list