Changeset 3f74275 in mainline for uspace/drv/nic


Ignore:
Timestamp:
2017-08-20T16:45:01Z (8 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e68765e
Parents:
e7ac23d0
Message:

Fix terminology around capabilities, capability handles and kernel objects

Location:
uspace/drv/nic
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/nic/e1k/e1k.c

    re7ac23d0 r3f74275  
    12531253 * @param nic Driver data
    12541254 *
    1255  * @return IRQ capability if the handler was registered
     1255 * @return IRQ capability handle if the handler was registered
    12561256 * @return Negative error code otherwise
    12571257 *
  • uspace/drv/nic/rtl8139/driver.c

    re7ac23d0 r3f74275  
    881881 *  @param nic_data  The driver data
    882882 *
    883  *  @return IRQ capability if the handler was registered.
     883 *  @return IRQ capability handle if the handler was registered.
    884884 *  @return Negative error code otherwise.
    885885 */
Note: See TracChangeset for help on using the changeset viewer.