reactos/media/inf/machine.inf
Art Yerkes c501d8112c Create a branch for network fixes.
svn path=/branches/aicom-network-fixes/; revision=34994
2008-08-01 11:32:26 +00:00

243 lines
19 KiB
INI

; 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
%*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
[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"
*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"
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.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.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.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"