Subject: Re: Debugging / SPL-levels / AT91RM9200 success
To: Toru Nishimura <locore64@alkyltechnology.com>
From: Sami Kantoluoto <sami.kantoluoto@embedtronics.fi>
List: port-arm
Date: 03/06/2007 10:54:45
On Tue, Mar 06, 2007 at 10:37:52AM +0200, Sami Kantoluoto wrote:
> On Sat, Mar 03, 2007 at 05:40:00PM +0900, Toru Nishimura wrote:
>
> > hands, any hot-plug-able bus, like PCMCIA, USB (or SDIO) must be able to
> > support any type of peripheral devices, logics determining correct spl
> > level must be dynamic and complicated.
> 
> I think that logic is handled by the PCMCIA code. SPL level is given to the
> chip specific intr_establish() routine.

Actually I think it's the bus dependent part of the driver (e.g.
if_wi_pcmcia.c) that tells the required SPL level.


     -sk