Compaq WL200 and pd6729

Jar jar at pcuf.fi
Sat Apr 2 06:08:26 EST 2005


Komuro wrote:

>>- 2.6.5-1.358 + pd6729 from LKML 2004/02/01 without SS_CAP_PAGE_REGS
>> OK
>>
>>- 2.6.5-1.358 + pd6729 from LKML 2004/02/01 with SS_CAP_PAGE_REGS
>> cs: memory probe 0xa0000000-0xa0ffffff: clean.
>> cs: unable to map card memory!
>>
>>- 2.6.5-1.358 + pd6729 from 2.6.7-mm1 without SS_CAP_PAGE_REGS
>> OK
>>
>>- 2.6.5-1.358 + pd6729 from 2.6.7-mm1 with SS_CAP_PAGE_REGS
>> cs: memory probe 0xa0000000-0xa0ffffff: clean.
>> cs: unable to map card memory!
> 
> 
> 
> Can you try the attached patch for kernel 2.6.5-1.358 , please ?
> 
> 
> linux-2.6.5-1.358/drivers/pcmcia/rsrc_mgr.c
> 
> find_mem_region
> 
> -	ret = allocate_resource(&ioport_resource, res, num, min, ~0UL, 0,
> +	ret = allocate_resource(&ioport_resource, res, num, min, ~0UL, 1,

I am sorry, but I can't test this right now because the system is in
heavy use and don't want to reboot. But I use 2.6.10-1.9_FC2 now and
SS_CAP_PAGE_REGS seems to work with it.

I check also those lines and there is differences between kernels:

  ret = allocate_resource(&ioport_resource, res, num, min, ~0UL, 0,

but 2.6.10-XXX_FC2 there is

  ret = allocate_resource(&ioport_resource, res, num, min, ~0UL, 1,


Best Regards, Jar




More information about the linux-pcmcia mailing list