Module Device Driver 模型驱动程序
One unique feature of this module is that it takes advantage of the transparent load balancing provided by the device driver.
这个模块唯一的特性就是它利用设备驱动程序提供的透明负载均衡。
The kernel module implements a driver for a virtual block device (which is replicated between a local disk and a remote disk across the network).
内核模块实现一个用于虚拟块设备(跨网络在本地磁盘与远程磁盘之间复制)的驱动程序。
Its main job is to load the correct device driver (module) based on the device identifier.
它的主要工作就是根据设备的标识来加载正确的设备驱动(模块)。
应用推荐