Re: PCI Device Enumeration
M Bealby <[email protected]> Sat, 28 Apr 2007 11:13:40 +0100 (BST)
| Newsgroups | gmane.lisp.movitz.devel |
|---|---|
| Message-ID | <[email protected]> |
From: "Shawn Betts" <[email protected]> Subject: Re: [movitz-devel] PCI Device Enumeration Date: Fri, 27 Apr 2007 15:52:09 -0700 > Hi Martin, > > I don't wanna burst bubbles here, but, I would be more interested > to see a PCI device driver written. Even the simplest one would > do...How they get initialized sorta seems maybe secondary to the Meat > of the matter :). > > -Shawn > <bang!> :P This morning i've just realised that the difference between self probing and a driver loader is minimal. Should a driver be loaded through its own a probe routine or a driver loader, the net result is still passing parameters to an initialistion function. As for drivers, I have half finished (yet untested) drivers for a couple of devices ported from other projects, although time is short at the moment. Hopefully I will get them into a workable state soon. /me goes back to his driver coding. Martin