Re: pcmcia irq detection and assignment

From: sienaman (sienaman_at_discussions.microsoft.com)
Date: 09/09/04


Date: Wed, 8 Sep 2004 18:51:03 -0700

That cleared up my confusion, thanks for the tip...

"David Liao (MS)" wrote:

> For 4.2, there is no SysIntr and IRQ in pcmcia client driver registry. 4.2
> PCMCIA used callback method to notify client driver when there is interrupt
> on client hardware.
> Please read PB 4.2 or MSDN document about PCMCIA callback function. Client
> driver can register callback function by call CardRequestIRQ (Card Services)
>
> Windows 5.0 has bug-agnostic client driver model that has SysIntr and IRQ in
> its registry. You can write driver just like one on any other bus.
>
> David Liao
>
> "sienaman" <sienaman@discussions.microsoft.com> wrote in message
> news:A5CBED10-2CDD-44DF-998D-486D7B0CAD47@microsoft.com...
> > CE 4.2 and I am using the BSP that came with my the development system I
> > have
> > from Arcom.
> >
> > "Steve Maillet (eMVP)" wrote:
> >
> >> Typically that information is "hard coded" in the OAL and not dynamically
> >> assigned in CE versions 4.2 and earlier. What OS version are you running?
> >> Whose BSP?
> >>
> >> --
> >> Steve Maillet
> >> EmbeddedFusion
> >> www.EmbeddedFusion.com
> >>
> >> Do have an opinion on the effectiveness of Microsoft Windows Mobile and
> >> Embedded newsgroups? Let us know!
> >> https://www.windowsembeddedeval.com/community/newsgroups
> >>
> >>
> >>
>
>
>



Relevant Pages

  • Re: pcmcia irq detection and assignment
    ... there is no SysIntr and IRQ in pcmcia client driver registry. ... Please read PB 4.2 or MSDN document about PCMCIA callback function. ...
    (microsoft.public.windowsce.platbuilder)
  • Re: USB Driver Architecture
    ... I mean both host and client drivers. ... "David Liao " wrote: ... > Is Host Controller driver or USB Client Driver? ... > You don't need port USB Client driver (like MASS Strage USB Class Driver, ...
    (microsoft.public.windowsce.embedded)