Noun

Wikipedia has an article on: Device driver

Singular device driver

Plural device drivers

device driver (plural device drivers)

  1. (computing) software, supplied with the operating system or by a hardware manufacturer, that communicates between the operating system of a personal computer and a specific hardware device

From Wiktionary under the GNU Free Documentation License.
Sat Jun 13 08:21:29 2009

In computing, a device driver or software driver is a computer program allowing higher-level computer programs to interact with a hardware device.

A driver typically communicates with the device through the computer bus or communications subsystem to which the hardware is connected. When a calling program invokes a routine in the driver, the driver issues commands to the device. Once the device sends data back to the driver, the driver may invoke routines in the original calling program. Drivers are hardware-dependent and operating-system-specific. They usually provide the interrupt handling required for any necessary asynchronous time-dependent hardware interface.

Purpose

A device driver simplifies programming by acting as an abstraction layer between a hardware device and the applications or operating systems that use it. The higher-level application code can be written independently of whatever specific hardware device it will ultimately control, as it can interface with it in a standard way, regardless of the underlying hardware. Every version of a device, such as a printer, requires its own hardware-specific specialized commands. In contrast, most applications utilize devices (such as sending a file to a printer) by means of high-level device-generic commands such as PRINTLN (print a line). The device-driver accepts these generic high-level commands and breaks them into a series of low-level device-specific commands as required by the device being driven. Furthermore, drivers can provide a level of security as they can run in kernel-mode, thereby protecting the operating system from applications running in user-mode.

From Wikipedia under the GNU Free Documentation License
Thu Jun 11 22:10:31 2009

See also:

  • Windows Drivers DownloadsWindows Drivers Downloads
    nodevice.com
    Categorized lists of drives, by device type or manufacturer. Also offers manuals and driver articles.
  • <b>Driver Guide</b>Driver Guide
    driverguide.com
    Database of drivers and resources for a variety of devices.

  • PC Driver DoctorPC Driver Doctor
    pcdriverdoctor.com
    Provides a driver download utility to locate the latest drivers for PCs. Offers free scan to locate latest drivers. You need to pay to actually download the drivers, or you can get them yourself.
Custom search only device driver sites:

Help build the largest human-edited directory on the web.
Submit a Site - Open Directory Project - Become an Editor
Mon Jun 29 05:46:48 2009