Advertisement
Guest User

Untitled

a guest
Feb 24th, 2017
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. /* Classes:
  2. 000 = PC/XT;
  3. Chipsets:
  4. 000 = IBM PC/XT;
  5. FF0 = Other PC/XT
  6. 002 = Partial compatibles;
  7. Chipsets:
  8. 000 = IBM PCjr;
  9. 010 = Tandy;
  10. 020 = Amstrad;
  11. 030 = Schneider;
  12. 040 = Olivetti;
  13. FF0 = Other/undetermined
  14. 003 = PS/x 808x;
  15. Chipsets:
  16. 000 = IBM PS/1;
  17. 001 = IBM PS/2
  18. 010 = AT and 286 clones;
  19. Chipsets:
  20. 000 = IBM;
  21. 010 = Chips & Technologies NEAT;
  22. 011 = Chips & Technologies SCAT;
  23. FF0 = Generic/Undetermined
  24. 013 = PS/x 286;
  25. Chipsets:
  26. 000 = IBM PS/1;
  27. 001 = IBM PS/2
  28. 020 = 386SX clones;
  29. Chipsets:
  30. 000 = IBM;
  31. 110 = Chips & Technologies NEAT;
  32. 111 = Chips & Technologies SCAT;
  33. 120 = ALi (Acer);
  34. 130 = Intel i82335;
  35. 140 = WD 76C10;
  36. 150 = Headland;
  37. 160 = OPTi 495;
  38. FF0 = Generic/Undetermined
  39. 021 = 386DX clones;
  40. 000 = IBM;
  41. 110 = Chips & Technologies NEAT;
  42. 111 = Chips & Technologies SCAT;
  43. 120 = ALi (Acer);
  44. 130 = Intel i82335;
  45. 140 = WD 76C10;
  46. 150 = Headland;
  47. 160 = OPTi 495;
  48. FF0 = Generic/Undetermined
  49. 023 = PS/x 386;
  50. Chipsets:
  51. 000 = IBM PS/1;
  52. 001 = IBM PS/2
  53. 030 = 486 ISA clones;
  54. Chipsets:
  55. 120 = ALi 1429;
  56. 170 = SiS 471;
  57. FF0 = Generic/Undetermined
  58. 034 = PS/x 486 (did such machines even exist?);
  59. Chipsets:
  60. 000 = IBM PS/1;
  61. 001 = IBM PS/2
  62. 038 = 486 PCI clones;
  63. 130 = Intel 420?X;
  64. 131 = Intel 420ZX;
  65. 170 = SiS 496/497;
  66. 180 = UMC UM8881F;
  67. FF0 = Generic/Undetermined;
  68. 040 = Pentium ISA machines;
  69. 048 = Pentium PCI machines;
  70. 130 = Intel 430LX;
  71. 131 = Intel 430NX;
  72. 132 = Intel 430FX;
  73. 133 = Intel 430HX;
  74. 134 = Intel 430VX;
  75. 135 = Intel 430TX;
  76. 170 = SiS 50x;
  77. 171 = SiS 55xx;
  78. 190 = VIA;
  79. FF0 = Generic/Undetermined;
  80. 058 = Pentium Pro PCI machines;
  81. 130 = Intel 440FX;
  82. 170 = SiS;
  83. FF0 = Generic/Undetermined
  84. 068 = Pentium II PCI machines;
  85. 130 = Intel 440BX;
  86. 170 = SiS;
  87. FF0 = Generic/Undetermined
  88. BIOS Manufacturers:
  89. 00 = IBM;
  90. 10 = Tandy;
  91. 20 = Schneider;
  92. 30 = Olivetti;
  93. 40 = Commodore;
  94. 50 = DTK;
  95. 60 = Central Point;
  96. 70 = Juko;
  97. 80 = Amstrad;
  98. 90 = AMI;
  99. 91 = AMI WinBios;
  100. A0 = Award;
  101. A1 = Phoenix (grouped under Award because of their eventual merger, for the sake of future-proofing);
  102. A2 = Phoenix Award;
  103. B0 = Microid Research;
  104. C0 = Quadtel;
  105. D0 = Gateway;
  106. E0 = Acer;
  107. F0 = Generic;
  108. F1 = Bochs;
  109. F2 = SeaBIOS */
  110.  
  111. /* Intel Advanced/EV: 0481329000
  112. Award 430VX PCI: 048134A000 */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement