On Thu, 2005-01-13 at 10:49, YhLu wrote:
PCI: 02:06.0 30 <- [0x00fff80000 - 0x00fff7ffff] rom
It seems it can not be processed by pci_set_resource properly.
YH
Is 0xffff8000 written to register 0x30? That resource is dummy so it should not be process by the resource allocator.
Anyway, probably we should give up (ab)using the allocator. I made another version to use dev->rom_address in pci_rom_probe().
Ollie