home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ddkx86v2.zip / DDKX86 / DBCSDD / INC_DBCS / VBIOS.INC < prev    next >
Text File  |  1995-04-14  |  1KB  |  42 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. ;    Title:
  14. ;
  15. ;    VBIOS Virtual Device Driver defines
  16. ;
  17. ;    Description:
  18. ;
  19. ;    Modification:
  20. ;
  21. ;  92/10/06            EAK  Created to install three VDH entries.
  22. ;
  23.  
  24. VBIOS_NAME    EQU    "VBIOS"       ;VBIOS VDD Name
  25.  
  26. ; defines for interVDD communication
  27.  
  28. VBIOS_GET_POS_REG_STRUCT    EQU    0       ;Command to get address
  29.                            ;of POS reg. structure,
  30.                            ;input buffer = NULL
  31.                            ;address returned in
  32.                            ;output buffer pointer
  33. VBIOS_GET_DISPLAYTYPE    EQU    1000       ;command to get display  //J-YF005
  34.                            ;type            //J-YF005
  35.  
  36. DISPTYPE_VGA    EQU    0                          ;J-YF005
  37. ;j-ys0922DISPTYPE_DSP2    EQU    1                          //J-YF005
  38. DISPTYPE_DSP2_16    EQU    1                     ;j-ys0922
  39. DISPTYPE_DSP2_256    EQU    2                     ;j-ys0922
  40. DISPTYPE_UNDEFINED    EQU    255                        ;J-YF005
  41.  
  42.