home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ddkx86v2.zip / DDKX86 / DBCSDD / H_DBCS / VBIOS.H < prev    next >
Text File  |  1995-04-14  |  2KB  |  44 lines

  1. /*DDK*************************************************************************/
  2. /*                                                                           */
  3. /* COPYRIGHT    Copyright (C) 1995 IBM Corporation                           */
  4. /*                                                                           */
  5. /*    The following IBM OS/2 WARP source code is provided to you solely for  */
  6. /*    the purpose of assisting you in your development of OS/2 WARP device   */
  7. /*    drivers. You may use this code in accordance with the IBM License      */
  8. /*    Agreement provided in the IBM Device Driver Source Kit for OS/2. This  */
  9. /*    Copyright statement may not be removed.                                */
  10. /*                                                                           */
  11. /*****************************************************************************/
  12. /*
  13.  *      SCCSID = src/vdev/vbios/vbios.h, vbio, r205, 6421 92/07/15
  14.  *
  15.  *      Title:
  16.  *
  17.  *      VBIOS Virtual Device Driver defines
  18.  *
  19.  *      Description:
  20.  *
  21.  *      Modification:
  22.  *
  23.  * 92/10/06                     EAK  Created to install three VDH entries.
  24.  */
  25.  
  26. #define VBIOS_NAME                      "VBIOS"    // VBIOS VDD Name
  27.  
  28. /* defines for interVDD communication */
  29.  
  30. #define VBIOS_GET_POS_REG_STRUCT        0          // Command to get address
  31.                                                    // of POS reg. structure,
  32.                                                    // input buffer = NULL
  33.                                                    // address returned in
  34.                                                    // output buffer pointer
  35. #define VBIOS_GET_DISPLAYTYPE           1000       //command to get display  //J-YF005
  36.                                                    //type                    //J-YF005
  37.  
  38. #define DISPTYPE_VGA           0                                             //J-YF005
  39. //j-ys0922#define DISPTYPE_DSP2          1                                             //J-YF005
  40. #define DISPTYPE_DSP2_16       1                                        //j-ys0922
  41. #define DISPTYPE_DSP2_256      2                                        //j-ys0922
  42. #define DISPTYPE_UNDEFINED   255                                             //J-YF005
  43.  
  44.