David Woodhouse wrote: > > 2.4.10-pre3 and later fail to boot on my Compaq XL box. It claims that PCI > isn't supported. This board doesn't use the PCI BIOS because the entry > point is in high memory. > > 'cvs up -r v2_4_10-pre2 arch/i386/boot/pci-pc.c' fixes it. > > A happy boot with the old pci-pc.c: > PCI: BIOS32 entry (0xc00fa000) in high memory, cannot use. > PCI: Using configuration type 2 > PCI: Probing PCI hardware > > An unhappy boot with the new one: > PCI: BIOS32 entry (0xc00fa000) in high memory, cannot use. > PCI: System does not support PCI Patch attached that fixes typecasting problems with PCI Type 2 accesses. -- Brian Gerst