[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [linux-tr] Success... kinda with 760 and 16/4 -Reply-Reply
Kevin,
> When the driver loads it tells me that it is using an srambase of 0xd0000
Yesss ! - We know this one - guess what update never made it into the 2.2.7 kernel ??
Yep, the one liner that allows pure isa cards (rather than pnp) to have shared ram on a different location to 0XD0000.
The change made it into 2.2.8
See the patch below, NB ibmtr.c patch not ibmtr_cs.c
Mike
--- ./ibmtr.c Fri Mar 26 10:20:24 1999
+++ ../ibmtr.c Thu Apr 22 12:57:56 1999
@@ -513,6 +513,7 @@
/* How much shared RAM is on adapter ? */
#ifdef PCMCIA
ti->avail_shared_ram = pcmcia_reality_check(get_sram_size(ti));
+ ibmtr_mem_base = ti->sram_base ;
#else
ti->avail_shared_ram = get_sram_size(ti);
#endif