VirtualBox

Ignore:
Timestamp:
Nov 26, 2010 4:30:44 PM (14 years ago)
Author:
vboxsync
Message:

Devices/Graphics, Additions: move the VBE I/O port-related definitions into a single shared header file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Graphics/BIOS/vbe.h

    r26495 r34399  
    33
    44#include "vgabios.h"
     5
     6#include <VBox/Hardware/VBoxVideoVBE.h>
    57
    68// DISPI helper function
     
    269271#define VBE_DIRECTCOLOR_RESERVED_BITS_AVAILABLE          0x02
    270272
    271 // GUEST <-> HOST Communication API
    272 
    273 // FIXME: either dynamicly ask host for this or put somewhere high in physical memory
    274 //        like 0xE0000000
    275 
    276 
    277   #define VBE_DISPI_BANK_ADDRESS          0xA0000
    278   #define VBE_DISPI_BANK_SIZE_KB          64
    279 
    280   #define VBE_DISPI_MAX_XRES              1024
    281   #define VBE_DISPI_MAX_YRES              768
    282 
    283   #define VBE_DISPI_IOPORT_INDEX          0x01CE
    284   #define VBE_DISPI_IOPORT_DATA           0x01CF
    285 
    286   #define VBE_DISPI_INDEX_ID              0x0
    287   #define VBE_DISPI_INDEX_XRES            0x1
    288   #define VBE_DISPI_INDEX_YRES            0x2
    289   #define VBE_DISPI_INDEX_BPP             0x3
    290   #define VBE_DISPI_INDEX_ENABLE          0x4
    291   #define VBE_DISPI_INDEX_BANK            0x5
    292   #define VBE_DISPI_INDEX_VIRT_WIDTH      0x6
    293   #define VBE_DISPI_INDEX_VIRT_HEIGHT     0x7
    294   #define VBE_DISPI_INDEX_X_OFFSET        0x8
    295   #define VBE_DISPI_INDEX_Y_OFFSET        0x9
    296 
    297   #define VBE_DISPI_ID0                   0xB0C0
    298   #define VBE_DISPI_ID1                   0xB0C1
    299   #define VBE_DISPI_ID2                   0xB0C2
    300   #define VBE_DISPI_ID3                   0xB0C3
    301   #define VBE_DISPI_ID4                   0xB0C4
    302 
    303   #define VBE_DISPI_DISABLED              0x00
    304   #define VBE_DISPI_ENABLED               0x01
    305   #define VBE_DISPI_GETCAPS               0x02
    306   #define VBE_DISPI_8BIT_DAC              0x20
    307   #define VBE_DISPI_LFB_ENABLED           0x40
    308   #define VBE_DISPI_NOCLEARMEM            0x80
    309 
    310   #define VBE_DISPI_LFB_PHYSICAL_ADDRESS  0xE0000000
    311 
    312273  /**
    313274   * VBE Bios Extra Data structure.
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette