[ros-diffs] [fireball] 46837: [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.

fireball at svn.reactos.org fireball at svn.reactos.org
Sun Apr 11 14:18:30 CEST 2010


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?rev=46837&r1=46836&r2=46837&view=diff
==============================================================================
--- 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=46837&r1=46836&r2=46837&view=diff
==============================================================================
Binary files - no diff available.




More information about the Ros-diffs mailing list