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