Subject: Re: LKMs & PCI Cards
To: Sean Davis <dive@endersgame.net>
From: Lennart Augustsson <lennart@augustsson.net>
List: tech-kern
Date: 05/08/2002 22:41:18
Sean Davis wrote:

> > Is doing a LKM PCI driver even possible at this point?
>
> I'm almost positive it is possible, Jared D. Mcneill has been messing with an
> LKM driver for some PCI sound card (allegro-1, if I remember right)
> I'm pretty sure it's not in the main tree yet, and I may be wrong, but from what
> he told me, it should be possible to do for other PCI cards.

It's certainly doable.  Jared's code is a good place to look.
That code should probably be abstracted out and put into the MI pci code.

    -- Lennart