Nouk
驱动中牛
驱动中牛
  • 注册日期2001-08-22
  • 最后登录2006-10-22
  • 粉丝0
  • 关注0
  • 积分0分
  • 威望0点
  • 贡献值0点
  • 好评度0点
  • 原创分0分
  • 专家分0分
阅读:1496回复:3

USB H.D.D

楼主#
更多 发布于:2001-09-03 11:47
non-scsi miniport driver
&
scsi miniport driver

How I choice it to develop USB H.D.D driver?

thx
Taiwan's Driver Developer
rayyang2000
管理员
管理员
  • 注册日期2001-03-23
  • 最后登录2012-09-13
  • 粉丝3
  • 关注0
  • 积分1036分
  • 威望925点
  • 贡献值3点
  • 好评度823点
  • 原创分0分
  • 专家分0分
沙发#
发布于:2001-09-03 16:15
As I know, on Win2K, you needn't to provide a device driver for USB hard disk. Just put you USB hard disk in Mass Storage Class in your firmware program. Windows will load its own driver for your USB disk.

Go to http://www.usb.org and MS's website to get more information.
天天coding-debugging中----超稀饭memory dump file ======================================================== [b]Windows Device Driver Development and Consulting Service[/b] [color=blue][url]http://www.ybwork.com[/url][/color] ========================================================
Nouk
驱动中牛
驱动中牛
  • 注册日期2001-08-22
  • 最后登录2006-10-22
  • 粉丝0
  • 关注0
  • 积分0分
  • 威望0点
  • 贡献值0点
  • 好评度0点
  • 原创分0分
  • 专家分0分
板凳#
发布于:2001-09-03 18:13
Thanks for ur answer.
I know W2K supports Mass Storage Class.
So I must to develop the driver on Win98.
Some products use non-SCSI miniport driver
and others use SCSI miniport driver.
different?
If I change Sample.sys to Sample.mpd....
and use .inf to install it
then can it OK?
thx
Taiwan's Driver Developer
rayyang2000
管理员
管理员
  • 注册日期2001-03-23
  • 最后登录2012-09-13
  • 粉丝3
  • 关注0
  • 积分1036分
  • 威望925点
  • 贡献值3点
  • 好评度823点
  • 原创分0分
  • 专家分0分
地板#
发布于:2001-09-04 09:10
A friend of mine (he is on this bbs too) has ever done such a project. I don't know what's the difference of the non-SCSI miniport driver and SCSI miniport driver.

He just writes an IFS vxd and an USB driver on Win98. The vxd maps all IFS requests and sends them to the usb driver.
天天coding-debugging中----超稀饭memory dump file ======================================================== [b]Windows Device Driver Development and Consulting Service[/b] [color=blue][url]http://www.ybwork.com[/url][/color] ========================================================
游客

返回顶部