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