[CDFS_NEW] Bugfix for f88fe43: don't delete devices twice on shutdown.
[reactos.git] / media / inf / machine.inf
1 ; MACHINE.INF
2
3 ; Installation file for machine internal stuff
4
5 [Version]
6 Signature = "$Windows NT$"
7 ;Signature = "$ReactOS$"
8 LayoutFile = layout.inf
9 Class = System
10 ClassGUID = {4D36E97D-E325-11CE-BFC1-08002BE10318}
11 Provider = %ReactOS%
12 DriverVer = 08/07/2006,1.02
13
14 [DestinationDirs]
15 DefaultDestDir = 12
16
17 [ClassInstall32.NT]
18 AddReg = SystemClass.NT.AddReg
19
20 [SystemClass.NT.AddReg]
21 HKR, , , 0, %SystemClassName%
22 HKR, , Icon, 0, "-27"
23
24 [Manufacturer]
25 %GenericMfg% = GenericMfg
26 %IntelMfg% = IntelMfg
27
28 [GenericMfg]
29 %*PNP0000.DeviceDesc% = NO_DRV,*PNP0000
30 %*PNP0001.DeviceDesc% = NO_DRV,*PNP0001
31 %*PNP0100.DeviceDesc% = NO_DRV,*PNP0100
32 %*PNP0103.DeviceDesc% = NO_DRV,*PNP0103
33 %*PNP0200.DeviceDesc% = NO_DRV,*PNP0200
34 %*PNP0800.DeviceDesc% = NO_DRV,*PNP0800
35 %*PNP0A00.DeviceDesc% = PCI_ISA_Inst,*PNP0A00
36 %*PNP0A03.DeviceDesc% = PCI_Inst,*PNP0A03
37 %*PNP0A05.DeviceDesc% = NO_DRV,*PNP0A05
38 %*PNP0A06.DeviceDesc% = NO_DRV,*PNP0A06
39 %*PNP0A08.DeviceDesc% = PCI_Inst,*PNP0A08
40 %*PNP0B00.DeviceDesc% = NO_DRV,*PNP0B00
41 %*PNP0C01.DeviceDesc% = NO_DRV,*PNP0C01
42 %*PNP0C02.DeviceDesc% = NO_DRV,*PNP0C02
43 %*PNP0C04.DeviceDesc% = NO_DRV,*PNP0C04
44 %*PNP0C0B.DeviceDesc% = NO_DRV,*PNP0C0B
45 %*PNP0C0C.DeviceDesc% = NO_DRV,*PNP0C0C
46 %*PNP0C0D.DeviceDesc% = NO_DRV,*PNP0C0D
47 %*PNP0C0E.DeviceDesc% = NO_DRV,*PNP0C0E
48 %*PNP0C0F.DeviceDesc% = NO_DRV,*PNP0C0F
49 %SWENUM.DeviceDesc% = SWENUM_Inst, ROOT\SWENUM
50
51 %ACPI\FixedButton.DeviceDesc% = NO_DRV,ACPI\FixedButton
52 %PCI\CC_0600.DeviceDesc% = NO_DRV,PCI\CC_0600
53 %PCI\CC_0601.DeviceDesc% = PCI_ISA_Inst,PCI\CC_0601
54 %PCI\CC_0604.DeviceDesc% = PCI_Inst,PCI\CC_0604
55 %*ThermalZone.DeviceDesc% = NO_DRV,*ThermalZone
56 %PCI\CC_0C05.DeviceDesc% = NO_DRV,PCI\CC_0C05
57
58 [IntelMfg]
59 %*INT0800.DeviceDesc% = NO_DRV,*INT0800
60 %PCI\VEN_8086&DEV_1237.DeviceDesc% = NO_DRV,PCI\VEN_8086&DEV_1237
61 %PCI\VEN_8086&DEV_2413.DeviceDesc% = NO_DRV,PCI\VEN_8086&DEV_2413
62 %PCI\VEN_8086&DEV_7000.DeviceDesc% = PCI_ISA_Inst,PCI\VEN_8086&DEV_7000
63 %PCI\VEN_8086&DEV_7110.DeviceDesc% = PCI_ISA_Inst,PCI\VEN_8086&DEV_7110
64 %PCI\VEN_8086&DEV_7113.DeviceDesc% = NO_DRV,PCI\VEN_8086&DEV_7113
65 %PCI\VEN_8086&DEV_7180.DeviceDesc% = NO_DRV,PCI\VEN_8086&DEV_7180
66 %PCI\VEN_8086&DEV_7190.DeviceDesc% = NO_DRV,PCI\VEN_8086&DEV_7190
67 %PCI\VEN_8086&DEV_7192.DeviceDesc% = NO_DRV,PCI\VEN_8086&DEV_7192
68
69 ;---------------------------- NO DRIVER REQ -----------------------------
70
71 [NO_DRV]
72
73 [NO_DRV.Services]
74 AddService = , 0x00000002
75
76 [NO_DRV.HW]
77
78
79 ;-------------------------- SWENUM BUS DRIVER --------------------------
80
81 [SWENUM_Inst.NT]
82 CopyFiles = SWENUM_CopyFiles.NT
83
84 [SWENUM_CopyFiles.NT]
85 swenum.sys
86
87 [SWENUM_Inst.NT.Services]
88 AddService = swenum, 0x00000002, SWENUM_Service_Inst
89
90 [SWENUM.CoInstallers]
91 AddReg = SWENUM_Inst_CoInstallers_AddReg
92 CopyFiles = SWENUM_Inst_CoInstallers_CopyFiles
93
94 [SWENUM_Inst_CoInstallers_AddReg]
95 HKR,,CoInstallers32,0x10000,"streamci.dll,SwEnumCoInstaller"
96
97 [SWENUM_Inst_CoInstallers_CopyFiles]
98 streamci.dll
99
100 [SWENUM_Service_Inst]
101 ServiceType = 1
102 StartType = 0
103 ErrorControl = 3
104 ServiceBinary = %12%\swenum.sys
105 LoadOrderGroup = Boot Bus Extender
106
107 ;-------------------------- PCI-ISA BUS DRIVER --------------------------
108
109 [PCI_ISA_Inst.NT]
110 CopyFiles = PCI_ISA_CopyFiles.NT
111
112 [PCI_ISA_CopyFiles.NT]
113 isapnp.sys
114
115 [PCI_ISA_Inst.NT.Services]
116 ;AddService = isapnp, 0x00000002, isapnp_Service_Inst
117 AddService = , 0x00000002
118
119 [isapnp_Service_Inst]
120 ServiceType = 1
121 StartType = 0
122 ErrorControl = 3
123 ServiceBinary = %12%\isapnp.sys
124 LoadOrderGroup = Boot Bus Extender
125
126 ;---------------------------- PCI BUS DRIVER ----------------------------
127
128 [PCI_Inst.NT]
129 CopyFiles = PCI_CopyFiles.NT
130
131 [PCI_CopyFiles.NT]
132 pci.sys
133
134 [PCI_Inst.NT.Services]
135 AddService = pci, 0x00000002, pci_Service_Inst
136
137 [pci_Service_Inst]
138 ServiceType = 1
139 StartType = 0
140 ErrorControl = 3
141 ServiceBinary = %12%\pci.sys
142 LoadOrderGroup = Boot Bus Extender
143
144 ;-------------------------------- STRINGS -------------------------------
145
146 [Strings]
147 ReactOS = "ReactOS Team"
148 SystemClassName = "System devices"
149
150 GenericMfg = "(Generic system devices)"
151 *PNP0000.DeviceDesc = "Programmable interrupt controller"
152 *PNP0001.DeviceDesc = "EISA programmable interrupt controller"
153 *PNP0100.DeviceDesc = "System timer"
154 *PNP0103.DeviceDesc = "High precision event timer"
155 *PNP0200.DeviceDesc = "DMA controller"
156 *PNP0800.DeviceDesc = "System speaker"
157 *PNP0A00.DeviceDesc = "ISA bus"
158 *PNP0A03.DeviceDesc = "PCI bus"
159 *PNP0A05.DeviceDesc = "Generic ACPI bus"
160 *PNP0A06.DeviceDesc = "Extended I/O Bus / Generic container Device"
161 *PNP0A08.DeviceDesc = "PCI bus"
162 *PNP0B00.DeviceDesc = "AT real-time clock"
163 *PNP0C01.DeviceDesc = "System board"
164 *PNP0C02.DeviceDesc = "Motherboard resources"
165 *PNP0C04.DeviceDesc = "Math coprocessor"
166 *PNP0C0B.DeviceDesc = "ACPI fan"
167 *PNP0C0C.DeviceDesc = "ACPI power button device"
168 *PNP0C0D.DeviceDesc = "ACPI lid"
169 *PNP0C0E.DeviceDesc = "ACPI sleep button device"
170 *PNP0C0F.DeviceDesc = "PCI interrupt link device"
171 ACPI\FixedButton.DeviceDesc = "ACPI fixed feature button"
172 PCI\CC_0600.DeviceDesc = "Standard CPU to PCI bridge"
173 PCI\CC_0601.DeviceDesc = "Standard PCI to ISA bridge"
174 PCI\CC_0604.DeviceDesc = "Standard PCI to PCI bridge"
175 *ThermalZone.DeviceDesc = "ACPI thermal zone"
176 PCI\CC_0C05.DeviceDesc = "SMBus Controller"
177 SWENUM.DeviceDesc = "Plug & Play Software Bus Enumerator"
178
179 IntelMfg = "Intel"
180 *INT0800.DeviceDesc = "Intel 82802 Firmware Hub Device"
181 PCI\VEN_8086&DEV_1237.DeviceDesc = "Intel 440FX - 82441FX PMC [Natoma]"
182 PCI\VEN_8086&DEV_2413.DeviceDesc = "Intel 82801AA SMBus"
183 PCI\VEN_8086&DEV_7000.DeviceDesc = "Intel 82371SB PIIX3 PCI to ISA Bridge"
184 PCI\VEN_8086&DEV_7110.DeviceDesc = "Intel 82371AB/EB PCI to ISA Bridge"
185 PCI\VEN_8086&DEV_7113.DeviceDesc = "Intel 82371AB/EB Power Management Controller"
186 PCI\VEN_8086&DEV_7180.DeviceDesc = "Intel 82443LX/EX Pentium(R) II CPU to PCI-Bridge"
187 PCI\VEN_8086&DEV_7190.DeviceDesc = "Intel 82443BX/ZX/DX Pentium(R) II CPU to PCI-Bridge"
188 PCI\VEN_8086&DEV_7192.DeviceDesc = "Intel 82443BX/ZX/DX Pentium(R) II CPU to PCI-Bridge"
189
190 [Strings.0405]
191 SystemClassName = "Systémová zařízení"
192
193 GenericMfg = "(Obecná systémová zařízení)"
194 *PNP0000.DeviceDesc = "Programovatelný řadič přerušení"
195 *PNP0001.DeviceDesc = "EISA programovatelný řadič přerušení"
196 *PNP0100.DeviceDesc = "Systémový časovač"
197 *PNP0103.DeviceDesc = "Časovač událostí s vysokou přesností"
198 *PNP0200.DeviceDesc = "DMA řadič"
199 *PNP0800.DeviceDesc = "Systémový reproduktor"
200 *PNP0A00.DeviceDesc = "ISA sběrnice"
201 *PNP0A03.DeviceDesc = "PCI sběrnice"
202 *PNP0A05.DeviceDesc = "Obecná ACPI sběrnice"
203 *PNP0A08.DeviceDesc = "PCI sběrnice"
204 *PNP0B00.DeviceDesc = "AT hodiny reálného času"
205 *PNP0C01.DeviceDesc = "Systémová deska"
206 *PNP0C02.DeviceDesc = "Zdroje základní desky"
207 *PNP0C04.DeviceDesc = "Matematický koprocesor"
208 *PNP0C0B.DeviceDesc = "ACPI ventilátor"
209 *PNP0C0C.DeviceDesc = "ACPI tlačítko napájení"
210 *PNP0C0D.DeviceDesc = "ACPI víko"
211 *PNP0C0E.DeviceDesc = "ACPI tlačítko spánku"
212 *PNP0C0F.DeviceDesc = "PCI linkové zařízení přerušení"
213 ACPI\FixedButton.DeviceDesc = "ACPI tlačítko s pevnou vlastností"
214 PCI\CC_0600.DeviceDesc = "Standardní most CPU na PCI"
215 PCI\CC_0601.DeviceDesc = "Standardní most PCI na ISA"
216 PCI\CC_0604.DeviceDesc = "Standardní most PCI na PCI"
217 *ThermalZone.DeviceDesc = "ACPI teplotní zóna"
218 PCI\CC_0C05.DeviceDesc = "SMBus řadič"
219 SWENUM.DeviceDesc = "Výčet zařízení podporujících Plug and Play"
220
221 IntelMfg = "Intel"
222 *INT0800.DeviceDesc = "Intel 82802 Firmware Hub Device"
223 PCI\VEN_8086&DEV_1237.DeviceDesc = "Intel 440FX - 82441FX PMC [Natoma]"
224 PCI\VEN_8086&DEV_2413.DeviceDesc = "Intel 82801AA SMBus"
225 PCI\VEN_8086&DEV_7000.DeviceDesc = "Most Intel 82371SB PIIX3 PCI na ISA"
226 PCI\VEN_8086&DEV_7110.DeviceDesc = "Most Intel 82371AB/EB PCI na ISA"
227 PCI\VEN_8086&DEV_7113.DeviceDesc = "Intel 82371AB/EB řadič power managementu"
228 PCI\VEN_8086&DEV_7180.DeviceDesc = "Most Intel 82443LX/EX Pentium(R) II CPU na PCI"
229 PCI\VEN_8086&DEV_7190.DeviceDesc = "Most Intel 82443BX/ZX/DX Pentium(R) II CPU na PCI"
230 PCI\VEN_8086&DEV_7192.DeviceDesc = "Most Intel 82443BX/ZX/DX Pentium(R) II CPU na PCI"
231
232 [Strings.0407]
233 SystemClassName = "Systemgeräte"
234
235 GenericMfg = "(Generische Systemgeräte)"
236 *PNP0000.DeviceDesc = "Programmierbarer Interrupt-Controller"
237 *PNP0001.DeviceDesc = "EISA programmierbarer Interrupt-Controller"
238 *PNP0800.DeviceDesc = "Systemlautsprecher"
239 *PNP0A00.DeviceDesc = "ISA Bus"
240 *PNP0A03.DeviceDesc = "PCI Bus"
241 *PNP0A05.DeviceDesc = "Generischer ACPI Bus"
242 *PNP0B00.DeviceDesc = "AT Echtzeituhr"
243 *PNP0C01.DeviceDesc = "Systemboard"
244 *PNP0C02.DeviceDesc = "Motherboard Ressourcen"
245 *PNP0C04.DeviceDesc = "mathematischer Koprozessor"
246 *PNP0C0B.DeviceDesc = "ACPI Ventilator"
247 PCI\CC_0600.DeviceDesc = "Standard CPU zu PCI Brücke"
248 PCI\CC_0601.DeviceDesc = "Standard PCI zu ISA Brücke"
249 PCI\CC_0604.DeviceDesc = "Standard PCI zu PCI Brücke"
250
251 PCI\VEN_8086&DEV_7000.DeviceDesc = "Intel 82371SB PIIX3 PCI zu ISA Brücke"
252 PCI\VEN_8086&DEV_7110.DeviceDesc = "Intel 82371AB/EB PCI zu ISA Brücke"
253 PCI\VEN_8086&DEV_7180.DeviceDesc = "Intel 82443LX/EX Pentium(R) II CPU zu PCI-Brücke"
254 PCI\VEN_8086&DEV_7190.DeviceDesc = "Intel 82443BX/ZX/DX Pentium(R) II CPU zu PCI-Brücke"
255 PCI\VEN_8086&DEV_7192.DeviceDesc = "Intel 82443BX/ZX/DX Pentium(R) II CPU zu PCI-Brücke"
256
257 [Strings.0408]
258 SystemClassName = "Συσκευές συστήματος"
259
260 GenericMfg = "(Πρότυπες συσκευές συστήματος)"
261 *PNP0000.DeviceDesc = "Programmable interrupt controller"
262 *PNP0001.DeviceDesc = "EISA programmable interrupt controller"
263 *PNP0100.DeviceDesc = "Χρονομέτρης συστήματος"
264 *PNP0200.DeviceDesc = "Ελεγκτής DMA"
265 *PNP0800.DeviceDesc = "Ηχείο συστήματος"
266 *PNP0A03.DeviceDesc = "PCI bus"
267 *PNP0A05.DeviceDesc = "Generic ACPI bus"
268 *PNP0B00.DeviceDesc = "AT real-time clock"
269 *PNP0C01.DeviceDesc = "System board"
270 *PNP0C02.DeviceDesc = "Motherboard resources"
271 *PNP0C04.DeviceDesc = "Math coprocessor"
272 *PNP0C0B.DeviceDesc = "Ανεμιστήρας ACPI"
273 *PNP0C0C.DeviceDesc = "ACPI power button device"
274 *PNP0C0D.DeviceDesc = "ACPI lid"
275 *PNP0C0E.DeviceDesc = "ACPI sleep button device"
276 *PNP0C0F.DeviceDesc = "PCI interrupt link device"
277 ACPI\FixedButton.DeviceDesc = "ACPI fixed feature button"
278 PCI\CC_0600.DeviceDesc = "Πρότυπη γέφυρα από CPU σε PCI"
279 PCI\CC_0601.DeviceDesc = "Πρότυπη γέφυρα από PCI σε ISA"
280 PCI\CC_0604.DeviceDesc = "Πρότυπη γέφυρα από PCI σε PCI"
281 *ThermalZone.DeviceDesc = "ACPI thermal zone"
282
283 IntelMfg = "Intel"
284 *INT0800.DeviceDesc = "Intel 82802 Firmware Hub Device"
285 PCI\VEN_8086&DEV_1237.DeviceDesc = "Intel 440FX - 82441FX PMC [Natoma]"
286 PCI\VEN_8086&DEV_2413.DeviceDesc = "Intel 82801AA SMBus"
287 PCI\VEN_8086&DEV_7000.DeviceDesc = "Intel 82371SB PIIX3 PCI σε ISA Γέφυρα"
288 PCI\VEN_8086&DEV_7110.DeviceDesc = "Intel 82371AB/EB PCI σε ISA Γέφυρα"
289 PCI\VEN_8086&DEV_7113.DeviceDesc = "Intel 82371AB/EB Power Management Controller"
290 PCI\VEN_8086&DEV_7180.DeviceDesc = "Intel 82443LX/EX Pentium(R) II CPU σε PCI γέφυρα"
291 PCI\VEN_8086&DEV_7190.DeviceDesc = "Intel 82443BX/ZX/DX Pentium(R) II CPU σε PCI-Γέφυρα"
292 PCI\VEN_8086&DEV_7192.DeviceDesc = "Intel 82443BX/ZX/DX Pentium(R) II CPU σε PCI-Γέφυρα"
293
294
295 [Strings.0a]
296 ReactOS = "Equipo de ReactOS"
297 SystemClassName = "Dispositivos del sistema"
298
299 GenericMfg = "(Dispositivos del sistema estándar)"
300 *PNP0000.DeviceDesc = "Controlador de interrupciones programable"
301 *PNP0001.DeviceDesc = "Controlador EISA de interrupciones programable"
302 *PNP0100.DeviceDesc = "Cronómetro del sistema"
303 *PNP0200.DeviceDesc = "Controlador de acceso directo a memoria"
304 *PNP0800.DeviceDesc = "Altavoz del sistema"
305 *PNP0A03.DeviceDesc = "Bus PCI"
306 *PNP0A05.DeviceDesc = "Bus ACPI estándar"
307 *PNP0B00.DeviceDesc = "Sistema CMOS/reloj en tiempo real"
308 *PNP0C01.DeviceDesc = "Placa base del sistema"
309 *PNP0C02.DeviceDesc = "Recursos de la placa base"
310 *PNP0C04.DeviceDesc = "Coprocesador matemático"
311 *PNP0C0B.DeviceDesc = "Ventilador ACPI"
312 *PNP0C0C.DeviceDesc = "Botón de energía ACPI"
313 *PNP0C0D.DeviceDesc = "Tapa ACPI"
314 *PNP0C0E.DeviceDesc = "Botón de suspensión ACPI"
315 *PNP0C0F.DeviceDesc = "Dispositivo de interrupción de enlaces PCI"
316 ACPI\FixedButton.DeviceDesc = "Botón de funcionalidad fija ACPI"
317 PCI\CC_0600.DeviceDesc = "Puente CPU-PCI estándar"
318 PCI\CC_0601.DeviceDesc = "Puente PCI-ISA estándar"
319 PCI\CC_0604.DeviceDesc = "Puente PCI-PCI estándar"
320 *ThermalZone.DeviceDesc = "Zona térmica ACPI"
321
322 IntelMfg = "Intel"
323 *INT0800.DeviceDesc = "Dispositivo concentrador Firmware Intel 82802"
324 PCI\VEN_8086&DEV_1237.DeviceDesc = "Intel 440FX - 82441FX PMC [Natoma]"
325 PCI\VEN_8086&DEV_2413.DeviceDesc = "Intel 82801AA SMBus"
326 PCI\VEN_8086&DEV_7000.DeviceDesc = "Intel 82371SB PIIX3 Puente PCI-ISA"
327 PCI\VEN_8086&DEV_7110.DeviceDesc = "Intel 82371AB/EB Puente PCI-ISA"
328 PCI\VEN_8086&DEV_7113.DeviceDesc = "Intel 82371AB/EB Controlador de gestión de encendido"
329 PCI\VEN_8086&DEV_7180.DeviceDesc = "Intel 82443LX/EX Pentium(R) II Puente CPU-PCI"
330 PCI\VEN_8086&DEV_7190.DeviceDesc = "Intel 82443BX/ZX/DX Pentium(R) II Puente CPU-PCI"
331 PCI\VEN_8086&DEV_7192.DeviceDesc = "Intel 82443BX/ZX/DX Pentium(R) II Puente CPU-PCI"
332
333
334 [Strings.040C]
335 SystemClassName = "Périphériques système"
336
337 GenericMfg = "(Périphériques systèmes génériques)"
338 *PNP0000.DeviceDesc = "Contrôleur d'interruptions programmable"
339 *PNP0001.DeviceDesc = "Contrôleur d'interruptions programmable EISA"
340 *PNP0100.DeviceDesc = "Horloge système"
341 *PNP0200.DeviceDesc = "Contrôleur DMA"
342 *PNP0800.DeviceDesc = "Haut parleur système"
343 *PNP0A03.DeviceDesc = "Bus PCI"
344 *PNP0A05.DeviceDesc = "Bus générique ACPI"
345 *PNP0B00.DeviceDesc = "Horloge temps réel AT"
346 *PNP0C01.DeviceDesc = "System board"
347 *PNP0C02.DeviceDesc = "Ressources carte mère"
348 *PNP0C04.DeviceDesc = "Coprocesseur mathématique"
349 *PNP0C0B.DeviceDesc = "Ventilateur ACPI"
350 *PNP0C0C.DeviceDesc = "Périphérique de bouton de tension ACPI"
351 *PNP0C0D.DeviceDesc = "ACPI lid"
352 *PNP0C0E.DeviceDesc = "Périphérique de bouton de veille ACPI"
353 *PNP0C0F.DeviceDesc = "Périphérique de lien d'interruption PCI"
354 ACPI\FixedButton.DeviceDesc = "Bouton de fonction définie ACPI"
355 PCI\CC_0600.DeviceDesc = "Pont standard CPU vers PCI"
356 PCI\CC_0601.DeviceDesc = "Pont standard PCI vers ISA"
357 PCI\CC_0604.DeviceDesc = "Pont standard PCI vers PCI"
358 *ThermalZone.DeviceDesc = "Zone thermique ACPI"
359
360 *INT0800.DeviceDesc = "Périphérique concentrateur à microprogramme Intel 82802"
361 PCI\VEN_8086&DEV_7000.DeviceDesc = "Pont Intel 82371SB PIIX3 PCI vers ISA"
362 PCI\VEN_8086&DEV_7110.DeviceDesc = "Pont Intel 82371AB/EB PCI vers ISA"
363 PCI\VEN_8086&DEV_7113.DeviceDesc = "Contrôleur de gestion de l'alimentation Intel 82371AB/EB"
364 PCI\VEN_8086&DEV_7180.DeviceDesc = "Pont Intel 82443LX/EX Processeur Pentium(R) II vers PCI"
365 PCI\VEN_8086&DEV_7190.DeviceDesc = "Pont Intel 82443BX/ZX/DX Processeur Pentium(R) II vers PCI"
366 PCI\VEN_8086&DEV_7192.DeviceDesc = "Pont Intel 82443BX/ZX/DX Processeur Pentium(R) II vers PCI"
367
368 [Strings.0411]
369 SystemClassName = "システム デバイス"
370
371 GenericMfg = "(標準 システム デバイス)"
372 *PNP0000.DeviceDesc = "プログラム可能割り込みコントローラ"
373 *PNP0001.DeviceDesc = "EISA プログラム可能割り込みコントローラ"
374 *PNP0100.DeviceDesc = "システム タイマー"
375 *PNP0200.DeviceDesc = "DMA コントローラ"
376 *PNP0800.DeviceDesc = "システム スピーカー"
377 *PNP0A03.DeviceDesc = "PCI バス"
378 *PNP0A05.DeviceDesc = "標準 ACPI バス"
379 *PNP0B00.DeviceDesc = "AT リアルタイム クロック"
380 *PNP0C01.DeviceDesc = "システム ボード"
381 *PNP0C02.DeviceDesc = "マザーボード リソース"
382 *PNP0C04.DeviceDesc = "演算 コプロセッサ"
383 *PNP0C0B.DeviceDesc = "ACPI ファン"
384 *PNP0C0C.DeviceDesc = "ACPI 電源ボタン デバイス"
385 *PNP0C0D.DeviceDesc = "ACPI lid"
386 *PNP0C0E.DeviceDesc = "ACPI スリープボタン デバイス"
387 *PNP0C0F.DeviceDesc = "PCI 割り込みリンクデバイス"
388 ACPI\FixedButton.DeviceDesc = "ACPI 固定 機能 ボタン"
389 PCI\CC_0600.DeviceDesc = "スタンダード CPU to PCI ブリッジ"
390 PCI\CC_0601.DeviceDesc = "スタンダード PCI to ISA ブリッジ"
391 PCI\CC_0604.DeviceDesc = "スタンダード PCI to PCI ブリッジ"
392 *ThermalZone.DeviceDesc = "ACPI サーマル ゾーン"
393
394 IntelMfg = "Intel"
395 *INT0800.DeviceDesc = "Intel 82802 ファームウェア ハブ デバイス"
396 PCI\VEN_8086&DEV_1237.DeviceDesc = "Intel 440FX - 82441FX PMC [Natoma]"
397 PCI\VEN_8086&DEV_2413.DeviceDesc = "Intel 82801AA SMBus"
398 PCI\VEN_8086&DEV_7000.DeviceDesc = "Intel 82371SB PIIX3 PCI to ISA ブリッジ"
399 PCI\VEN_8086&DEV_7110.DeviceDesc = "Intel 82371AB/EB PCI to ISA ブリッジ"
400 PCI\VEN_8086&DEV_7113.DeviceDesc = "Intel 82371AB/EB 電源管理 コントローラ"
401 PCI\VEN_8086&DEV_7180.DeviceDesc = "Intel 82443LX/EX Pentium(R) II CPU to PCI ブリッジ"
402 PCI\VEN_8086&DEV_7190.DeviceDesc = "Intel 82443BX/ZX/DX Pentium(R) II CPU to PCI ブリッジ"
403 PCI\VEN_8086&DEV_7192.DeviceDesc = "Intel 82443BX/ZX/DX Pentium(R) II CPU to PCI ブリッジ"
404
405 [Strings.0415]
406 ReactOS = "Ekipa ReactOS"
407 SystemClassName = "Urządzenia systemowe"
408
409 GenericMfg = "(Standardowe urządzenia systemowe)"
410 *PNP0000.DeviceDesc = "Programowalny kontroler przerwań"
411 *PNP0001.DeviceDesc = "Programowalny kontroler przerwań EISA"
412 *PNP0100.DeviceDesc = "Czasomierz systemowy"
413 *PNP0103.DeviceDesc = "Czasomierz zdarzeniowy wysokiej precyzji"
414 *PNP0200.DeviceDesc = "Kontroler DMA"
415 *PNP0800.DeviceDesc = "Głośnik systemowy"
416 *PNP0A00.DeviceDesc = "Magistrala ISA"
417 *PNP0A03.DeviceDesc = "Magistrala PCI"
418 *PNP0A05.DeviceDesc = "Generic ACPI bus"
419 *PNP0B00.DeviceDesc = "Zegar czasu rzeczywistego AT"
420 *PNP0C01.DeviceDesc = "Płyta głowna"
421 *PNP0C02.DeviceDesc = "Zasoby płyty głównej"
422 *PNP0C04.DeviceDesc = "Processor numeryczny"
423 *PNP0C0B.DeviceDesc = "Wentylator ACPI"
424 *PNP0C0C.DeviceDesc = "Przycisk zasilania ACPI"
425 *PNP0C0D.DeviceDesc = "Pokrywa ACPI"
426 *PNP0C0E.DeviceDesc = "Przycisk zasypiania ACPI"
427 *PNP0C0F.DeviceDesc = "Urządzenie PCI interrupt link"
428 ACPI\FixedButton.DeviceDesc = "Przycisk ACPI Fixed Feature"
429 PCI\CC_0600.DeviceDesc = "Standardowy mostek CPU do PCI"
430 PCI\CC_0601.DeviceDesc = "Standardowy mostek PCI do ISA"
431 PCI\CC_0604.DeviceDesc = "Standardowy mostek PCI do PCI"
432 *ThermalZone.DeviceDesc = "Strefa termiczna ACPI"
433 PCI\CC_0C05.DeviceDesc = "Kontroler SMBus"
434
435 IntelMfg = "Intel"
436 *INT0800.DeviceDesc = "Urządzenie Intel 82802 Firmware Hub"
437 PCI\VEN_8086&DEV_1237.DeviceDesc = "Intel 440FX - 82441FX PMC [Natoma]"
438 PCI\VEN_8086&DEV_2413.DeviceDesc = "Intel 82801AA SMBus"
439 PCI\VEN_8086&DEV_7000.DeviceDesc = "Mostek Intel 82371SB PIIX3 PCI do ISA"
440 PCI\VEN_8086&DEV_7110.DeviceDesc = "Mostek Intel 82371AB/EB PCI do ISA"
441 PCI\VEN_8086&DEV_7113.DeviceDesc = "Kontroler zarządzania zasilaniem Intel 82371AB/EB"
442 PCI\VEN_8086&DEV_7180.DeviceDesc = "Mostek Intel 82443LX/EX Pentium(R) II CPU do PCI"
443 PCI\VEN_8086&DEV_7190.DeviceDesc = "Mostek Intel 82443BX/ZX/DX Pentium(R) II CPU do PCI"
444 PCI\VEN_8086&DEV_7192.DeviceDesc = "Mostek Intel 82443BX/ZX/DX Pentium(R) II CPU do PCI"
445
446 [Strings.0416]
447 SystemClassName = "Dispositivos de sistema"
448
449 GenericMfg = "(Dispositivos de sistema padrão)"
450 *PNP0000.DeviceDesc = "Controlador de interrupção programável"
451 *PNP0001.DeviceDesc = "Controlador de interrupção programável EISA"
452 *PNP0100.DeviceDesc = "Timer do sistema"
453 *PNP0200.DeviceDesc = "Controlador de acceso direto à memória"
454 *PNP0800.DeviceDesc = "Alto-falante do sistema"
455 *PNP0A03.DeviceDesc = "PCI bus"
456 *PNP0A05.DeviceDesc = "Barramento genérico"
457 *PNP0B00.DeviceDesc = "CMOS do sistema/relógio em tempo real"
458 *PNP0C01.DeviceDesc = "Placa de sistema"
459 *PNP0C02.DeviceDesc = "Recursos da placa-mãe"
460 *PNP0C04.DeviceDesc = "Procesador de dados numéricos"
461 *PNP0C0B.DeviceDesc = "Ventilador ACPI"
462 *PNP0C0C.DeviceDesc = "Botão ligar/desligar ACPI"
463 *PNP0C0D.DeviceDesc = "Tampa ACPI"
464 *PNP0C0E.DeviceDesc = "Botão dormir ACPI"
465 *PNP0C0F.DeviceDesc = "Dispositivo de interrupção de ligações PCI"
466 ACPI\FixedButton.DeviceDesc = "Botão de recurso fixo ACPI"
467 PCI\CC_0600.DeviceDesc = "Ponte padrão CPU - PCI"
468 PCI\CC_0601.DeviceDesc = "Ponte PCI - ISA"
469 PCI\CC_0604.DeviceDesc = "Ponte PCI - PCI"
470 *ThermalZone.DeviceDesc = "Zona termal ACPI"
471
472 IntelMfg = "Intel"
473 *INT0800.DeviceDesc = "Dispositivo concentrador Firmware Intel 82802"
474 PCI\VEN_8086&DEV_1237.DeviceDesc = "Intel 440FX - 82441FX PMC [Natoma]"
475 PCI\VEN_8086&DEV_2413.DeviceDesc = "Intel 82801AA SMBus"
476 PCI\VEN_8086&DEV_7000.DeviceDesc = "Intel 82371SB PIIX3 Ponte PCI - ISA"
477 PCI\VEN_8086&DEV_7110.DeviceDesc = "Intel 82371AB/EB Ponte PCI - ISA"
478 PCI\VEN_8086&DEV_7113.DeviceDesc = "Intel 82371AB/EB Controlador de gerenciamento de energia"
479 PCI\VEN_8086&DEV_7180.DeviceDesc = "Intel 82443LX/EX Pentium(R) II Ponte CPU - PCI"
480 PCI\VEN_8086&DEV_7190.DeviceDesc = "Intel 82443BX/ZX/DX Pentium(R) II Ponte CPU - PCI"
481 PCI\VEN_8086&DEV_7192.DeviceDesc = "Intel 82443BX/ZX/DX Pentium(R) II Ponte CPU - PCI"
482
483 [Strings.0418]
484 ReactOS = "Echipa ReactOS"
485 SystemClassName = "Dispozitive de sistem"
486 GenericMfg = "(dispozitiv generic de sistem)"
487 *PNP0000.DeviceDesc = "Dispozitiv programabil de control întreruperi"
488 *PNP0001.DeviceDesc = "Dispozitiv programabil EISA de control întreruperi"
489 *PNP0100.DeviceDesc = "Cronometru de sistem"
490 *PNP0103.DeviceDesc = "Cronometru de înaltă precizie pentru evenimente"
491 *PNP0200.DeviceDesc = "Dispozitiv de control DMA"
492 *PNP0800.DeviceDesc = "Difuzor intern de sistem"
493 *PNP0A00.DeviceDesc = "Magistrală ISA"
494 *PNP0A03.DeviceDesc = "Magistrală PCI"
495 *PNP0A05.DeviceDesc = "Magistrală ACPI generică"
496 *PNP0A06.DeviceDesc = "Dispozitiv recipient generic / Magistrală In/Ex Extinsă"
497 *PNP0A08.DeviceDesc = "Magistrală PCI"
498 *PNP0B00.DeviceDesc = "Ceas AT de timp real"
499 *PNP0C01.DeviceDesc = "Placă de sistem"
500 *PNP0C02.DeviceDesc = "Resurse placă de bază"
501 *PNP0C04.DeviceDesc = "Coprocesor matematic"
502 *PNP0C0B.DeviceDesc = "Ventilator ACPI"
503 *PNP0C0C.DeviceDesc = "Dispozitiv buton de alimentare ACPI"
504 *PNP0C0D.DeviceDesc = "Capac ACPI"
505 *PNP0C0E.DeviceDesc = "Dispozitiv buton de repaus ACPI"
506 *PNP0C0F.DeviceDesc = "Dispozitiv de întrerupere legătură PCI"
507 ACPI\FixedButton.DeviceDesc = "Buton de funcție fixă ACPI"
508 PCI\CC_0600.DeviceDesc = "Punte standard CPU spre PCI"
509 PCI\CC_0601.DeviceDesc = "Punte standard PCI spre ISA"
510 PCI\CC_0604.DeviceDesc = "Punte standard PCI spre PCI"
511 *ThermalZone.DeviceDesc = "Zonă termală ACPI"
512 PCI\CC_0C05.DeviceDesc = "Dispozitiv de control magistrală SM"
513 SWENUM.DeviceDesc = "Enumerator logic de magistrală P&P"
514 IntelMfg = "Intel"
515 *INT0800.DeviceDesc = "Dispozitiv nod firmware Intel 82802"
516 PCI\VEN_8086&DEV_1237.DeviceDesc = "Intel 440FX - 82441FX PMC [Natoma]"
517 PCI\VEN_8086&DEV_2413.DeviceDesc = "Magistrală SM Intel 82801AA"
518 PCI\VEN_8086&DEV_7000.DeviceDesc = "Punte Intel 82371SB PIIX3 PCI spre ISA"
519 PCI\VEN_8086&DEV_7110.DeviceDesc = "Punte Intel 82371AB/EB PCI spre ISA"
520 PCI\VEN_8086&DEV_7113.DeviceDesc = "Dispozitiv de gestiune consum Intel 82371AB/EB"
521 PCI\VEN_8086&DEV_7180.DeviceDesc = "Punte Intel 82443LX/EX Pentium(R) II CPU spre PCI"
522 PCI\VEN_8086&DEV_7190.DeviceDesc = "Punte Intel 82443BX/ZX/DX Pentium(R) II CPU to PCI"
523 PCI\VEN_8086&DEV_7192.DeviceDesc = "Punte Intel 82443BX/ZX/DX Pentium(R) II CPU to PCI"
524
525 [Strings.0419]
526 SystemClassName = "Системные устройства"
527
528 GenericMfg = "(Стандартные системные устройства)"
529 *PNP0000.DeviceDesc = "Программируемый контроллер прерываний"
530 *PNP0001.DeviceDesc = "Программируемый контроллер прерываний EISA"
531 *PNP0100.DeviceDesc = "Системный таймер"
532 *PNP0200.DeviceDesc = "Контроллер DMA"
533 *PNP0800.DeviceDesc = "Системный динамик"
534 *PNP0A03.DeviceDesc = "Шина PCI"
535 *PNP0A05.DeviceDesc = "Стандартная шина ACPI"
536 *PNP0B00.DeviceDesc = "Часы реального времени AT"
537 *PNP0C01.DeviceDesc = "Системная плата"
538 *PNP0C02.DeviceDesc = "Ресурсы системной платы"
539 *PNP0C04.DeviceDesc = "Математический сопроцессор"
540 *PNP0C0B.DeviceDesc = "ACPI вентилятор"
541 *PNP0C0C.DeviceDesc = "Кнопка включения питания ACPI"
542 *PNP0C0D.DeviceDesc = "Крышка ACPI"
543 *PNP0C0E.DeviceDesc = "Кнопка спящего режима ACPI"
544 *PNP0C0F.DeviceDesc = "Контроллер прервываний PCI"
545 ACPI\FixedButton.DeviceDesc = "Кнопка фиксированной возможности ACPI"
546 PCI\CC_0600.DeviceDesc = "Стандартный процессор на мосте PCI"
547 PCI\CC_0601.DeviceDesc = "Стандартный PCI на ISA мосте"
548 PCI\CC_0604.DeviceDesc = "Стандартный PCI на PCI мосте"
549 *ThermalZone.DeviceDesc = "Термальная зона ACPI"
550
551 *INT0800.DeviceDesc = "Устройство Intel 82802 Firmware Hub"
552 PCI\VEN_8086&DEV_1237.DeviceDesc = "Intel 440FX - 82441FX PMC [Natoma]"
553 PCI\VEN_8086&DEV_2413.DeviceDesc = "Intel 82801AA SMBus"
554 PCI\VEN_8086&DEV_7000.DeviceDesc = "Intel 82371SB PIIX3 PCI на ISA мосте"
555 PCI\VEN_8086&DEV_7110.DeviceDesc = "Intel 82371AB/EB PCI на ISA мосте"
556 PCI\VEN_8086&DEV_7113.DeviceDesc = "Контроллер управления питанием Intel 82371AB/EB"
557 PCI\VEN_8086&DEV_7180.DeviceDesc = "Intel 82443LX/EX Pentium(R) II CPU на PCI мосте"
558 PCI\VEN_8086&DEV_7190.DeviceDesc = "Intel 82443BX/ZX/DX Pentium(R) II CPU на PCI мосте"
559 PCI\VEN_8086&DEV_7192.DeviceDesc = "Intel 82443BX/ZX/DX Pentium(R) II CPU на PCI мосте"
560
561 [Strings.041B]
562 SystemClassName = "Systémové zariadenia"
563
564 GenericMfg = "(Generické systémové zariadenia)"
565 *PNP0000.DeviceDesc = "Programmable interrupt controller"
566 *PNP0001.DeviceDesc = "EISA programmable interrupt controller"
567 *PNP0100.DeviceDesc = "Systémový časovač"
568 *PNP0200.DeviceDesc = "Radič DMA"
569 *PNP0800.DeviceDesc = "Systémový reproduktor"
570 *PNP0A03.DeviceDesc = "Zbernica PCI"
571 *PNP0A05.DeviceDesc = "Generická zbernica ACPI"
572 *PNP0B00.DeviceDesc = "AT real-time clock"
573 *PNP0C01.DeviceDesc = "System board"
574 *PNP0C02.DeviceDesc = "Motherboard resources"
575 *PNP0C04.DeviceDesc = "Matematický koprocesor"
576 *PNP0C0B.DeviceDesc = "Ventilátor ACPI"
577 *PNP0C0C.DeviceDesc = "ACPI power button device"
578 *PNP0C0D.DeviceDesc = "ACPI lid"
579 *PNP0C0E.DeviceDesc = "ACPI sleep button device"
580 *PNP0C0F.DeviceDesc = "PCI interrupt link device"
581 ACPI\FixedButton.DeviceDesc = "ACPI fixed feature button"
582 PCI\CC_0600.DeviceDesc = "Štandardný most CPU na PCI"
583 PCI\CC_0601.DeviceDesc = "Štandardný most PCI na ISA"
584 PCI\CC_0604.DeviceDesc = "Štandardný most PCI na PCI"
585 *ThermalZone.DeviceDesc = "ACPI thermal zone"
586
587 *INT0800.DeviceDesc = "Intel 82802 Firmware Hub Device"
588 PCI\VEN_8086&DEV_1237.DeviceDesc = "Intel 440FX - 82441FX PMC [Natoma]"
589 PCI\VEN_8086&DEV_2413.DeviceDesc = "Intel 82801AA SMBus"
590 PCI\VEN_8086&DEV_7000.DeviceDesc = "Most Intel 82371SB PIIX3 PCI na ISA"
591 PCI\VEN_8086&DEV_7110.DeviceDesc = "Most Intel 82371AB/EB PCI na ISA"
592 PCI\VEN_8086&DEV_7113.DeviceDesc = "Intel 82371AB/EB Power Management Controller"
593 PCI\VEN_8086&DEV_7180.DeviceDesc = "Most Intel 82443LX/EX Pentium(R) II CPU na PCI"
594 PCI\VEN_8086&DEV_7190.DeviceDesc = "Most Intel 82443BX/ZX/DX Pentium(R) II CPU na PCI"
595 PCI\VEN_8086&DEV_7192.DeviceDesc = "Most Intel 82443BX/ZX/DX Pentium(R) II CPU na PCI"
596
597 [Strings.041f]
598 ReactOS = "ReactOS Takımı"
599 SystemClassName = "Dizge Aygıtları"
600
601 GenericMfg = "(Umûmî Dizge Aygıtları)"
602 *PNP0000.DeviceDesc = "İzlencelenebilir Kesme Denetleyicisi"
603 *PNP0001.DeviceDesc = "EISA İzlencelenebilir Kesme Denetleyicisi"
604 *PNP0100.DeviceDesc = "Dizge Saati"
605 *PNP0103.DeviceDesc = "Yüksek Duyarlıklı Olay Saati"
606 *PNP0200.DeviceDesc = "DMA Denetleyicisi"
607 *PNP0800.DeviceDesc = "Dizge Hoparlörü"
608 *PNP0A00.DeviceDesc = "ISA Veriyolu"
609 *PNP0A03.DeviceDesc = "PCI Veriyolu"
610 *PNP0A05.DeviceDesc = "Umûmî ACPI Veriyolu"
611 *PNP0A08.DeviceDesc = "PCI Veriyolu"
612 *PNP0B00.DeviceDesc = "AT Gerçek Zamanlı Saat"
613 *PNP0C01.DeviceDesc = "Dizge Kartı"
614 *PNP0C02.DeviceDesc = "Anakart Kaynakları"
615 *PNP0C04.DeviceDesc = "Uz Bilimlik Yardımcı İşlemci"
616 *PNP0C0B.DeviceDesc = "ACPI Pervâne"
617 *PNP0C0C.DeviceDesc = "ACPI Güç Düğmesi Aygıtı"
618 *PNP0C0D.DeviceDesc = "ACPI Kapak"
619 *PNP0C0E.DeviceDesc = "ACPI Uyku Düğmesi Aygıtı"
620 *PNP0C0F.DeviceDesc = "PCI Kesme Bağlantı Aygıtı"
621 ACPI\FixedButton.DeviceDesc = "ACPI Sâbit Husûsîyet Düğmesi"
622 PCI\CC_0600.DeviceDesc = "Ölçünlü CPU'dan PCI'ya Köprü"
623 PCI\CC_0601.DeviceDesc = "Ölçünlü PCI'dan ISA'ya Köprü"
624 PCI\CC_0604.DeviceDesc = "Ölçünlü PCI'dan PCI'ya Köprü"
625 *ThermalZone.DeviceDesc = "ACPI Isı Bölgesi"
626 PCI\CC_0C05.DeviceDesc = "SMBus Denetleyicisi"
627 SWENUM.DeviceDesc = "Tak ve Çalıştır Yazılım Veriyolu Numaralandırıcısı"
628
629 IntelMfg = "Intel"
630 *INT0800.DeviceDesc = "Intel 82802 Bellenim Göbek Aygıtı"
631 PCI\VEN_8086&DEV_1237.DeviceDesc = "Intel 440FX - 82441FX PMC [Natoma]"
632 PCI\VEN_8086&DEV_2413.DeviceDesc = "Intel 82801AA SMBus"
633 PCI\VEN_8086&DEV_7000.DeviceDesc = "Intel 82371SB PIIX3 PCI'dan ISA'ya Köprü"
634 PCI\VEN_8086&DEV_7110.DeviceDesc = "Intel 82371AB/EB PCI'dan ISA'ya Köprü"
635 PCI\VEN_8086&DEV_7113.DeviceDesc = "Intel 82371AB/EB Güç Yönetimi Denetleyicisi"
636 PCI\VEN_8086&DEV_7180.DeviceDesc = "Intel 82443LX/EX Pentium(R) II CPU'dan PCI'ya Köprü"
637 PCI\VEN_8086&DEV_7190.DeviceDesc = "Intel 82443BX/ZX/DX Pentium(R) II CPU'dan PCI'ya Köprü"
638 PCI\VEN_8086&DEV_7192.DeviceDesc = "Intel 82443BX/ZX/DX Pentium(R) II CPU'dan PCI'ya Köprü"
639
640 [Strings.0422]
641 ReactOS = "Команда ReactOS"
642 SystemClassName = "Системні пристрої"
643
644 GenericMfg = "(Стандартні системні пристрої)"
645 *PNP0000.DeviceDesc = "Програмований контроллер переривань"
646 *PNP0001.DeviceDesc = "Програмований контроллер переривань EISA"
647 *PNP0100.DeviceDesc = "Системний таймер"
648 *PNP0103.DeviceDesc = "Таймер подій високої точності"
649 *PNP0200.DeviceDesc = "Контроллер DMA"
650 *PNP0800.DeviceDesc = "Системний динамік"
651 *PNP0A00.DeviceDesc = "Шина ISA"
652 *PNP0A03.DeviceDesc = "Шина PCI"
653 *PNP0A05.DeviceDesc = "Стандартна шина ACPI"
654 *PNP0B00.DeviceDesc = "Годинник реального часу AT"
655 *PNP0C01.DeviceDesc = "Системна плата"
656 *PNP0C02.DeviceDesc = "Ресурси системної плати"
657 *PNP0C04.DeviceDesc = "Математичний співпроцесор"
658 *PNP0C0B.DeviceDesc = "ACPI вентилятор"
659 *PNP0C0C.DeviceDesc = "Кнопка ввімкнення живлення ACPI"
660 *PNP0C0D.DeviceDesc = "Кришка ACPI"
661 *PNP0C0E.DeviceDesc = "Кнопка сплячого режиму ACPI"
662 *PNP0C0F.DeviceDesc = "Контроллер переривань PCI"
663 ACPI\FixedButton.DeviceDesc = "Кнопка фіксованої можливості ACPI"
664 PCI\CC_0600.DeviceDesc = "Стандартний міст CPU на PCI"
665 PCI\CC_0601.DeviceDesc = "Стандартний міст PCI на ISA"
666 PCI\CC_0604.DeviceDesc = "Стандартний міст PCI на PCI"
667 *ThermalZone.DeviceDesc = "Термальна зона ACPI"
668 PCI\CC_0C05.DeviceDesc = "Контроллер SMBus"
669
670 *INT0800.DeviceDesc = "Пристрій Intel 82802 Firmware Hub"
671
672 PCI\VEN_8086&DEV_7000.DeviceDesc = "Міст Intel 82371SB PIIX3 PCI на ISA"
673 PCI\VEN_8086&DEV_7110.DeviceDesc = "Міст Intel 82371AB/EB PCI на ISA"
674 PCI\VEN_8086&DEV_7113.DeviceDesc = "Контроллер керування живленням Intel 82371AB/EB"
675 PCI\VEN_8086&DEV_7180.DeviceDesc = "Intel 82443LX/EX Pentium(R) II CPU на PCI-мості"
676 PCI\VEN_8086&DEV_7190.DeviceDesc = "Intel 82443BX/ZX/DX Pentium(R) II CPU на PCI-мості"
677 PCI\VEN_8086&DEV_7192.DeviceDesc = "Intel 82443BX/ZX/DX Pentium(R) II CPU на PCI-мості"
678
679 [Strings.0427]
680 SystemClassName = "Sisteminiai įrenginiai"
681
682 GenericMfg = "(Standartiniai sisteminiai įrenginiai)"
683 *PNP0000.DeviceDesc = "Programuojamas pertraukimų valdiklis"
684 *PNP0001.DeviceDesc = "EISA programuojamas pertraukimų valdiklis"
685 *PNP0100.DeviceDesc = "Sisteminis laikmatis"
686 *PNP0200.DeviceDesc = "DMA valdiklis"
687 *PNP0800.DeviceDesc = "Sisteminis garsiakalbis"
688 *PNP0A03.DeviceDesc = "PCI magistralė"
689 *PNP0A05.DeviceDesc = "Standartinė ACPI magistralė"
690 *PNP0B00.DeviceDesc = "AT realaus laiko taktų generatorius"
691 *PNP0C01.DeviceDesc = "Sisteminė plokštė"
692 *PNP0C02.DeviceDesc = "Pagrindinės plokštės ištekliai"
693 *PNP0C04.DeviceDesc = "Matematinis koprocesorius"
694 *PNP0C0B.DeviceDesc = "ACPI ventiliatorius"
695 *PNP0C0C.DeviceDesc = "ACPI maitinimo mygtukas"
696 *PNP0C0D.DeviceDesc = "ACPI dangtis"
697 *PNP0C0E.DeviceDesc = "ACPI miego mygtukas"
698 *PNP0C0F.DeviceDesc = "PCI pertraukimo sąsajos įrenginys"
699 ACPI\FixedButton.DeviceDesc = "ACPI fiksuotos galimybės mygtukas"
700 PCI\CC_0600.DeviceDesc = "Standartinis CPU į PCI tiltas"
701 PCI\CC_0601.DeviceDesc = "Standartinis PCI į ISA tiltas"
702 PCI\CC_0604.DeviceDesc = "Standartinis PCI į PCI tiltas"
703 *ThermalZone.DeviceDesc = "ACPI šiluminė zona"
704
705 IntelMfg = "Intel"
706 *INT0800.DeviceDesc = "Intel 82802 Firmware šakotuvo įrenginys"
707 PCI\VEN_8086&DEV_1237.DeviceDesc = "Intel 440FX - 82441FX PMC [Natoma]"
708 PCI\VEN_8086&DEV_2413.DeviceDesc = "Intel 82801AA SMBus"
709 PCI\VEN_8086&DEV_7000.DeviceDesc = "Intel 82371SB PIIX3 PCI į ISA tiltas"
710 PCI\VEN_8086&DEV_7110.DeviceDesc = "Intel 82371AB/EB PCI to ISA tiltas"
711 PCI\VEN_8086&DEV_7113.DeviceDesc = "Intel 82371AB/EB maitinimo valdiklis"
712 PCI\VEN_8086&DEV_7180.DeviceDesc = "Intel 82443LX/EX Pentium(R) II CPU į PCI tiltas"
713 PCI\VEN_8086&DEV_7190.DeviceDesc = "Intel 82443BX/ZX/DX Pentium(R) II CPU į PCI tiltas"
714 PCI\VEN_8086&DEV_7192.DeviceDesc = "Intel 82443BX/ZX/DX Pentium(R) II CPU į PCI tiltas"