mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 22:13:06 +00:00
[TXTSETUP.SIF]
- Add PnP information for isapnp [REACTOS.DFF] - Remove isapnp svn path=/trunk/; revision=46776
This commit is contained in:
parent
5fcb03c68d
commit
ba87c15658
2 changed files with 5 additions and 3 deletions
|
@ -489,8 +489,6 @@ drivers\base\nmidebug\nmidebug.sys 2
|
||||||
|
|
||||||
drivers\battery\battc\battc.sys 2
|
drivers\battery\battc\battc.sys 2
|
||||||
|
|
||||||
drivers\bus\isapnp\isapnp.sys 2
|
|
||||||
|
|
||||||
drivers\bus\acpi\cmbatt\cmbatt.sys 2
|
drivers\bus\acpi\cmbatt\cmbatt.sys 2
|
||||||
drivers\bus\acpi\compbatt\compbatt.sys 2
|
drivers\bus\acpi\compbatt\compbatt.sys 2
|
||||||
|
|
||||||
|
|
|
@ -22,6 +22,7 @@ c_1252.nls=,,,,,,,,,,,,2
|
||||||
cdfs.sys=,,,,,,x,,,,,,4
|
cdfs.sys=,,,,,,x,,,,,,4
|
||||||
cdrom.sys=,,,,,,x,,,,,,4
|
cdrom.sys=,,,,,,x,,,,,,4
|
||||||
class2.sys=,,,,,,x,,,,,,4
|
class2.sys=,,,,,,x,,,,,,4
|
||||||
|
isapnp.sys=,,,,,,,,,,,,4
|
||||||
kdcom.dll=,,,,,,,,,,,,2
|
kdcom.dll=,,,,,,,,,,,,2
|
||||||
disk.sys=,,,,,,x,,,,,,4
|
disk.sys=,,,,,,x,,,,,,4
|
||||||
floppy.sys=,,,,,,x,,,,,,4
|
floppy.sys=,,,,,,x,,,,,,4
|
||||||
|
@ -36,13 +37,16 @@ ramdisk.sys=,,,,,,x,,,,,,4
|
||||||
ext2.sys=,,,,,,x,,,,,,4
|
ext2.sys=,,,,,,x,,,,,,4
|
||||||
|
|
||||||
[HardwareIdsDatabase]
|
[HardwareIdsDatabase]
|
||||||
*PNP0C08 = acpi
|
*PNP0A00 = isapnp
|
||||||
*PNP0A03 = pci
|
*PNP0A03 = pci
|
||||||
|
*PNP0C08 = acpi
|
||||||
|
PCI\CC_0601 = isapnp
|
||||||
PCI\CC_0604 = pci
|
PCI\CC_0604 = pci
|
||||||
|
|
||||||
[BootBusExtenders.Load]
|
[BootBusExtenders.Load]
|
||||||
acpi = acpi.sys
|
acpi = acpi.sys
|
||||||
pci = pci.sys
|
pci = pci.sys
|
||||||
|
isapnp = isapnp.sys
|
||||||
|
|
||||||
[Cabinets]
|
[Cabinets]
|
||||||
Cabinet=reactos.cab
|
Cabinet=reactos.cab
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue