compaq r3000z notebook pcmcia

David Hinds dhinds at sonic.net
Wed May 26 02:05:30 EDT 2004


On Tue, May 25, 2004 at 10:39:31PM -0600, Max wrote:
> 
> cs: memory probe 0xe1000000-0xe13ff000: excluding 0xe1000000-0xe141dfff

The memory ranges listed for the CardBus bridge in 'lspci -v' are
*unavailable* for use by 16-bit cards with the 2.6 drivers.  The
pcmcia-cs drivers behave differently here: they free the CardBus
bridge windows at startup time.

With 2.6 I would try similar windows like 0xe0000000-0xe0ffffff,
0xe2000000-0xe2ffffff, etc.  The ranges need to fit within the memory
windows of the PCI-to-PCI bridge with secondary bus = 2 on your
system.  You may also need to replace the IO port windows with
something like 0x4000-0x4fff.

-- Dave



More information about the linux-pcmcia mailing list