- 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:
Aleksey Bragin 2010-04-11 12:18:27 +00:00
parent 91d15df7c5
commit a4f5e7b912
2 changed files with 2 additions and 2 deletions

View file

@ -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.