Author: fireball
Date: Sun Apr 11 14:18:27 2010
New Revision: 46837
URL:
http://svn.reactos.org/svn/reactos?rev=46837&view=rev
Log:
[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.
Modified:
trunk/reactos/boot/bootdata/txtsetup.sif
trunk/reactos/media/inf/machine.inf
Modified: trunk/reactos/boot/bootdata/txtsetup.sif
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/boot/bootdata/txtsetup.sif…
==============================================================================
--- trunk/reactos/boot/bootdata/txtsetup.sif [iso-8859-1] (original)
+++ trunk/reactos/boot/bootdata/txtsetup.sif [iso-8859-1] Sun Apr 11 14:18:27 2010
@@ -37,10 +37,10 @@
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]
Modified: trunk/reactos/media/inf/machine.inf
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/media/inf/machine.inf?rev=…
==============================================================================
Binary files - no diff available.