Ricoh PCI-pcmcia adapater won't work
Daniel Ritz
daniel.ritz-ml at swissonline.ch
Wed Oct 19 17:05:13 EDT 2005
hi
the yenta_socket driver is not looking at the cardbus controller because
your BIOS is buggy reporting the e820 memory map and then 2.6.8 is not very
smart about it (2.6.14 will be much much smarter).
currently yenta_socket is at 3fe40000-3fe40fff. but this is <1GB.
and since you have 1GB of physical memory you have a problem...
you are already on the right way with the reserve= on the kernel command line.
you have:
reserve=0x3fe41000,0x5000
change that to:
reserve=0x3fe3f832,0xd07ce
this should plug the hole in the memory map and stop the kernel from using
it for PCI address space...
rgds
-daniel
More information about the linux-pcmcia
mailing list