Skip to content

Commit 987bdc8

Browse files
authored
Remove 'Cant boot' entries from pci_data.py
Removed entries indicating GPUs that cannot boot.
1 parent e229e14 commit 987bdc8

1 file changed

Lines changed: 0 additions & 41 deletions

File tree

oclp_r/datasets/pci_data.py

Lines changed: 0 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ class nvidia_ids:
2828
0x0194, # G80 [GeForce 8800 Ultra]
2929
0x019E, # G80GL [Quadro FX 4600]
3030
0x019D, # G80GL [Quadro FX 5600]
31-
0x1010, # Cant boot ,you can use it
3231
# G84
3332
0x0400, # G84 [8600 GTS]
3433
0x0401, # G84 [8600 GT]
@@ -46,7 +45,6 @@ class nvidia_ids:
4645
0x040D, # G84 [FX 1600M]
4746
0x040E, # G84 [FX 570]
4847
0x040F, # G84 [FX 1700]
49-
0x1011,# Cant boot ,you can use it
5048
# G86
5149
0x0420, # G86 [8400 SE]
5250
0x0421, # G86 [8500 GT]
@@ -64,7 +62,6 @@ class nvidia_ids:
6462
0x042D, # G86 [FX 360M]
6563
0x042E, # G86 [9300M G]
6664
0x042F, # G86 [NVS 290]
67-
0x1012, # Cant boot ,you can use it
6865
# G92
6966
0x0410, # G92 [GT 330]
7067
0x0600, # G92 [8800 GTS 512]
@@ -96,7 +93,6 @@ class nvidia_ids:
9693
0x061D, # G92 [FX 2800M]
9794
0x061E, # G92 [FX 3700M]
9895
0x061F, # G92 [FX 3800M]
99-
0x1013, # Cant boot ,you can use it
10096
# G94
10197
0x0621, # G94 [GT 230]
10298
0x0622, # G94 [9600 GT]
@@ -117,7 +113,6 @@ class nvidia_ids:
117113
0x0637, # G94 [9600 GT]
118114
0x0638, # G94 [FX 1800]
119115
0x063A, # G94 [FX 2700M]
120-
0x1014, # Cant boot ,you can use it
121116
# G96
122117
0x0640, # G96 [9500 GT]
123118
0x0641, # G96 [9400 GT]
@@ -143,7 +138,6 @@ class nvidia_ids:
143138
0x065B, # G96 [9400 GT]
144139
0x065C, # G96 [FX 770M]
145140
0x065F, # G96 [G210]
146-
0x1015, # Cant boot ,you can use it
147141
# G98
148142
0x06E0, # G98 [9300 GE]
149143
0x06E1, # G98 [9300 GS]
@@ -167,7 +161,6 @@ class nvidia_ids:
167161
0x06FB, # G98 [FX 370M]
168162
0x06FD, # G98 [NVS 295]
169163
0x06FF, # G98 [HICx16]
170-
0x1016, # Cant boot ,you can use it
171164
# GT200
172165
0x05E0, # GT200 [GTX 295]
173166
0x05E1, # GT200 [GTX 280]
@@ -184,7 +177,6 @@ class nvidia_ids:
184177
0x05FD, # GT200GL [Quadro FX 5800]
185178
0x05FE, # GT200GL [Quadro FX 4800]
186179
0x05FF, # GT200GL [Quadro FX 3800]
187-
0x1017, # Cant boot ,you can use it
188180
# MCP77 GPU
189181
0x0840, # MCP77 GPU [8200M]
190182
0x0844, # MCP77 GPU [9100M G]
@@ -198,7 +190,6 @@ class nvidia_ids:
198190
0x084C, # MCP77 GPU [980A/780A SLI]
199191
0x084D, # MCP77 GPU [750A SLI]
200192
0x084F, # MCP77 GPU [8100 / 720A]
201-
0x1018, # Cant boot ,you can use it
202193
# MCP79 GPU
203194
0x0860, # MCP79 GPU [9400]
204195
0x0861, # MCP79 GPU [9400]
@@ -225,7 +216,6 @@ class nvidia_ids:
225216
0x087D, # MCP79 GPU [ION]
226217
0x087E, # MCP79 GPU [ION LE]
227218
0x087F, # MCP79 GPU [ION LE]
228-
0x1019, # Cant boot ,you can use it
229219
# GT215
230220
0x0CA0, # GT215 [GT 330]
231221
0x0CA2, # GT215 [GT 320]
@@ -292,7 +282,6 @@ class nvidia_ids:
292282
0x08A2, # MCP89 GPU [320M]
293283
0x08A3, # MCP89 GPU [320M]
294284
0x08A4, # MCP89 GPU [320M]
295-
0x1023, # Cant boot ,you can use it
296285
]
297286

