[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-tr] PCMCIA FIX!!!! (Ian read this)



Mike & Ian,
 
    I fixed the PCMCIA problem
 
    in ibmtr.c
 
    change the following
 
 
    in the line that reads
 
    ibmtr_mem_base = ti->sram_base
 
    change it to
 
    ibmtr_mem_base = ti->sram_base << 12
 
After that thinks worked ok for me...
 
Kevin