Changes between Version 16 and Version 17 of DeviceDrivers


Ignore:
Timestamp:
2011-11-14T21:15:30Z (12 years ago)
Author:
Jiri Svoboda
Comment:

Small fixes

Legend:

Unmodified
Added
Removed
Modified
  • DeviceDrivers

    v16 v17  
    8080in order for the driver to support hot unplug (all drivers should support hot unplug).
    8181
    82 === Driver Entry Points (driver_opts_t) ===
     82=== Driver Entry Points (driver_ops_t) ===
    8383==== dev_add ====
    8484{{{
     
    102102to some suitable, clean state (from which it could be picked up by ''dev_add'', for example).
    103103
    104 The driver must unbind all functions belonging to this device and it should also clean up any
     104The driver must offline and unbind all functions belonging to this device and it should also clean up any
    105105software state associated with the device. If this entry point is not implemented, it should
    106106be either set to NULL or it should always return ENOTSUP.