PCMCIA Bluetooth Card (AnyCom CF - 300) on ARM

Itzhak Ben-Akiva itzhak.benakiva at guardit-tech.com
Wed Sep 28 01:56:28 EDT 2005


Hi Russell,

On Tue, 2005-09-27 at 19:11 +0100, Russell King wrote:
> 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
> 
I tried it. I set the following in config.opts: 
include port 0x000-0xfff. But, the results are still the same: 

0.0: RequestIO: Resource in use
Uninitialised timer!
This is just a warning.  Your computer is OK
function=0x00000000, data=0x0
[<c0025c84>] (dump_stack+0x0/0x14) from [<c003f598>] (check_timer_failed
+0x4c/0x6c)
[<c003f54c>] (check_timer_failed+0x0/0x6c) from [<c003f6fc>] (del_timer
+0x28/0x80)
 r4 = C7A1ED88
[<c003f6d4>] (del_timer+0x0/0x80) from [<bf047da4>] (bluecard_release
+0x2c/0x64 [bluecard_cs])
 r5 = C7A1ECE0  r4 = C7A1ECE0
[<bf047d78>] (bluecard_release+0x0/0x64 [bluecard_cs]) from [<bf04846c>]
(bluecard_event+0x4e0/0x5a4 [bluecard_cs])
 r5 = C7A1ECE0  r4 = C7A1ECE0
[<bf047f8c>] (bluecard_event+0x0/0x5a4 [bluecard_cs]) from [<bf0153b0>]
(pcmcia_register_client+0x1f4/0x224 [pcmcia])
[<bf0151bc>] (pcmcia_register_client+0x0/0x224 [pcmcia]) from
[<bf047f30>] (bluecard_attach+0xb8/0x114 [bluecard_cs])
[<bf047e78>] (bluecard_attach+0x0/0x114 [bluecard_cs]) from [<bf01431c>]
(pcmcia_device_probe+0x80/0x108 [pcmcia])
 r7 = 00000000  r6 = C791DE3C  r5 = C791DE00  r4 = BF049968
[<bf01429c>] (pcmcia_device_probe+0x0/0x108 [pcmcia]) from [<c01473c4>]
(driver_probe_device+0x5c/0xa8)
 r7 = BF04997C  r6 = BF04997C  r5 = 00000000  r4 = C791DE3C
[<c0147368>] (driver_probe_device+0x0/0xa8) from [<c0147508>]
(__driver_attach+0x4c/0x78)
 r6 = C01474BC  r5 = C7A6BDBC  r4 = C791DEE4
[<c01474bc>] (__driver_attach+0x0/0x78) from [<c0146ae4>]
(bus_for_each_dev+0x50/0x84)
 r4 = 00000000
[<c0146a94>] (bus_for_each_dev+0x0/0x84) from [<c0147554>]
(driver_attach+0x20/0x28)
 r7 = BF01BB9C  r6 = BF049910  r5 = BF04997C  r4 = BF049990
[<c0147534>] (driver_attach+0x0/0x28) from [<c0146f58>] (bus_add_driver
+0x6c/0x138)
[<c0146eec>] (bus_add_driver+0x0/0x138) from [<c014790c>]
(driver_register+0x34/0x38)
[<c01478d8>] (driver_register+0x0/0x38) from [<bf0141d8>]
(pcmcia_register_driver+0xf8/0x114 [pcmcia])
 r4 = BF049968
[<bf0140e0>] (pcmcia_register_driver+0x0/0x114 [pcmcia]) from
[<bf04b014>] (init_bluecard_cs+0x14/0x1c [bluecard_cs])
 r7 = C02218D0  r6 = BF049A20  r5 = BF049A20  r4 = C02218E0
[<bf04b000>] (init_bluecard_cs+0x0/0x1c [bluecard_cs]) from [<c0051a74>]
(sys_init_module+0x155c/0x16bc)
[<c0050518>] (sys_init_module+0x0/0x16bc) from [<c0020d00>]
(ret_fast_syscall+0x0/0x2c)
ds: ds_open(socket 0)
ds: ds_open(socket 1)
ds: ds_release(socket 0)
ds: ds_open(socket 0)
ds: ds_open(socket 1)
ds: ds_release(socket 0)

Itzhak





More information about the linux-pcmcia mailing list