Subject: "RE: If the Devil ever coded anything" Previous topic | Next topic
Printer-friendly copy Email this topic to a friend CF Website
Top Non-CF Discussion "What Does RL Stand For?" Topic #1750
Show all folders

EskelianFri 25-Apr-08 08:55 AM
Member since 04th Mar 2003
2023 posts
Click to send email to this author Click to send private message to this author Click to view this author's profile Click to add this author to your buddy list
#1755, "RE: If the Devil ever coded anything"
Edited on Fri 25-Apr-08 09:09 AM

          

UMDF gives the opportunity to write user mode driven drivers by interfacing with an abstraction layer. It cannot however implicitly sit between a driver written for kernel mode and push that kernel mode driver into user mode. In other words, you have to specifically write your driver to run in user mode in order for it to be user mode. UMDF is also written to target PnP drivers - specifically MTP based hardware (ie, MP3 players). AFAIK it doesn't allow you to interact with the PCI bus.

Its easier to think of it like libusb for Windows. There's a generic driver provided and you can write user mode code to interface with that generic driver. The generic driver in turn handles packet composition and transfer with the USB/Firewire bus. Works well with USB/Firewire devices but probably not so well with graphics cards because of the nature of graphic card evolution.

  

Alert | IP Printer Friendly copy | Reply | Reply with quote

TopicIf the Devil ever coded anything [View all] , GinGa, Thu 24-Apr-08 07:52 AM
Reply RE: If the Devil ever coded anything, Daevryn, 29-Apr-08 07:45 AM, #8
Reply RE: If the Devil ever coded anything, Eskelian, 30-Apr-08 06:22 AM, #9
     Reply RE: If the Devil ever coded anything, Daevryn, 30-Apr-08 06:13 PM, #10
Reply RE: If the Devil ever coded anything, Rodriguez, 25-Apr-08 12:40 PM, #7
Reply My only positive experiences with Vista, Zulghinlour, 25-Apr-08 11:00 AM, #6
Reply RE: If the Devil ever coded anything, Eskelian, 24-Apr-08 08:33 AM, #1
     Reply All this experience showcased is..., GinGa, 24-Apr-08 09:29 PM, #2
     Reply RE: All this experience showcased is..., Eskelian, 25-Apr-08 07:44 AM, #3
     Reply RE: If the Devil ever coded anything, Isildur, 25-Apr-08 08:40 AM, #4
          Reply RE: If the Devil ever coded anything, Eskelian, 25-Apr-08 09:09 AM #5
Top Non-CF Discussion "What Does RL Stand For?" Topic #1750 Previous topic | Next topic