mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 13:11:22 +00:00
[ISAPNP] Enable driver
This commit is contained in:
parent
2c80432268
commit
49040fa54c
2 changed files with 3 additions and 4 deletions
|
@ -148,11 +148,11 @@ mountmgr.sys = 1,,,,,,x,4,,,,1,4
|
|||
[SystemPartitionFiles]
|
||||
|
||||
[HardwareIdsDatabase]
|
||||
;*PNP0A00 = isapnp
|
||||
*PNP0A00 = isapnp
|
||||
*PNP0A03 = pci
|
||||
*PNP0A08 = pci
|
||||
*PNP0C08 = acpi
|
||||
;PCI\CC_0601 = isapnp
|
||||
PCI\CC_0601 = isapnp
|
||||
PCI\CC_0604 = pci
|
||||
PCI\VEN_104B&CC_0100 = buslogic
|
||||
PCI\CC_0101 = pciide
|
||||
|
|
|
@ -116,8 +116,7 @@ CopyFiles = PCI_ISA_CopyFiles.NT
|
|||
isapnp.sys
|
||||
|
||||
[PCI_ISA_Inst.NT.Services]
|
||||
;AddService = isapnp, 0x00000002, isapnp_Service_Inst
|
||||
AddService = , 0x00000002
|
||||
AddService = isapnp, 0x00000002, isapnp_Service_Inst
|
||||
|
||||
[isapnp_Service_Inst]
|
||||
ServiceType = 1
|
||||
|
|
Loading…
Reference in a new issue