Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista Drivers > UMDF and Storport

Reply
Thread Tools Display Modes

UMDF and Storport

 
 
Joe
Guest
Posts: n/a

 
      07-22-2010
Hi all,

I'm attempting to come up to speed on KMDF and UMDF driver development. I'm
looking at developing a virtual disk/RAID driver. It seems that Storport fits
this scenario perfectly, please correct me if I am wrong.

My question is, are you able to write a Storport driver using UMDF? I have
not found anything explicitly saying that you must use KMDF.

Thanks,
Joe
 
Reply With Quote
 
 
 
 
Maxim S. Shatskih
Guest
Posts: n/a

 
      07-22-2010
> looking at developing a virtual disk/RAID driver. It seems that Storport fits
> this scenario perfectly, please correct me if I am wrong.


Yes. Note that XP has no Storport, it started in Srv2003.

> My question is, are you able to write a Storport driver using UMDF? I have
> not found anything explicitly saying that you must use KMDF.


Forget UMDF.

The lower egde of the virtual Storport driver can be KMDF, but only if you will use it in miniport mode.

--
Maxim S. Shatskih
Windows DDK MVP

http://www.storagecraft.com

 
Reply With Quote
 
Joe
Guest
Posts: n/a

 
      07-22-2010
Thanks Don. This looks like exactly what I need.

"Don Burn" wrote:

> No, you cannot use either UMDF. For a virtual storport, you can create a
> "thin" storport with a driver below it that is KMDF to do the real work.
> There is an excellent series of articles on virtual storport with sample
> code at http://www.osronline.com/article.cfm?article=538 (note you will
> need to create an account, no cost).
>
>
> Don Burn (MVP, Windows DKD)
> Windows Filesystem and Driver Consulting
> Website: http://www.windrvr.com
> Blog: http://msmvps.com/blogs/WinDrvr
>
>
>
> > -----Original Message-----
> > From: Joe [private.php?do=newpm&u=]
> > Posted At: Thursday, July 22, 2010 2:44 PM
> > Posted To: microsoft.public.development.device.drivers
> > Conversation: UMDF and Storport
> > Subject: UMDF and Storport
> >
> > Hi all,
> >
> > I'm attempting to come up to speed on KMDF and UMDF driver development.
> > I'm
> > looking at developing a virtual disk/RAID driver. It seems that Storport
> > fits
> > this scenario perfectly, please correct me if I am wrong.
> >
> > My question is, are you able to write a Storport driver using UMDF? I
> > have not
> > found anything explicitly saying that you must use KMDF.
> >
> > Thanks,
> > Joe
> >
> >
> > __________ Information from ESET Smart Security, version of virus
> > signature
> > database 5302 (20100722) __________
> >
> > The message was checked by ESET Smart Security.
> >
> > http://www.eset.com

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off




1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59