User mode driver for PCMCIA card - How?

From: W. Tolkien (happyfellow_at_gmx.net)
Date: 11/20/03

  • Next message: Werner Heuser: "new issue of the Linux-Mobile-Guide"
    Date: Thu, 20 Nov 2003 07:35:01 GMT
    
    

    I need to develop a driver for a multifunction PCMCIA card with a standard
    serial interface (16550) and a proprietary FIFO interface. I can access the
    serial port now, but the FIFO is the problem.

    Since I have so far no experience with Kernel driver development, and since
    the application is not very demanding and all this happens in a controlled
    embedded environment (x86 based), I'm tempted to do this in user land if
    possible...

    Any help now at the design stage would be much appreciated, so that I don't
    run into the wrong direction!

    - First of all: is this possible? I need to access a few registers on the
    PCMCIA card and that should be it. No IRQs, I think I can get away with
    polling.

    - Any hints for documentation on how to do it? Does anybody know of any
    similar drivers that already exist?

    Thanks a lot already...

    Wolfgang


  • Next message: Werner Heuser: "new issue of the Linux-Mobile-Guide"

    Relevant Pages

    • User mode driver for PCMCIA card - How?
      ... serial interface and a proprietary FIFO interface. ... Since I have so far no experience with Kernel driver development, ... PCMCIA card and that should be it. ...
      (comp.os.linux.embedded)
    • Re: User mode driver for PCMCIA card - How?
      ... > serial interface and a proprietary FIFO interface. ... > serial port now, but the FIFO is the problem. ... > PCMCIA card and that should be it. ... You can use the dummy_cs driver to configure the card for you. ...
      (comp.os.linux.embedded)
    • Re: Wrong device identifier?
      ... > after a pcmcia card is plugged in. ... > is called and the driver is listet in the device manager.) ... how can i determine the device identifier of my ... when multiple hardware IDs exist). ...
      (microsoft.public.development.device.drivers)
    • Re: Host AP on Ubuntu...
      ... > But still when ever i plug in my PCMCIA card, ... > this driver again get loaded automatically. ... Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0 ...
      (Ubuntu)
    • Serial and USP
      ... I have a device that can be driven via serial interface, ... driven via USB 1.1 Every time the device is plugged in the USB bus driver ...
      (microsoft.public.development.device.drivers)