有时也使用第三方设备驱动程序。
你也许认为,我准备谈论设备驱动程序的质量。
You may think I am now going to talk about the quality of the device drivers.
网络栈底部是负责管理物理网络设备的设备驱动程序。
At the bottom of the network stack are the device drivers that manage the physical network devices.
并包含U SB设备驱动程序可以使用的函数和数据结构。
It contains functions and data structures that USB device drivers can use.
与串行驱动器不兼容的IrDa芯片有自己的设备驱动程序。
IrDa chips incompatible with the serial driver have their own device drivers.
对特定设备的访问由与它相关联的传统物理设备驱动程序处理。
The access to a specific device is handled by traditional physical device driver associated with it.
用于访问硬件的所有设备驱动程序也都被装载到Dom 0中。
All the device drivers for accessing hardware are also loaded in Dom0.
例如,对底层设备驱动程序的读写请求会通过缓冲区缓存来传递。
For example, read and write requests to the underlying device drivers migrate through the buffer cache.
缓冲区缓存之下是设备驱动程序,它实现了特定物理设备的接口。
Below the buffer cache are the device drivers, which implement the interface for the particular physical device.
这些内核线程应该在设备驱动程序的close函数中进行销毁。
These kernel threads should be destroyed in the close of the device driver.
这个模块唯一的特性就是它利用设备驱动程序提供的透明负载均衡。
One unique feature of this module is that it takes advantage of the transparent load balancing provided by the device driver.
然后内核开始启动,设备驱动程序开始向系统的剩余部分注册设备。
Then, the kernel starts to boot and device drivers begin to register devices with the rest of the system.
这种策略让我们可以按照每个中断来跟踪设备驱动程序的完整代码。
This strategy lets you examine the device driver's complete code flow on a per-interrupt basis.
举例来说,假设foo设备驱动程序希望使用devfs注册设备。
For example, let's say that the foo device driver wants to register a device with devfs.
当设备可能不存在时,DSF特别有助于执行设备驱动程序内核代码。
DSF is especially helpful in executing device driver kernel code where the device may not be present.
而称为设备驱动程序的内核中软件的特殊部分就充当这些设备的封装器。
Instead, special pieces of software inside the kernel called device drivers act as wrappers to these devices.
DeviceName应当与相应设备驱动程序定义的设备名称相同。
DeviceName should be the same as the device name defined in the corresponding device driver program.
Linux设备驱动程序,是通过专门与硬件打交道的内核代码工作的。
Linux device drivers work through special kernel code that directly accesses the hardware.
最底层是屏幕和输入设备驱动程序(关于键盘或鼠标)来与实际硬件交互。
At the lowest level are the screen and input device drivers (as for the keyboard or mouse) to interact with the actual hardware.
这样,进程对设备执行操作时,内核就会知道应该引用什么设备驱动程序。
That way, when a process performs an operation on the device, the kernel knows what device driver should be referenced.
当您调换适配器时,现在的设备驱动程序会支持此适配器,因为它是同类型的。
When you exchange the adapter, the existing device driver supports the adapter because it is of the same type.
在苹果机上,设备驱动程序,是存放在一个叫做系统扩展文件夹中的特殊文件。
On the Apple Mac, for instance, the drivers for the hardware devices are usually special files that go in the System Extensions folder.
本文通过模拟各种中断,尽可能地帮助设备驱动程序开发人员测试中断服务例程。
This article helps device driver developers test the interrupt service routine as much as possible by simulating the various interrupts.
根据设备驱动程序的不同,如果设备具有缓冲区,可能需要使用一个缓冲区的拷贝。
Depending on your device driver, you may need to have a copy of the buffers, if the device has any.
本节着重讨论通常几乎在每个嵌入式环境中都会使用的一些重要设备的设备驱动程序。
This section focuses on device drivers for some important devices that are normally used in almost every embedded environment.
这个设备驱动程序是为一个嵌入式系统开发的,在这种系统上并没有很好的调试环境。
This particular device driver is meant for an embedded system where you may not have much sophisticated debugging environment.
对物理存储器的访问:诸如设备驱动程序之类的RT应用程序总是需要追溯根源。
Access to physical memory: RT applications such as device drivers often need to get down to the metal.
为支持新硬件而实施的有限修改,比如修改设备驱动程序的内核以反映一种新的处理器。
Limited changes to support new hardware, such as device drivers' kernels changes to reflect a new processor.
各种网络设备驱动程序在接口层运行,该层从物理链路接收数据,并向物理链路传输数据。
The various network device drivers run at the interface layer, which receives and transmits data from and to the physical link.
NetBSD使用加密设备驱动程序 (CGD)通过虚拟设备实现加密的文件系统。
NetBSD uses the cryptographic device driver (CGD) to implement an encrypted file system with a virtual device.
应用推荐