mirror of
https://github.com/reactos/reactos.git
synced 2025-04-27 17:10:22 +00:00
Install ISA PNP bus driver
Add NO_DRV.HW section, as it is needed by some 3rd party drivers svn path=/trunk/; revision=26989
This commit is contained in:
parent
5c102f92f4
commit
e4d5c105d9
1 changed files with 3 additions and 2 deletions
|
@ -9,7 +9,7 @@ LayoutFile = layout.inf
|
||||||
Class = System
|
Class = System
|
||||||
ClassGUID = {4D36E97D-E325-11CE-BFC1-08002BE10318}
|
ClassGUID = {4D36E97D-E325-11CE-BFC1-08002BE10318}
|
||||||
Provider = %ReactOS%
|
Provider = %ReactOS%
|
||||||
DriverVer = 10/11/2005,1.01.0.0
|
DriverVer = 08/07/2006,1.02
|
||||||
|
|
||||||
[DestinationDirs]
|
[DestinationDirs]
|
||||||
DefaultDestDir = 12
|
DefaultDestDir = 12
|
||||||
|
@ -66,6 +66,8 @@ HKR, , Icon, 0, "-27"
|
||||||
[NO_DRV.Services]
|
[NO_DRV.Services]
|
||||||
AddService = , 0x00000002
|
AddService = , 0x00000002
|
||||||
|
|
||||||
|
[NO_DRV.HW]
|
||||||
|
|
||||||
;-------------------------- PCI-ISA BUS DRIVER --------------------------
|
;-------------------------- PCI-ISA BUS DRIVER --------------------------
|
||||||
|
|
||||||
[PCI_ISA_Inst.NT]
|
[PCI_ISA_Inst.NT]
|
||||||
|
@ -75,7 +77,6 @@ CopyFiles = PCI_ISA_CopyFiles.NT
|
||||||
isapnp.sys
|
isapnp.sys
|
||||||
|
|
||||||
[PCI_ISA_Inst.NT.Services]
|
[PCI_ISA_Inst.NT.Services]
|
||||||
;DO NOT INSTALL ISAPNP -> FREEZES SYSTEM
|
|
||||||
;AddService = isapnp, 0x00000002, isapnp_Service_Inst
|
;AddService = isapnp, 0x00000002, isapnp_Service_Inst
|
||||||
AddService = , 0x00000002
|
AddService = , 0x00000002
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue