VE - Drivers

DriverNameHere

Overview

Describe what kinds of devices this driver supports.

Devices

device-type

element [type]
Element description, conditions... May be generic in cases where actual element set is decided at runtime.
... other elements
... other device types

Options

option-name
Description of option purpose and valid values. If values are a small set of constant names, list names as an "ul" and describe each value
... other options

Using the Driver

Driver name: name of shared object

Example:

    driver devtype soname
    device egdevice devtype {
        sample options
    }