第一章: Getting Started with Device Driver Development
1.1 About Device Driver
1.2 About this Documentation Set
1.3 Additional Documentation Resources
1.1 About Device Driver
简单的说, Vxworks设备驱动程序是硬件设备与Vxworks操作系统通信的手段. 然而, WindRiver目前提供两种设备驱动模式来完成这个任务.
后续Vxworks 6.x发布版本, 设备驱动将用其中一种方式实现:VxBus使能设备驱动或传统(legacy)设备驱动.下面简要介绍这两种方式:
* VxBus使能 设备驱动
新驱动开发建议采用VxBus设备驱动架构.此架构支持设备驱动与操作系统和硬件设备交互采用标准接口.
Note:如果你为SMP系统开发设备驱动,则必须使用VxBus使能模式
* 传统设备驱动
传统设备驱动为Vxworks6.x早期版本和Vxworks 5.x版本实现的. 传统驱动之间不能与操作系统或硬件共享通用接口.
WindRiver强烈推荐开发新Vxworks设备驱动时采用VxBus使能模式. The Vxworks Device Driver Developer's Guide (Vol.3): Migrationg to VxBus 提供了如何将传统驱动移植到VxBus架构下.
1.2
阅读(2229) | 评论(0) | 转发(0) |