298287
fermi_ids = [
@@ -311,7 +300,6 @@ class nvidia_ids:
311300
0x06DD, # GF100 [4000]
312301
0x06DE, # GF100 [T20]
313302
0x06DF, # GF100 [M2070-Q]
314-
0x1111, # Cant drive,you can use it
315303
# GF104
316304
0x0E22, # GF104 [GTX 460]
317305
0x0E23, # GF104 [GTX 460 SE]
@@ -320,7 +308,6 @@ class nvidia_ids:
320308
0x0E31, # GF104 [GTX 485M]
321309
0x0E3A, # GF104 [3000M]
322310
0x0E3B, # GF104 [4000M]
323-
0x1112, # Cant boot ,you can use it
324311
# GF114
325312
0x1200, # GF114 [GTX 560 Ti]
326313
0x1201, # GF114 [GTX 560]
@@ -334,7 +321,6 @@ class nvidia_ids:
334321
0x1211, # GF114 [GTX 580M]
335322
0x1212, # GF114 [GTX 675M]
336323
0x1213, # GF114 [GTX 670M]
337-
0x1135, # Cant boot ,you can use it
338324
# GF106
339325
0x0DC0, # GF106 [GT 440]
340326
0x0DC4, # GF106 [GTS 450]
@@ -348,7 +334,6 @@ class nvidia_ids:
348334
0x0DD6, # GF106 [GT 550M]
349335
0x0DD8, # GF106 [2000]
350336
0x0DDA, # GF106 [2000M]
351-
0x1113,# Cant boot ,you can use it
352337
# GF116
353338
0x1241, # GF116 [GT 545 OEM]
354339
0x1243, # GF116 [GT 545]
@@ -361,7 +346,6 @@ class nvidia_ids:
361346
0x124B, # GF116 [GT 640 OEM]
362347
0x124D, # GF116 [GT 555M]
363348
0x1251, # GF116 [GTX 560M]
364-
0x1114, # Cant drive,you can use it
365349
# GF108
366350
0x0DE0, # GF108 [GT 440]
367351
0x0DE1, # GF108 [GT 430]
@@ -392,7 +376,6 @@ class nvidia_ids:
392376
0x0F00, # GF108 [GT 630]
393377
0x0F01, # GF108 [GT 620]
394378
0x0F02, # GF108 [GT 730]
395-
0x1115,# Cant drive,you can use it
396379
# GF110
397380
0x1080, # GF110 [GTX 580]
398381
0x1081, # GF110 [GTX 570]
@@ -407,7 +390,6 @@ class nvidia_ids:
407390
0x1096, # GF110GL [Tesla C2050 / C2075]
408391
0x109A, # GF110 [5010M]
409392
0x109B, # GF110 [7000]
410-
0x1116, # Cant drive,you can use it
411393
# GF119
412394
0x1040, # GF119 [GT 520]
413395
0x1042, # GF119 [510]
@@ -429,7 +411,6 @@ class nvidia_ids:
429411
0x105B, # GF119M [705M]
430412
0x107C, # GF119 [NVS 315]
431413
0x107D, # GF119 [NVS 310]
432-
0x1117,# Cant drive,you can use it
433414
# GF117
434415
0x1140, # GF117 [GT 620M]
435416
]
@@ -804,7 +785,6 @@ class amd_ids:
804785
gcn_7000_ids = [
805786
# GCN v1
806787
# AMDPitcairnGraphicsAccelerator - AMD7000Controller
807-
0x1222,# Cant drive,you can use it
808788
0x6800, # HD 7970M
809789
0x6801, # HD 8970M
810790
0x6806, # Unknown
@@ -837,7 +817,6 @@ class amd_ids:
837817
gcn_8000_ids = [
838818
# GCN v2
839819
# AMDBonaireGraphicsAccelerator - AMD8000Controller
840-
0x1223,# Cant drive,you can use it
841820
0x6640, # M6100
842821
0x6641, # HD 8930M
843822
0x6646, # R9 M280X / W6170M
@@ -853,7 +832,6 @@ class amd_ids:
853832
gcn_9000_ids = [
854833
# GCN v3
855834
# AMDFijiGraphicsAccelerator - AMD9000Controller
856-
0x1233,# Cant drive,you can use it
857835
0x7300, # R9 FURY / NANO
858836
0x730F, # Unknown
859837
# AMDTongaGraphicsAccelerator - AMD9000Controller
@@ -890,13 +868,11 @@ class amd_ids:
890868
0x67CA, # Unknown
891869
0x67CC, # Unknown
892870
0x67CF, # Unknown
893-
0x1234,# Cant boot ,you can use it
894871
]
895872

896873
polaris_spoof_ids = [
897874
# Polaris 12 (Lexa)
898875
0x6981, # Lexa XT [Radeon PRO WX 3200]
899-
0x4321, # Cant boot ,you can use it
900876
]
901877

902878
vega_ids = [
@@ -931,7 +907,6 @@ class amd_ids:
931907
0x66A3, # Pro Vega II/ Pro Vega II Duo
932908
0x66A7, # Unknown
933909
0x66AF, # VII
934-
0x5657, # Cant boot ,you can use it
935910
]
936911

937912
navi_ids = [
@@ -961,15 +936,13 @@ class amd_ids:
961936
0x73E3, # Pro W6600
962937
0x73FF, # 6600/6600 XT/6600M
963938
0x73E0, # Unknown
964-
0x7777,# Cant boot ,you can use it
965939
]
966940

967941
r500_ids = [
968942
0x7187, # X1300/X1550
969943
0x7146, # X1300/X1550
970944
0x71c5, # Mobile X1600
971945
0x7249, # X1900 XT
972-
0x8888,# Cant boot ,you can use it
973946
]
974947

975948
terascale_1_ids = [
@@ -1007,7 +980,6 @@ class amd_ids:
1007980
0x9552, # HD 4330/4350/4550 (mobile)
1008981
0x9553, # HD 4530/4570/545v (mobile)
1009982
0x94A0, # HD 4830
1010-
0x8989,# Cant boot ,you can use it
1011983
]
1012984

1013985
terascale_2_ids = [
@@ -1040,7 +1012,6 @@ class amd_ids:
10401012
0x6740, # HD 6730M/6770M/7690M XT
10411013
0x6741, # HD 6630M/6650M/6750M/7670M/7690M
10421014
0x6745, # Unknown
1043-
0x9099,# Cant boot ,you can use it
10441015
]
10451016

10461017

@@ -1051,19 +1022,16 @@ class intel_ids:
10511022
0x2592, # 915GM
10521023
0x2772, # 945G
10531024
0x27A2, # 945GM
1054-
0x8891,# Cant boot ,you can use it
10551025
]
10561026

10571027
gma_x3100_ids = [
10581028
0x2a02, # 965GM
1059-
0x8890,# Cant boot ,you can use it
10601029
]
10611030

10621031
iron_ids = [
10631032
# AppleIntelHDGraphics IDs
10641033
0x0044, # Unknown
10651034
0x0046, # HD Graphics
1066-
0x8887,# Cant boot ,you can use it
10671035
]
10681036

10691037
sandy_ids = [
@@ -1074,7 +1042,6 @@ class intel_ids:
10741042
0x0116, # HD Graphics 3000
10751043
0x0102, # HD Graphics 2000
10761044
0x0126, # HD Graphics 3000
1077-
0x8886,# Cant boot ,you can use it
10781045
]
10791046

10801047
ivy_ids = [
@@ -1084,7 +1051,6 @@ class intel_ids:
10841051
0x0156, # HD Graphics 2500
10851052
0x0162, # HD Graphics 4000
10861053
0x0166, # HD Graphics 4000
1087-
0x8885,# Cant boot ,you can use it
10881054
]
10891055

10901056
haswell_ids = [
@@ -1095,7 +1061,6 @@ class intel_ids:
10951061
0x0A2E, # Iris Graphics 5100
10961062
0x0D22, # Iris Pro Graphics 5200
10971063
0x0412, # HD Graphics 4600
1098-
0x8884,# Cant boot ,you can use it
10991064
]
11001065

11011066
broadwell_ids = [
@@ -1111,7 +1076,6 @@ class intel_ids:
11111076
0x1622, # Iris Pro Graphics 6200
11121077
0x1612, # HD Graphics 5600
11131078
0x162B, # Iris Graphics 6100
1114-
0x8883,# Cant boot ,you can use it
11151079
]
11161080

11171081
skylake_ids = [
@@ -1126,7 +1090,6 @@ class intel_ids:
11261090
0x1917, # Unknown
11271091
0x193B, # Iris Pro Graphics 580
11281092
0x191B, # HD Graphics 530
1129-
0x8882,# Cant boot ,you can use it
11301093
]
11311094

11321095
kaby_lake_ids = [
@@ -1139,7 +1102,6 @@ class intel_ids:
11391102
0x5926, # Iris Plus Graphics 640
11401103
0x5927, # Iris Plus Graphics 650
11411104
0x5923, # HD Graphics 635
1142-
0x8881,# Cant boot ,you can use it
11431105
]
11441106

11451107
coffee_lake_ids = [
@@ -1150,14 +1112,12 @@ class intel_ids:
11501112
0x3E92, # UHD Graphics 630
11511113
0x3E91, # UHD Graphics 630
11521114
0x3E98, # UHD Graphics 630
1153-
0x8880,# Cant boot ,you can use it
11541115
]
11551116

11561117
comet_lake_ids = [
11571118
0x9BC8, # UHD Graphics 630
11581119
0x9BC5, # UHD Graphics 630
11591120
0x9BC4, # UHD Graphics
1160-
0x8879,# Cant boot ,you can use it
11611121
]
11621122

11631123
ice_lake_ids = [
@@ -1172,7 +1132,6 @@ class intel_ids:
11721132
0x8A53, # Iris Plus Graphics G7
11731133
0x8A5A, # Iris Plus Graphics G4
11741134
0x8A5B, # Unknown
1175-
0x8878,# Cant boot ,you can use it
11761135
]
11771136

11781137
AppleIntel8254XEthernet = [

0 commit comments

Comments
 (0)