57146259f6517e52fd433b20c43f164cc9c08901
[reactos.git] / reactos / 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 = 10/11/2005,1.01.0.0
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 [IntelMfg]
29 ; DO NOT INSTALL ISAPNP -> FREEZES SYSTEM
30 ;%PCI\VEN_8086&DEV_7110.DeviceDesc% = Intel_PCI_ISA_Inst, PCI\VEN_8086&DEV_7110
31 %PCI\VEN_8086&DEV_7110.DeviceDesc% = NO_DRV, PCI\VEN_8086&DEV_7110
32 %PCI\VEN_8086&DEV_7113.DeviceDesc% = NO_DRV, PCI\VEN_8086&DEV_7113
33 %PCI\VEN_8086&DEV_7180.DeviceDesc% = NO_DRV, PCI\VEN_8086&DEV_7180
34 %PCI\VEN_8086&DEV_7190.DeviceDesc% = NO_DRV, PCI\VEN_8086&DEV_7190
35 %PCI\VEN_8086&DEV_7192.DeviceDesc% = NO_DRV, PCI\VEN_8086&DEV_7192
36
37 [GenericMfg]
38 %*PNP0001.DeviceDesc% = NO_DRV_Inst, *PNP0001
39 %*PNP0100.DeviceDesc% = NO_DRV_Inst, *PNP0100
40 %*PNP0200.DeviceDesc% = NO_DRV_Inst, *PNP0200
41 %*PNP0800.DeviceDesc% = NO_DRV_Inst, *PNP0800
42 %*PNP0A03.DeviceDesc% = PCI_Inst,*PNP0A03
43 %*PNP0A05.DeviceDesc% = NO_DRV_Inst, *PNP0A05
44 %*PNP0B00.DeviceDesc% = NO_DRV_Inst, *PNP0B00
45 %*PNP0C02.DeviceDesc% = NO_DRV_Inst, *PNP0C02
46 %ACPI\FixedButton.DeviceDesc% = NO_DRV, ACPI\FixedButton
47 %PCI\CC_0604.DeviceDesc% = PCI_Inst,PCI\CC_0604
48
49 ;---------------------------- NO DRIVER REQ -----------------------------
50
51 [NO_DRV]
52
53 [NO_DRV.Services]
54 AddService = , 0x00000002
55
56 ;----------------------------- INTEL DRIVER -----------------------------
57
58 [Intel_PCI_ISA_Inst]
59 CopyFiles = Intel_PCI_ISA_CopyFiles.NT
60
61 [Intel_PCI_ISA_CopyFiles.NT]
62 isapnp.sys
63
64 [Intel_PCI_ISA_Inst.NT.Services]
65 AddService = isapnp, 0x00000002, isapnp_Service_Inst
66
67 [isapnp_Service_Inst]
68 ServiceType = 1
69 StartType = 0
70 ErrorControl = 3
71 ServiceBinary = %12%\isapnp.sys
72 LoadOrderGroup = Boot Bus Extender
73
74 ;---------------------------- PCI BUS DRIVER ----------------------------
75
76 [PCI_Inst.NT]
77 CopyFiles = PCI_CopyFiles.NT
78
79 [PCI_CopyFiles.NT]
80 pci.sys
81
82 [PCI_Inst.NT.Services]
83 AddService = pci, 0x00000002, pci_Service_Inst
84
85 [pci_Service_Inst]
86 ServiceType = 1
87 StartType = 0
88 ErrorControl = 3
89 ServiceBinary = %12%\pci.sys
90 LoadOrderGroup = Boot Bus Extender
91
92 ;-------------------------------- STRINGS -------------------------------
93
94 [Strings]
95 ReactOS = "ReactOS Team"
96 SystemClassName = "System devices"
97
98 GenericMfg = "(Generic system devices)"
99 *PNP0001.DeviceDesc = "EISA programmable interrupt controller"
100 *PNP0A03.DeviceDesc = "PCI bus"
101 *PNP0A05.DeviceDesc = "Generic ACPI bus"
102 *PNP0B00.DeviceDesc = "AT real-time clock"
103 *PNP0100.DeviceDesc = "System timer"
104 *PNP0200.DeviceDesc = "DMA controller"
105 *PNP0800.DeviceDesc = "System speaker"
106 *PNP0C02.DeviceDesc = "Motherboard resources"
107 ACPI\FixedButton.DeviceDesc ="ACPI Fixed Feature Button"
108 PCI\CC_0604.DeviceDesc = "Standard PCI to PCI bridge"
109
110 IntelMfg = "Intel"
111 PCI\VEN_8086&DEV_7180.DeviceDesc = "Intel 82443LX/EX Pentium(R) II CPU to PCI-Bridge"
112 PCI\VEN_8086&DEV_7190.DeviceDesc = "Intel 82443BX/ZX/DX Pentium(R) II CPU to PCI-Bridge"
113 PCI\VEN_8086&DEV_7192.DeviceDesc = "Intel 82443BX/ZX/DX Pentium(R) II CPU to PCI-Bridge"
114 PCI\VEN_8086&DEV_7113.DeviceDesc = "Intel 82371AB/EB Power Management Controller"
115 PCI\VEN_8086&DEV_7110.DeviceDesc = "Intel 82371AB/EB PCI to ISA Bridge"