mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 05:15:41 +00:00
[ISAPNP]
- Comment it out from the bootloader. - Remove it from machine.inf. - This "driver" introduces significant delay at every boot due to i/o space scanning every time at every boot, however there is no real benefit (it always fails). Inclusion of this driver into default boot process might be reconsidered only after it starts providing some advantages. For now please test this driver in your own working copies. svn path=/trunk/; revision=46837
This commit is contained in:
parent
91d15df7c5
commit
a4f5e7b912
2 changed files with 2 additions and 2 deletions
|
@ -37,10 +37,10 @@ ramdisk.sys=,,,,,,x,,,,,,4
|
|||
ext2.sys=,,,,,,x,,,,,,4
|
||||
|
||||
[HardwareIdsDatabase]
|
||||
*PNP0A00 = isapnp
|
||||
;*PNP0A00 = isapnp
|
||||
*PNP0A03 = pci
|
||||
*PNP0C08 = acpi
|
||||
PCI\CC_0601 = isapnp
|
||||
;PCI\CC_0601 = isapnp
|
||||
PCI\CC_0604 = pci
|
||||
|
||||
[BootBusExtenders.Load]
|
||||
|
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue