add drivers to machine.inf:

System timer
DMA controller
System speaker
Generic ACPI bus
AT real-time clock
Motherboard resources
EISA programmable interrupt controller
ACPI Fixed Feature Button
Intel 82443BX Pentium(R) II CPU to PCI-Bridge
Intel 82371AB/EB Power Management Controller
Intel 82371AB/EB PCI to ISA Bridge

svn path=/trunk/; revision=18682
This commit is contained in:
Christoph von Wittich 2005-10-22 17:13:49 +00:00
parent c707e62ae9
commit 83070357bd

View file

@ -23,11 +23,64 @@ HKR, , Icon, 0, "-27"
[Manufacturer]
%GenericMfg% = GenericMfg
%IntelMfg% = IntelMfg
[IntelMfg]
%PCI\VEN_8086&DEV_7190.DeviceDesc% = NO_DRV, PCI\VEN_8086&DEV_7190 ;Intel 440LX
%PCI\VEN_8086&DEV_7192.DeviceDesc% = NO_DRV, PCI\VEN_8086&DEV_7192 ;Intel 440BX
%PCI\VEN_8086&DEV_7113.DeviceDesc% = NO_DRV, PCI\VEN_8086&DEV_7113
; DO NOT INSTALL ISAPNP -> FREEZES SYSTEM
;%PCI\VEN_8086&DEV_7110.DeviceDesc% = Intel_PCI_ISA_Inst, PCI\VEN_8086&DEV_7110
%PCI\VEN_8086&DEV_7110.DeviceDesc% = INO_DRV, PCI\VEN_8086&DEV_7110
[GenericMfg]
%*PNP0A03.DeviceDesc% = PCI_Inst,*PNP0A03
%*PNP0100.DeviceDesc% = NO_DRV_Inst, *PNP0100
%*PNP0200.DeviceDesc% = NO_DRV_Inst, *PNP0200
%*PNP0800.DeviceDesc% = NO_DRV_Inst, *PNP0800
%*PNP0A05.DeviceDesc% = NO_DRV_Inst, *PNP0A05
%*PNP0B00.DeviceDesc% = NO_DRV_Inst, *PNP0B00
%*PNP0C02.DeviceDesc% = NO_DRV_Inst, *PNP0C02
%*PNP0001.DeviceDesc% = NO_DRV_Inst, *PNP0001
%ACPI\FixedButton.DeviceDesc% = NO_DRV_Inst, ACPI\FixedButton
%PCI\CC_0604.DeviceDesc% = PCI_Inst,PCI\CC_0604
;---------------------------- NO DRIVER REQ -----------------------------
[NO_DRV]
[NO_DRV.Services]
AddService = , 0x00000002
[NO_DRV_Inst]
AddReg = NO_DRV_Inst_REG
[NO_DRV_Inst.Services]
AddService = , 0x00000002
[NO_DRV_Inst_REG]
HKR,,ResourcePickerExceptions,0,"IO@0-0xFF:*;IO:HAL,MBRES;IRQ:HAL,*"
HKR,,ResourcePickerTags,0,"MBRES"
;----------------------------- INTEL DRIVER -----------------------------
[Intel_PCI_ISA_Inst]
CopyFiles = Intel_PCI_ISA_CopyFiles.NT
[Intel_PCI_ISA_CopyFiles.NT]
isapnp.sys
[Intel_PCI_ISA_Inst.NT.Services]
AddService = isapnp, 0x00000002, isapnp_Service_Inst
[isapnp_Service_Inst]
ServiceType = 1
StartType = 0
ErrorControl = 3
ServiceBinary = %12%\isapnp.sys
LoadOrderGroup = Boot Bus Extender
;---------------------------- PCI BUS DRIVER ----------------------------
[PCI_Inst.NT]
@ -53,5 +106,21 @@ ReactOS = "ReactOS Team"
SystemClassName = "System devices"
GenericMfg = "(Generic system devices)"
IntelMfg = "Intel"
*PNP0A03.DeviceDesc = "PCI bus"
PCI\CC_0604.DeviceDesc = "Standard PCI to PCI bridge"
*PNP0100.DeviceDesc = "System timer"
*PNP0200.DeviceDesc = "DMA controller"
*PNP0800.DeviceDesc = "System speaker"
*PNP0A05.DeviceDesc = "Generic ACPI bus"
*PNP0b00.DeviceDesc = "AT real-time clock"
*PNP0C02.DeviceDesc = "Motherboard resources"
*PNP0001.DeviceDesc = "EISA programmable interrupt controller"
ACPI\FixedButton.DeviceDesc=" ACPI Fixed Feature Button"
PCI\CC_0604.DeviceDesc = "Standard PCI to PCI bridge"
PCI\VEN_8086&DEV_7190.DeviceDesc = "Intel 82443BX Pentium(R) II CPU to PCI-Bridge"
PCI\VEN_8086&DEV_7192.DeviceDesc = "Intel 82443BX Pentium(R) II CPU to PCI-Bridge"
PCI\VEN_8086&DEV_7113.DeviceDesc = "Intel 82371AB/EB Power Management Controller"
PCI\VEN_8086&DEV_7110.DeviceDesc = "Intel 82371AB/EB PCI to ISA Bridge"