home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ddkx86v5.zip / DDKX86 / SRC / IBMGPMI / IPMIDATA.C < prev    next >
C/C++ Source or Header  |  1995-04-14  |  3KB  |  74 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.  *
  14.  * SOURCE FILE NAME = IPMIDATA.C
  15.  *
  16.  * DESCRIPTIVE NAME = IBMGPMI global and per instance data.
  17.  *
  18.  *
  19.  * VERSION = V2.1
  20.  *
  21.  * DATE
  22.  *
  23.  * DESCRIPTION
  24.  *
  25.  * FUNCTIONS
  26.  *
  27.  * NOTES
  28.  *
  29.  * STRUCTURES
  30.  *
  31.  * EXTERNAL REFERENCES
  32.  *
  33.  * EXTERNAL FUNCTIONS
  34.  *
  35. */
  36. #define CHIPS_INCL
  37. #include "ipmitype.h"
  38. OEMSVGAINFO SVGAHardware = {0};
  39. ULONG hScreenDD = 0;
  40. OEMINFO OEMHardware = {sizeof(OEMINFO),0,0L};
  41. USHORT DACType = 0;
  42. ULONG  flAdapterSupport = ADAPTER_NOT_SUPPORTED;
  43. BOOL   StealthOldScheme = FALSE;        /*            */
  44. ULONG    DIA_ClockTable[27] =
  45. {
  46.         0x045A8BC,                           // 00 - 25.175
  47.         0x04960AC,                           // 01 - 28.322
  48.         0x04BD8B5,                           // 02 - 31.5
  49.         0x04F54A1,                           // 03 - 36.0
  50.         0x043543D,                           // 04 - 40
  51.         0x043082A,                           // 05 - 44.9
  52.         0x045A83C,                           // 06 - 50.35
  53.         0x04FAC28,                           // 07 - 75.00
  54.         0x04D4423,                           // 09 - 65.0
  55.         0x04BD835,                           // 09 - 63.0
  56.         0x04FD82E,                           // 0A - 72.2
  57.         0x04FE42C,                           // 0B - 77.2
  58.         0x047542B,                           // 0C - 56.0
  59.         0x045D844,                           // 0D - 49.5
  60.         0x04FD82A,                           // 0E - 78.750
  61.         0x04D8028,                           // 0F - 67.500
  62. //                  0x045AC3C,                           // 10 - 50.800
  63.         0x045AC3D,                           // 10 - 50.800 V@.2SENJA
  64.         0x04BBC31,                           // 11 - 64.000
  65.         0x04F7020,                           // 12 - 80.000
  66.         0x043803A,                           // 13 - 47.25
  67.         0x0495428,                           // 14 - 60.00
  68.         0x04D0C19,                           // 15 - 74.25
  69.         0x041D03D,                           // 16 - 54.1
  70.         0x04CFC97,                           // 17 - 37.80
  71.         0x043B443                            // 18 - 46.5
  72. };
  73.  
  74.