Used to troubleshoot software and device driver errors when using certain operating systems.
用于解决软件和设备驱动程序错误时使用某些操作系统。
With generic device and device driver structures, most of the binding can take place using common code.
总线驱动已经自行处理了这个部分,因为总线有专门的结构来代替设备和驱动。
With generic device and device driver structures, most of the binding can take place using common code.
而对于那些通用的设备和设备驱动,大部分的绑定操作都可以使用共同的代码。
This scheme includes three parts: PCI Bus interface board, experiment flat board and device driver high-level software.
该设计方案由PCI总线接口板、实验平台板、设备驱动程序及上层软件三个部分组成。
This paper is based on developing the PCI communication card of MSCIS interface system and Device Driver of the communication card.
论文是在研制MSCIS接口系统的PCI通信卡和开发通信卡设备驱动程序的基础上完成的。
Prior to Iris, he worked at Compaq in the area of advanced development of storage products, I/O performance, and device driver development.
在加入 Iris之前他在 Compaq工作,负责开发存储产品、I/O性能和设备驱动开发。
This paper is based on developing the high-speed intelligent card, main control card of MSCIS interface system and device driver of the communication card.
论文是在研制MSCIS接口系统的高速智能通信卡、主控制卡和开发通信卡设备驱动程序的基础上完成的。
We also introduce the development of device driver under QNX, include programme of the interrupt handler, management of hardware resource and interface between application and device driver.
最后详细地介绍了在QNX下驱动程序的开发包括中断处理函数的编写、系统硬件资源的管理以及驱动程序与测试程序的接口。
Then, open the device driver and get the file descriptor.
然后打开设备驱动器并获取文件描述符。
While DSF is not a replacement for actual device testing, it can greatly assist you in debugging and testing driver code.
虽然DSF不能取代真正的设备测试,但是它可以在很大程度上帮助您调试和测试驱动程序代码。
The role of the device driver, then, is to query the touch screen controller whenever an interrupt occurs, and to ask the controller to send the coordinates of the touch.
然后,这个设备驱动程序的角色是每当出现中断时就查询触摸屏控制器,并请求控制器发送触摸的坐标。
Packets are enqueued for transmission and dequeued by the device driver.
数据包是由设备驱动进行入队传输和出队。
In short, this driver provides user-space access to the Ethernet device so that packets can be transmitted and received.
简单地说,这个驱动程序提供对以太网设备的用户空间访问,这样就可以发送和接收数据包。
Actual implementation would depend on the device and the driver.
实际的实现依赖于设备和驱动程序。
Suppose your device driver must be written from scratch, and you do not have the actual hardware while developing this device driver.
假设我们必须从头开始编写这个设备驱动程序,在开发这个设备驱动程序时还没有实际的硬件。
You will need the device for which you are writing the driver and a null-modem (serial) cable for remote debugging.
需要有一个正在为其开发驱动程序的设备,以及一根串口线来进行远程调试。
The script USES WLAN tools and utilities to configure device driver parameters like WEP keys and SSIDs.
这个脚本使用WLAN工具和实用程序来配置设备驱动程序参数,例如WEP关键字和SSID。
And finally, the driver is tightly coupled with various APIs and applications, and you may have to debug a device driver where interrupt losses and out-of-sequence interrupts happen.
最后,驱动程序与API和应用程序是紧耦合的,需要调试设备驱动程序在中断丢失和乱序发生时的情况。
The results are sorted by device, driver, and protocol (see Listing 1).
下面按设备、驱动程序和协议对结果进行排序(请参见 清单 1)。
The results are sorted by device, driver, and protocol (see Listing 1).
可以按设备、驱动程序和协议来对结果进行排序(请参见清单1)。
The device and driver were taken from the installation manual for the touchkit I used.
对于我使用的touchkit来说,设备和驱动程序可以从安装手册中获得。
The Training Program first classes will be Essential Linux Device Driver Development Skills; Creating Applications for Linux; and Kernel Debugging and Performance.
这一培训计划的首批课程将是精华:Linux设备驱动程序开发技能、创建Linux应用程序、以及内核调试与性能。
The first two courses, drawn from the selection of available on-site offerings, will be Essential Linux Device Driver Development Skills and Linux Kernel Debugging and Performance.
在网站上提供的头两个课程将是linux设备驱动程序开发技术基础和linux内核调试与性能。
The device descriptor read by the host controller driver contains information about the device, such as class, subclass, and protocol.
主机控制器设备驱动程序读取的设备描述符包含关于设备的信息,例如class、subclass和protocol。
In response, devfs_register adds the foo0 device node to the root of the devfs namespace, and records that this new foo0 node should map to the foo device driver in the kernel.
相应的,devfs_register在devfs名称空间的根目录添加foo0设备节点,并记录这个新的foo0节点应该映射到内核中的foo设备驱动程序。
The Linux card services core interacts with the host controller device driver, the card device drivers, and the user mode cardmgr daemon.
linux卡服务核心与主机控制器设备驱动程序、卡设备驱动程序及用户模式cardmgr后台进程交互。
TAP is a virtual network kernel driver that implements an Ethernet device and as such, operates at the Ethernet frame level.
TAP是一个虚拟网络内核驱动,该驱动实现Ethernet设备,并在Ethernet框架级别操作。
Also Ubuntu and Linux in general has to deal with device driver problems. Only a few manufacturers provide Linux drivers.
我使用的打印机没有Linux驱动,而且Ubuntu和Linux总体上都要解决设备驱动问题,只有少数生产厂商提供Linux驱动。
The device entry in Listing 1 states that the orinoco_cs driver consists of three kernel modules: Orinoco, orinoco_cs, and hermes.
清单1中的设备条目规定orinoco_cs驱动程序由三个内核模块组成:orinoco、orinoco_cs和hermes。
The loop device is a device driver that allows you to mount a file as a block device and then interpret the file system it represents.
loop设备是一个设备驱动程序,利用它可以将文件作为一个块设备挂载到系统中,然后就可以查看这个文件系统中的内容了。
应用推荐