; MACHINE.INF ; Installation file for machine internal stuff [Version] Signature = "$Windows NT$" ;Signature = "$ReactOS$" LayoutFile = layout.inf Class = System ClassGUID = {4D36E97D-E325-11CE-BFC1-08002BE10318} Provider = %ReactOS% DriverVer = 08/07/2006,1.02 [DestinationDirs] DefaultDestDir = 12 [ClassInstall32.NT] AddReg = SystemClass.NT.AddReg [SystemClass.NT.AddReg] HKR, , , 0, %SystemClassName% HKR, , Icon, 0, "-27" [Manufacturer] %GenericMfg% = GenericMfg %IntelMfg% = IntelMfg [GenericMfg] %*PNP0000.DeviceDesc% = NO_DRV,*PNP0000 %*PNP0001.DeviceDesc% = NO_DRV,*PNP0001 %*PNP0100.DeviceDesc% = NO_DRV,*PNP0100 %*PNP0103.DeviceDesc% = NO_DRV,*PNP0103 %*PNP0200.DeviceDesc% = NO_DRV,*PNP0200 %*PNP0800.DeviceDesc% = NO_DRV,*PNP0800 %*PNP0A00.DeviceDesc% = PCI_ISA_Inst,*PNP0A00 %*PNP0A03.DeviceDesc% = PCI_Inst,*PNP0A03 %*PNP0A05.DeviceDesc% = NO_DRV,*PNP0A05 %*PNP0B00.DeviceDesc% = NO_DRV,*PNP0B00 %*PNP0C01.DeviceDesc% = NO_DRV,*PNP0C01 %*PNP0C02.DeviceDesc% = NO_DRV,*PNP0C02 %*PNP0C04.DeviceDesc% = NO_DRV,*PNP0C04 %*PNP0C0B.DeviceDesc% = NO_DRV,*PNP0C0B %*PNP0C0C.DeviceDesc% = NO_DRV,*PNP0C0C %*PNP0C0D.DeviceDesc% = NO_DRV,*PNP0C0D %*PNP0C0E.DeviceDesc% = NO_DRV,*PNP0C0E %*PNP0C0F.DeviceDesc% = NO_DRV,*PNP0C0F %ACPI\FixedButton.DeviceDesc% = NO_DRV,ACPI\FixedButton %PCI\CC_0600.DeviceDesc% = NO_DRV,PCI\CC_0600 %PCI\CC_0601.DeviceDesc% = PCI_ISA_Inst,PCI\CC_0601 %PCI\CC_0604.DeviceDesc% = PCI_Inst,PCI\CC_0604 %*ThermalZone.DeviceDesc% = NO_DRV,*ThermalZone %PCI\CC_0C05.DeviceDesc% = NO_DRV,PCI\CC_0C05 [IntelMfg] %*INT0800.DeviceDesc% = NO_DRV,*INT0800 %PCI\VEN_8086&DEV_1237.DeviceDesc% = NO_DRV,PCI\VEN_8086&DEV_1237 %PCI\VEN_8086&DEV_2413.DeviceDesc% = NO_DRV,PCI\VEN_8086&DEV_2413 %PCI\VEN_8086&DEV_7000.DeviceDesc% = PCI_ISA_Inst,PCI\VEN_8086&DEV_7000 %PCI\VEN_8086&DEV_7110.DeviceDesc% = PCI_ISA_Inst,PCI\VEN_8086&DEV_7110 %PCI\VEN_8086&DEV_7113.DeviceDesc% = NO_DRV,PCI\VEN_8086&DEV_7113 %PCI\VEN_8086&DEV_7180.DeviceDesc% = NO_DRV,PCI\VEN_8086&DEV_7180 %PCI\VEN_8086&DEV_7190.DeviceDesc% = NO_DRV,PCI\VEN_8086&DEV_7190 %PCI\VEN_8086&DEV_7192.DeviceDesc% = NO_DRV,PCI\VEN_8086&DEV_7192 ;---------------------------- NO DRIVER REQ ----------------------------- [NO_DRV] [NO_DRV.Services] AddService = , 0x00000002 [NO_DRV.HW] ;-------------------------- PCI-ISA BUS DRIVER -------------------------- [PCI_ISA_Inst.NT] CopyFiles = PCI_ISA_CopyFiles.NT [PCI_ISA_CopyFiles.NT] isapnp.sys [PCI_ISA_Inst.NT.Services] ;AddService = isapnp, 0x00000002, isapnp_Service_Inst AddService = , 0x00000002 [isapnp_Service_Inst] ServiceType = 1 StartType = 0 ErrorControl = 3 ServiceBinary = %12%\isapnp.sys LoadOrderGroup = Boot Bus Extender ;---------------------------- PCI BUS DRIVER ---------------------------- [PCI_Inst.NT] CopyFiles = PCI_CopyFiles.NT [PCI_CopyFiles.NT] pci.sys [PCI_Inst.NT.Services] AddService = pci, 0x00000002, pci_Service_Inst [pci_Service_Inst] ServiceType = 1 StartType = 0 ErrorControl = 3 ServiceBinary = %12%\pci.sys LoadOrderGroup = Boot Bus Extender ;-------------------------------- STRINGS ------------------------------- [Strings] ReactOS = "ReactOS Team" SystemClassName = "System devices" GenericMfg = "(Generic system devices)" *PNP0000.DeviceDesc = "Programmable interrupt controller" *PNP0001.DeviceDesc = "EISA programmable interrupt controller" *PNP0100.DeviceDesc = "System timer" *PNP0103.DeviceDesc = "High precision event timer" *PNP0200.DeviceDesc = "DMA controller" *PNP0800.DeviceDesc = "System speaker" *PNP0A03.DeviceDesc = "PCI bus" *PNP0A05.DeviceDesc = "Generic ACPI bus" *PNP0B00.DeviceDesc = "AT real-time clock" *PNP0C01.DeviceDesc = "System board" *PNP0C02.DeviceDesc = "Motherboard resources" *PNP0C04.DeviceDesc = "Math coprocessor" *PNP0C0B.DeviceDesc = "ACPI fan" *PNP0C0C.DeviceDesc = "ACPI power button device" *PNP0C0D.DeviceDesc = "ACPI lid" *PNP0C0E.DeviceDesc = "ACPI sleep button device" *PNP0C0F.DeviceDesc = "PCI interrupt link device" ACPI\FixedButton.DeviceDesc = "ACPI fixed feature button" PCI\CC_0600.DeviceDesc = "Standard CPU to PCI bridge" PCI\CC_0601.DeviceDesc = "Standard PCI to ISA bridge" PCI\CC_0604.DeviceDesc = "Standard PCI to PCI bridge" *ThermalZone.DeviceDesc = "ACPI thermal zone" PCI\CC_0C05.DeviceDesc = "SMBus Controller" IntelMfg = "Intel" *INT0800.DeviceDesc = "Intel 82802 Firmware Hub Device" PCI\VEN_8086&DEV_1237.DeviceDesc = "Intel 440FX - 82441FX PMC [Natoma]" PCI\VEN_8086&DEV_2413.DeviceDesc = "Intel 82801AA SMBus" PCI\VEN_8086&DEV_7000.DeviceDesc = "Intel 82371SB PIIX3 PCI to ISA Bridge" PCI\VEN_8086&DEV_7110.DeviceDesc = "Intel 82371AB/EB PCI to ISA Bridge" PCI\VEN_8086&DEV_7113.DeviceDesc = "Intel 82371AB/EB Power Management Controller" PCI\VEN_8086&DEV_7180.DeviceDesc = "Intel 82443LX/EX Pentium(R) II CPU to PCI-Bridge" PCI\VEN_8086&DEV_7190.DeviceDesc = "Intel 82443BX/ZX/DX Pentium(R) II CPU to PCI-Bridge" PCI\VEN_8086&DEV_7192.DeviceDesc = "Intel 82443BX/ZX/DX Pentium(R) II CPU to PCI-Bridge" [Strings.0405] SystemClassName = "Systémová zařízení" GenericMfg = "(Generická systémová zařízení)" *PNP0000.DeviceDesc = "Programovatelný řadič přerušení" *PNP0001.DeviceDesc = "EISA programovatelný řadič přerušení" *PNP0100.DeviceDesc = "Systémový časovač" *PNP0200.DeviceDesc = "DMA řadič" *PNP0800.DeviceDesc = "Systémový reproduktor" *PNP0A03.DeviceDesc = "PCI sběrnice" *PNP0A05.DeviceDesc = "Generická ACPI sběrnice" *PNP0B00.DeviceDesc = "AT real-time clock" *PNP0C01.DeviceDesc = "System board" *PNP0C02.DeviceDesc = "Zdroje základní desky" *PNP0C04.DeviceDesc = "Matematický koprocesor" *PNP0C0B.DeviceDesc = "ACPI fan" *PNP0C0C.DeviceDesc = "ACPI power button device" *PNP0C0D.DeviceDesc = "ACPI lid" *PNP0C0E.DeviceDesc = "ACPI sleep button device" *PNP0C0F.DeviceDesc = "PCI interrupt link device" ACPI\FixedButton.DeviceDesc = "ACPI fixed feature button" PCI\CC_0600.DeviceDesc = "Standarddní most CPU na PCI" PCI\CC_0601.DeviceDesc = "Standarddní most PCI na ISA" PCI\CC_0604.DeviceDesc = "Standarddní most PCI na PCI" *ThermalZone.DeviceDesc = "ACPI teplotní zóna" IntelMfg = "Intel" *INT0800.DeviceDesc = "Intel 82802 Firmware Hub Device" PCI\VEN_8086&DEV_1237.DeviceDesc = "Intel 440FX - 82441FX PMC [Natoma]" PCI\VEN_8086&DEV_2413.DeviceDesc = "Intel 82801AA SMBus" PCI\VEN_8086&DEV_7000.DeviceDesc = "Most Intel 82371SB PIIX3 PCI na ISA" PCI\VEN_8086&DEV_7110.DeviceDesc = "Most Intel 82371AB/EB PCI na ISA" PCI\VEN_8086&DEV_7113.DeviceDesc = "Intel 82371AB/EB řadič power managementu" PCI\VEN_8086&DEV_7180.DeviceDesc = "Most Intel 82443LX/EX Pentium(R) II CPU na PCI" PCI\VEN_8086&DEV_7190.DeviceDesc = "Most Intel 82443BX/ZX/DX Pentium(R) II CPU na PCI" PCI\VEN_8086&DEV_7192.DeviceDesc = "Most Intel 82443BX/ZX/DX Pentium(R) II CPU na PCI" [Strings.0407] SystemClassName = "Systemgeräte" GenericMfg = "(Generische Systemgeräte)" *PNP0000.DeviceDesc = "Programmierbarer Interrupt-Controller" *PNP0001.DeviceDesc = "EISA programmierbarer Interrupt-Controller" *PNP0800.DeviceDesc = "Systemlautsprecher" *PNP0A03.DeviceDesc = "PCI Bus" *PNP0A05.DeviceDesc = "Generischer ACPI Bus" *PNP0B00.DeviceDesc = "AT Echtzeituhr" *PNP0C01.DeviceDesc = "Systemboard" *PNP0C02.DeviceDesc = "Motherboard Ressourcen" *PNP0C04.DeviceDesc = "mathematischer Koprozessor" *PNP0C0B.DeviceDesc = "ACPI Ventilator" PCI\CC_0600.DeviceDesc = "Standard CPU zu PCI Brücke" PCI\CC_0601.DeviceDesc = "Standard PCI zu ISA Brücke" PCI\CC_0604.DeviceDesc = "Standard PCI zu PCI Brücke" PCI\VEN_8086&DEV_7000.DeviceDesc = "Intel 82371SB PIIX3 PCI zu ISA Brücke" PCI\VEN_8086&DEV_7110.DeviceDesc = "Intel 82371AB/EB PCI zu ISA Brücke" PCI\VEN_8086&DEV_7180.DeviceDesc = "Intel 82443LX/EX Pentium(R) II CPU zu PCI-Brücke" PCI\VEN_8086&DEV_7190.DeviceDesc = "Intel 82443BX/ZX/DX Pentium(R) II CPU zu PCI-Brücke" PCI\VEN_8086&DEV_7192.DeviceDesc = "Intel 82443BX/ZX/DX Pentium(R) II CPU zu PCI-Brücke" [Strings.0408] SystemClassName = "Συσκευές συστήματος" GenericMfg = "(Πρότυπες συσκευές συστήματος)" *PNP0000.DeviceDesc = "Programmable interrupt controller" *PNP0001.DeviceDesc = "EISA programmable interrupt controller" *PNP0100.DeviceDesc = "Χρονομέτρης συστήματος" *PNP0200.DeviceDesc = "Ελεγκτής DMA" *PNP0800.DeviceDesc = "Ηχείο συστήματος" *PNP0A03.DeviceDesc = "PCI bus" *PNP0A05.DeviceDesc = "Generic ACPI bus" *PNP0B00.DeviceDesc = "AT real-time clock" *PNP0C01.DeviceDesc = "System board" *PNP0C02.DeviceDesc = "Motherboard resources" *PNP0C04.DeviceDesc = "Math coprocessor" *PNP0C0B.DeviceDesc = "Ανεμιστήρας ACPI" *PNP0C0C.DeviceDesc = "ACPI power button device" *PNP0C0D.DeviceDesc = "ACPI lid" *PNP0C0E.DeviceDesc = "ACPI sleep button device" *PNP0C0F.DeviceDesc = "PCI interrupt link device" ACPI\FixedButton.DeviceDesc = "ACPI fixed feature button" PCI\CC_0600.DeviceDesc = "Πρότυπη γέφυρα από CPU σε PCI" PCI\CC_0601.DeviceDesc = "Πρότυπη γέφυρα από PCI σε ISA" PCI\CC_0604.DeviceDesc = "Πρότυπη γέφυρα από PCI σε PCI" *ThermalZone.DeviceDesc = "ACPI thermal zone" IntelMfg = "Intel" *INT0800.DeviceDesc = "Intel 82802 Firmware Hub Device" PCI\VEN_8086&DEV_1237.DeviceDesc = "Intel 440FX - 82441FX PMC [Natoma]" PCI\VEN_8086&DEV_2413.DeviceDesc = "Intel 82801AA SMBus" PCI\VEN_8086&DEV_7000.DeviceDesc = "Intel 82371SB PIIX3 PCI σε ISA Γέφυρα" PCI\VEN_8086&DEV_7110.DeviceDesc = "Intel 82371AB/EB PCI σε ISA Γέφυρα" PCI\VEN_8086&DEV_7113.DeviceDesc = "Intel 82371AB/EB Power Management Controller" PCI\VEN_8086&DEV_7180.DeviceDesc = "Intel 82443LX/EX Pentium(R) II CPU σε PCI γέφυρα" PCI\VEN_8086&DEV_7190.DeviceDesc = "Intel 82443BX/ZX/DX Pentium(R) II CPU σε PCI-Γέφυρα" PCI\VEN_8086&DEV_7192.DeviceDesc = "Intel 82443BX/ZX/DX Pentium(R) II CPU σε PCI-Γέφυρα" [Strings.040a] SystemClassName = "Dispositivos de sistema" GenericMfg = "(Dispositivos de sistema estándar)" *PNP0000.DeviceDesc = "Controladora de interrupciones programable" *PNP0001.DeviceDesc = "Controladora EISA de interrupciones programable" *PNP0100.DeviceDesc = "Cronómetro del sistema" *PNP0200.DeviceDesc = "Controladora de acceso directo a memoria" *PNP0800.DeviceDesc = "Altavoz del sistema" *PNP0A03.DeviceDesc = "Bus PCI" *PNP0A05.DeviceDesc = "Bus ACPI estándar" *PNP0B00.DeviceDesc = "Sistema CMOS/reloj en tiempo real" *PNP0C01.DeviceDesc = "Tarjeta de sistema" *PNP0C02.DeviceDesc = "Recursos de la placa base" *PNP0C04.DeviceDesc = "Procesador de datos numéricos" *PNP0C0B.DeviceDesc = "Ventilador ACPI" *PNP0C0C.DeviceDesc = "Botón de energía ACPI" *PNP0C0D.DeviceDesc = "Tapa ACPI" *PNP0C0E.DeviceDesc = "Botón de suspensión ACPI" *PNP0C0F.DeviceDesc = "Dispositivo de interrupción de enlaces PCI" ACPI\FixedButton.DeviceDesc = "Botón de característica fija ACPI" PCI\CC_0600.DeviceDesc = "Puente CPU - PCI estándar" PCI\CC_0601.DeviceDesc = "Puente PCI - ISA estándar" PCI\CC_0604.DeviceDesc = "Puente PCI - PCI estándar" *ThermalZone.DeviceDesc = "Zona térmica ACPI" IntelMfg = "Intel" *INT0800.DeviceDesc = "Dispositivo concentrador Firmware Intel 82802" PCI\VEN_8086&DEV_1237.DeviceDesc = "Intel 440FX - 82441FX PMC [Natoma]" PCI\VEN_8086&DEV_2413.DeviceDesc = "Intel 82801AA SMBus" PCI\VEN_8086&DEV_7000.DeviceDesc = "Intel 82371SB PIIX3 Puente PCI - ISA" PCI\VEN_8086&DEV_7110.DeviceDesc = "Intel 82371AB/EB Puente PCI - ISA" PCI\VEN_8086&DEV_7113.DeviceDesc = "Intel 82371AB/EB Controlador de gestión de encendido" PCI\VEN_8086&DEV_7180.DeviceDesc = "Intel 82443LX/EX Pentium(R) II Puente CPU - PCI" PCI\VEN_8086&DEV_7190.DeviceDesc = "Intel 82443BX/ZX/DX Pentium(R) II Puente CPU - PCI" PCI\VEN_8086&DEV_7192.DeviceDesc = "Intel 82443BX/ZX/DX Pentium(R) II Puente CPU - PCI" [Strings.040C] SystemClassName = "Périphériques système" GenericMfg = "(Périphériques systèmes génériques)" *PNP0000.DeviceDesc = "Contrôleur d'interruptions programmable" *PNP0001.DeviceDesc = "Contrôleur d'interruptions programmable EISA" *PNP0100.DeviceDesc = "Horloge système" *PNP0200.DeviceDesc = "Contrôleur DMA" *PNP0800.DeviceDesc = "Haut parleur système" *PNP0A03.DeviceDesc = "Bus PCI" *PNP0A05.DeviceDesc = "Bus générique ACPI" *PNP0B00.DeviceDesc = "Horloge temps réel AT" *PNP0C01.DeviceDesc = "System board" *PNP0C02.DeviceDesc = "Ressources carte mère" *PNP0C04.DeviceDesc = "Coprocesseur mathématique" *PNP0C0B.DeviceDesc = "Ventilateur ACPI" *PNP0C0C.DeviceDesc = "Périphérique de bouton de tension ACPI" *PNP0C0D.DeviceDesc = "ACPI lid" *PNP0C0E.DeviceDesc = "Périphérique de bouton de veille ACPI" *PNP0C0F.DeviceDesc = "Périphérique de lien d'interruption PCI" ACPI\FixedButton.DeviceDesc = "Bouton de fonction définie ACPI" PCI\CC_0600.DeviceDesc = "Pont standard CPU vers PCI" PCI\CC_0601.DeviceDesc = "Pont standard PCI vers ISA" PCI\CC_0604.DeviceDesc = "Pont standard PCI vers PCI" *ThermalZone.DeviceDesc = "Zone thermique ACPI" *INT0800.DeviceDesc = "Périphérique concentrateur à microprogramme Intel 82802" PCI\VEN_8086&DEV_7000.DeviceDesc = "Pont Intel 82371SB PIIX3 PCI vers ISA" PCI\VEN_8086&DEV_7110.DeviceDesc = "Pont Intel 82371AB/EB PCI vers ISA" PCI\VEN_8086&DEV_7113.DeviceDesc = "Contrôleur de gestion de l'alimentation Intel 82371AB/EB" PCI\VEN_8086&DEV_7180.DeviceDesc = "Pont Intel 82443LX/EX Processeur Pentium(R) II vers PCI" PCI\VEN_8086&DEV_7190.DeviceDesc = "Pont Intel 82443BX/ZX/DX Processeur Pentium(R) II vers PCI" PCI\VEN_8086&DEV_7192.DeviceDesc = "Pont Intel 82443BX/ZX/DX Processeur Pentium(R) II vers PCI" [Strings.0411] SystemClassName = "システム デバイス" GenericMfg = "(標準 システム デバイス)" *PNP0000.DeviceDesc = "プログラム可能割り込みコントローラ" *PNP0001.DeviceDesc = "EISA プログラム可能割り込みコントローラ" *PNP0100.DeviceDesc = "システム タイマー" *PNP0200.DeviceDesc = "DMA コントローラ" *PNP0800.DeviceDesc = "システム スピーカー" *PNP0A03.DeviceDesc = "PCI バス" *PNP0A05.DeviceDesc = "標準 ACPI バス" *PNP0B00.DeviceDesc = "AT リアルタイム クロック" *PNP0C01.DeviceDesc = "システム ボード" *PNP0C02.DeviceDesc = "マザーボード リソース" *PNP0C04.DeviceDesc = "演算 コプロセッサ" *PNP0C0B.DeviceDesc = "ACPI ファン" *PNP0C0C.DeviceDesc = "ACPI 電源ボタン デバイス" *PNP0C0D.DeviceDesc = "ACPI lid" *PNP0C0E.DeviceDesc = "ACPI スリープボタン デバイス" *PNP0C0F.DeviceDesc = "PCI 割り込みリンクデバイス" ACPI\FixedButton.DeviceDesc = "ACPI 固定 機能 ボタン" PCI\CC_0600.DeviceDesc = "スタンダード CPU to PCI ブリッジ" PCI\CC_0601.DeviceDesc = "スタンダード PCI to ISA ブリッジ" PCI\CC_0604.DeviceDesc = "スタンダード PCI to PCI ブリッジ" *ThermalZone.DeviceDesc = "ACPI サーマル ゾーン" IntelMfg = "Intel" *INT0800.DeviceDesc = "Intel 82802 ファームウェア ハブ デバイス" PCI\VEN_8086&DEV_1237.DeviceDesc = "Intel 440FX - 82441FX PMC [Natoma]" PCI\VEN_8086&DEV_2413.DeviceDesc = "Intel 82801AA SMBus" PCI\VEN_8086&DEV_7000.DeviceDesc = "Intel 82371SB PIIX3 PCI to ISA ブリッジ" PCI\VEN_8086&DEV_7110.DeviceDesc = "Intel 82371AB/EB PCI to ISA ブリッジ" PCI\VEN_8086&DEV_7113.DeviceDesc = "Intel 82371AB/EB 電源管理 コントローラ" PCI\VEN_8086&DEV_7180.DeviceDesc = "Intel 82443LX/EX Pentium(R) II CPU to PCI ブリッジ" PCI\VEN_8086&DEV_7190.DeviceDesc = "Intel 82443BX/ZX/DX Pentium(R) II CPU to PCI ブリッジ" PCI\VEN_8086&DEV_7192.DeviceDesc = "Intel 82443BX/ZX/DX Pentium(R) II CPU to PCI ブリッジ" [Strings.0416] SystemClassName = "Dispositivos de sistema" GenericMfg = "(Dispositivos de sistema padrão)" *PNP0000.DeviceDesc = "Controlador de interrupção programável" *PNP0001.DeviceDesc = "Controlador de interrupção programável EISA" *PNP0100.DeviceDesc = "Timer do sistema" *PNP0200.DeviceDesc = "Controlador de acceso direto à memória" *PNP0800.DeviceDesc = "Alto-falante do sistema" *PNP0A03.DeviceDesc = "PCI bus" *PNP0A05.DeviceDesc = "Barramento genérico" *PNP0B00.DeviceDesc = "CMOS do sistema/relógio em tempo real" *PNP0C01.DeviceDesc = "Placa de sistema" *PNP0C02.DeviceDesc = "Recursos da placa-mãe" *PNP0C04.DeviceDesc = "Procesador de dados numéricos" *PNP0C0B.DeviceDesc = "Ventilador ACPI" *PNP0C0C.DeviceDesc = "Botão ligar/desligar ACPI" *PNP0C0D.DeviceDesc = "Tampa ACPI" *PNP0C0E.DeviceDesc = "Botão dormir ACPI" *PNP0C0F.DeviceDesc = "Dispositivo de interrupção de ligações PCI" ACPI\FixedButton.DeviceDesc = "Botão de recurso fixo ACPI" PCI\CC_0600.DeviceDesc = "Ponte padrão CPU - PCI" PCI\CC_0601.DeviceDesc = "Ponte PCI - ISA" PCI\CC_0604.DeviceDesc = "Ponte PCI - PCI" *ThermalZone.DeviceDesc = "Zona termal ACPI" IntelMfg = "Intel" *INT0800.DeviceDesc = "Dispositivo concentrador Firmware Intel 82802" PCI\VEN_8086&DEV_1237.DeviceDesc = "Intel 440FX - 82441FX PMC [Natoma]" PCI\VEN_8086&DEV_2413.DeviceDesc = "Intel 82801AA SMBus" PCI\VEN_8086&DEV_7000.DeviceDesc = "Intel 82371SB PIIX3 Ponte PCI - ISA" PCI\VEN_8086&DEV_7110.DeviceDesc = "Intel 82371AB/EB Ponte PCI - ISA" PCI\VEN_8086&DEV_7113.DeviceDesc = "Intel 82371AB/EB Controlador de gerenciamento de energia" PCI\VEN_8086&DEV_7180.DeviceDesc = "Intel 82443LX/EX Pentium(R) II Ponte CPU - PCI" PCI\VEN_8086&DEV_7190.DeviceDesc = "Intel 82443BX/ZX/DX Pentium(R) II Ponte CPU - PCI" PCI\VEN_8086&DEV_7192.DeviceDesc = "Intel 82443BX/ZX/DX Pentium(R) II Ponte CPU - PCI" [Strings.0419] SystemClassName = "Системные устройства" GenericMfg = "(Стандартные системные устройства)" *PNP0000.DeviceDesc = "Программируемый контроллер прерываний" *PNP0001.DeviceDesc = "Программируемый контроллер прерываний EISA" *PNP0100.DeviceDesc = "Системный таймер" *PNP0200.DeviceDesc = "Контроллер DMA" *PNP0800.DeviceDesc = "Системный динамик" *PNP0A03.DeviceDesc = "Шина PCI" *PNP0A05.DeviceDesc = "Стандартная шина ACPI" *PNP0B00.DeviceDesc = "Часы реального времени AT" *PNP0C01.DeviceDesc = "Системная плата" *PNP0C02.DeviceDesc = "Ресурсы системной платы" *PNP0C04.DeviceDesc = "Математический сопроцессор" *PNP0C0B.DeviceDesc = "ACPI вентилятор" *PNP0C0C.DeviceDesc = "Кнопка включения питания ACPI" *PNP0C0D.DeviceDesc = "Крышка ACPI" *PNP0C0E.DeviceDesc = "Кнопка спящего режима ACPI" *PNP0C0F.DeviceDesc = "Контроллер прервываний PCI" ACPI\FixedButton.DeviceDesc = "Кнопка фиксированной возможности ACPI" PCI\CC_0600.DeviceDesc = "Стандартный процессор на мосте PCI" PCI\CC_0601.DeviceDesc = "Стандартный PCI на ISA мосте" PCI\CC_0604.DeviceDesc = "Стандартный PCI на PCI мосте" *ThermalZone.DeviceDesc = "Термальная зона ACPI" *INT0800.DeviceDesc = "Устройство Intel 82802 Firmware Hub" PCI\VEN_8086&DEV_1237.DeviceDesc = "Intel 440FX - 82441FX PMC [Natoma]" PCI\VEN_8086&DEV_2413.DeviceDesc = "Intel 82801AA SMBus" PCI\VEN_8086&DEV_7000.DeviceDesc = "Intel 82371SB PIIX3 PCI на ISA мосте" PCI\VEN_8086&DEV_7110.DeviceDesc = "Intel 82371AB/EB PCI на ISA мосте" PCI\VEN_8086&DEV_7113.DeviceDesc = "Контроллер управления питанием Intel 82371AB/EB" PCI\VEN_8086&DEV_7180.DeviceDesc = "Intel 82443LX/EX Pentium(R) II CPU на PCI мосте" PCI\VEN_8086&DEV_7190.DeviceDesc = "Intel 82443BX/ZX/DX Pentium(R) II CPU на PCI мосте" PCI\VEN_8086&DEV_7192.DeviceDesc = "Intel 82443BX/ZX/DX Pentium(R) II CPU на PCI мосте" [Strings.041B] SystemClassName = "Systémové zariadenia" GenericMfg = "(Generické systémové zariadenia)" *PNP0000.DeviceDesc = "Programmable interrupt controller" *PNP0001.DeviceDesc = "EISA programmable interrupt controller" *PNP0100.DeviceDesc = "Systémový časovač" *PNP0200.DeviceDesc = "Radič DMA" *PNP0800.DeviceDesc = "Systémový reproduktor" *PNP0A03.DeviceDesc = "Zbernica PCI" *PNP0A05.DeviceDesc = "Generická zbernica ACPI" *PNP0B00.DeviceDesc = "AT real-time clock" *PNP0C01.DeviceDesc = "System board" *PNP0C02.DeviceDesc = "Motherboard resources" *PNP0C04.DeviceDesc = "Matematický koprocesor" *PNP0C0B.DeviceDesc = "Ventilátor ACPI" *PNP0C0C.DeviceDesc = "ACPI power button device" *PNP0C0D.DeviceDesc = "ACPI lid" *PNP0C0E.DeviceDesc = "ACPI sleep button device" *PNP0C0F.DeviceDesc = "PCI interrupt link device" ACPI\FixedButton.DeviceDesc = "ACPI fixed feature button" PCI\CC_0600.DeviceDesc = "Štandardný most CPU na PCI" PCI\CC_0601.DeviceDesc = "Štandardný most PCI na ISA" PCI\CC_0604.DeviceDesc = "Štandardný most PCI na PCI" *ThermalZone.DeviceDesc = "ACPI thermal zone" *INT0800.DeviceDesc = "Intel 82802 Firmware Hub Device" PCI\VEN_8086&DEV_1237.DeviceDesc = "Intel 440FX - 82441FX PMC [Natoma]" PCI\VEN_8086&DEV_2413.DeviceDesc = "Intel 82801AA SMBus" PCI\VEN_8086&DEV_7000.DeviceDesc = "Most Intel 82371SB PIIX3 PCI na ISA" PCI\VEN_8086&DEV_7110.DeviceDesc = "Most Intel 82371AB/EB PCI na ISA" PCI\VEN_8086&DEV_7113.DeviceDesc = "Intel 82371AB/EB Power Management Controller" PCI\VEN_8086&DEV_7180.DeviceDesc = "Most Intel 82443LX/EX Pentium(R) II CPU na PCI" PCI\VEN_8086&DEV_7190.DeviceDesc = "Most Intel 82443BX/ZX/DX Pentium(R) II CPU na PCI" PCI\VEN_8086&DEV_7192.DeviceDesc = "Most Intel 82443BX/ZX/DX Pentium(R) II CPU na PCI" [Strings.0427] SystemClassName = "Sisteminiai įrenginiai" GenericMfg = "(Standartiniai sisteminiai įrenginiai)" *PNP0000.DeviceDesc = "Programuojamas pertraukimų valdiklis" *PNP0001.DeviceDesc = "EISA programuojamas pertraukimų valdiklis" *PNP0100.DeviceDesc = "Sisteminis laikmatis" *PNP0200.DeviceDesc = "DMA valdiklis" *PNP0800.DeviceDesc = "Sisteminis garsiakalbis" *PNP0A03.DeviceDesc = "PCI magistralė" *PNP0A05.DeviceDesc = "Standartinė ACPI magistralė" *PNP0B00.DeviceDesc = "AT realaus laiko taktų generatorius" *PNP0C01.DeviceDesc = "Sisteminė plokštė" *PNP0C02.DeviceDesc = "Pagrindinės plokštės ištekliai" *PNP0C04.DeviceDesc = "Matematinis koprocesorius" *PNP0C0B.DeviceDesc = "ACPI ventiliatorius" *PNP0C0C.DeviceDesc = "ACPI maitinimo mygtukas" *PNP0C0D.DeviceDesc = "ACPI dangtis" *PNP0C0E.DeviceDesc = "ACPI miego mygtukas" *PNP0C0F.DeviceDesc = "PCI pertraukimo sąsajos įrenginys" ACPI\FixedButton.DeviceDesc = "ACPI fiksuotos galimybės mygtukas" PCI\CC_0600.DeviceDesc = "Standartinis CPU į PCI tiltas" PCI\CC_0601.DeviceDesc = "Standartinis PCI į ISA tiltas" PCI\CC_0604.DeviceDesc = "Standartinis PCI į PCI tiltas" *ThermalZone.DeviceDesc = "ACPI šiluminė zona" IntelMfg = "Intel" *INT0800.DeviceDesc = "Intel 82802 Firmware šakotuvo įrenginys" PCI\VEN_8086&DEV_1237.DeviceDesc = "Intel 440FX - 82441FX PMC [Natoma]" PCI\VEN_8086&DEV_2413.DeviceDesc = "Intel 82801AA SMBus" PCI\VEN_8086&DEV_7000.DeviceDesc = "Intel 82371SB PIIX3 PCI į ISA tiltas" PCI\VEN_8086&DEV_7110.DeviceDesc = "Intel 82371AB/EB PCI to ISA tiltas" PCI\VEN_8086&DEV_7113.DeviceDesc = "Intel 82371AB/EB maitinimo valdiklis" PCI\VEN_8086&DEV_7180.DeviceDesc = "Intel 82443LX/EX Pentium(R) II CPU į PCI tiltas" PCI\VEN_8086&DEV_7190.DeviceDesc = "Intel 82443BX/ZX/DX Pentium(R) II CPU į PCI tiltas" PCI\VEN_8086&DEV_7192.DeviceDesc = "Intel 82443BX/ZX/DX Pentium(R) II CPU į PCI tiltas"