PCMCIA Bluetooth Card (AnyCom CF - 300) on ARM

Russell King rmk+pcmcia at arm.linux.org.uk
Tue Sep 27 14:11:09 EDT 2005


On Tue, Sep 27, 2005 at 06:09:21PM +0200, Dominik Brodowski wrote:
> > include port 0x600-0x60f
> > include memory 0x40000000-0x4fffffff, memory 0x50000000-0x5fffffff
> 
> No, you need the system-centric view in /etc/pcmica/config.opts:

No.  With IO ports, it's entirely up to the architecture.

In this case, the PC IO is "emulated" by accessing MMIO addresses on the
system bus in the range 0x60000000-0x60ffffff (in fact, it's only 64K so
it's up to 0x6000ffff).

Since we emulate this as the standard set of 64K IO addresses, this
corresponds with IO addresses 0x0000 to 0xffff.  Hence, the right
argument is: include port 0-0xffff

-- 
Russell King
 Linux kernel    2.6 ARM Linux   - http://www.arm.linux.org.uk/
 maintainer of:  2.6 Serial core



More information about the linux-pcmcia mailing list