patch-2.4.26 linux-2.4.26/drivers/isdn/hisax/isurf.c
Next file: linux-2.4.26/drivers/md/lvm-snap.c
Previous file: linux-2.4.26/drivers/isdn/avmb1/kcapi.c
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
2004-04-14 06:05:30.000000000 -0700
- Orig file:
linux-2.4.25/drivers/isdn/hisax/isurf.c
- Orig date:
2002-11-28 15:53:13.000000000 -0800
diff -urN linux-2.4.25/drivers/isdn/hisax/isurf.c linux-2.4.26/drivers/isdn/hisax/isurf.c
@@ -235,8 +235,18 @@
pd->prepare(pd);
pd->deactivate(pd);
pd->activate(pd);
+ /* The ISA-PnP logic apparently
+ * expects upper limit address to be
+ * set. Since the isa-pnp module
+ * doesn't do this, so we have to make
+ * up for it.
+ */
+ isapnp_cfg_begin(pd->bus->number, pd->devfn);
+ isapnp_write_word(ISAPNP_CFG_MEM+3,
+ pd->resource[8].end >> 8);
+ isapnp_cfg_end();
cs->hw.isurf.reset = pd->resource[0].start;
- cs->hw.isurf.phymem = pd->resource[1].start;
+ cs->hw.isurf.phymem = pd->resource[8].start;
cs->irq = pd->irq_resource[0].start;
if (!cs->irq || !cs->hw.isurf.reset || !cs->hw.isurf.phymem) {
printk(KERN_ERR "ISurfPnP:some resources are missing %d/%x/%lx\n",
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)