mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 03:22:58 +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]
|
[SystemPartitionFiles]
|
||||||
|
|
||||||
[HardwareIdsDatabase]
|
[HardwareIdsDatabase]
|
||||||
;*PNP0A00 = isapnp
|
*PNP0A00 = isapnp
|
||||||
*PNP0A03 = pci
|
*PNP0A03 = pci
|
||||||
*PNP0A08 = pci
|
*PNP0A08 = pci
|
||||||
*PNP0C08 = acpi
|
*PNP0C08 = acpi
|
||||||
;PCI\CC_0601 = isapnp
|
PCI\CC_0601 = isapnp
|
||||||
PCI\CC_0604 = pci
|
PCI\CC_0604 = pci
|
||||||
PCI\VEN_104B&CC_0100 = buslogic
|
PCI\VEN_104B&CC_0100 = buslogic
|
||||||
PCI\CC_0101 = pciide
|
PCI\CC_0101 = pciide
|
||||||
|
|
|
@ -116,8 +116,7 @@ CopyFiles = PCI_ISA_CopyFiles.NT
|
||||||
isapnp.sys
|
isapnp.sys
|
||||||
|
|
||||||
[PCI_ISA_Inst.NT.Services]
|
[PCI_ISA_Inst.NT.Services]
|
||||||
;AddService = isapnp, 0x00000002, isapnp_Service_Inst
|
AddService = isapnp, 0x00000002, isapnp_Service_Inst
|
||||||
AddService = , 0x00000002
|
|
||||||
|
|
||||||
[isapnp_Service_Inst]
|
[isapnp_Service_Inst]
|
||||||
ServiceType = 1
|
ServiceType = 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue