IBM 760E

linux-thinkpad@www.bm-soft.com linux-thinkpad@www.bm-soft.com
Mon, 2 Aug 1999 16:38:58 -0400


I have an IBM auto 16/4 pcmcia card with a Thinkpad 760E.

I am running with:

  * Redhat 6.0
  * kernel 2.2.10
  * pcmcia 3.0.13

and the following config.opt file:

  #
  # Local PCMCIA Configuration File
  #
  # System resources available for PCMCIA devices
  #
  include port 0x100-0x4ff, port 0x1000-0x17ff

  #: Exclude high memory range
  include memory 0xa0000000-0xa0ffffff, memory 0x60000000-0x60ffffff
  include memory 0xc0000-0xfffff

  #
  # Extra port range for IBM Token Ring
  #
  include port 0xa00-0xaff
  #
  # Resources we should not use, even if they appear to be available
  #
  # First built-in serial port
  exclude irq 4
  # Second built-in serial port
  exclude irq 3
  # First built-in parallel port
  exclude irq 7

  # Options for IBM Token Ring adapters
  module "ibmtr_cs" opts "mmiobase=0xd2000 srambase=0xd4000 sramsize=8"


I've a feeling that I am almost there but my messages log
shows a

ibmtr_cs: register_trdev() failed
tr0: Unexpected interrupt from tr adapter

Any ideas on what might be causing the problem are appreciated?

-Carl