有没有人写过bus的驱动?

danielxuao 2003-02-26 05:59:17
请教bus驱动问题,尤其是Toaster Bus
...全文
76 3 打赏 收藏 转发到动态 举报
写回复
用AI写文章
3 条回复
切换为时间正序
请发表友善的回复…
发表回复
woodhead99 2003-04-19
  • 打赏
  • 举报
回复
bus driver has some special task to complete besides the ordinary work a class driver must do. Its task is to moniter, update and maintain the bus controller's state and coordinate with PNP manager and power manager to load class drivers for specific device on the bus. For example, the usb bus driver has the responsibility to enum the new device and receive the removal signal from hubs and notify pnp manager to remove or add new device.
Usually the pdo is created by bus driver. It acts as a foundation from which point io manager begin to build a device chain( fdos and filter DOs ). So you may see at least two device objects operated by the bus driver. one is fdo for the bus device and others are pdos for deivces attached to it. The interesting thing for usb bus device is itself a device attached to PCI bus.
danielxuao 2003-04-15
  • 打赏
  • 举报
回复
我说的是NTDDK里scr/general/Toaster,有些问题搞不懂,就是bus和一般的驱动有什么本质上的区别,PDO和FDO的概念是什么,不是从字面上说,另外就是好像bus不需要硬件设备就可以实现,对吗?


我在这个bus上加载我的驱动,用enum -p 1加载成功,但是有“!”号,具体请看
http://expert.csdn.net/Expert/topic/1476/1476646.xml?temp=5.491275E-02

jinkaoyan 2003-03-10
  • 打赏
  • 举报
回复
从来没听说过这种bus,
我做过usb,isa,pci,serial,1394 firewire 等bus的驱动和硬件的开发,
如果对你的设计有参考的话,请mail jinkaoyan@263.net

21,600

社区成员

发帖
与我相关
我的任务
社区描述
硬件/嵌入开发 驱动开发/核心开发
社区管理员
  • 驱动开发/核心开发社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