Software:Leaf driver

From HandWiki

Leaf driver refers to a device driver that accesses logically or physically existent devices on an I/O bus, and implements the functions defined for the device, such as transferring data to or from the device or accessing device registers.

Leaf devices (those requiring leaf drivers) are typical peripheral devices such as disks, tapes, network adapters, Framebuffer, and so forth. Drivers for these devices export the traditional character and block driver interfaces for use by user processes to read and write data to storage or communication devices.

See also