Changeset 3f74275 in mainline for uspace/drv/nic
- Timestamp:
- 2017-08-20T16:45:01Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e68765e
- Parents:
- e7ac23d0
- Location:
- uspace/drv/nic
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/nic/e1k/e1k.c
re7ac23d0 r3f74275 1253 1253 * @param nic Driver data 1254 1254 * 1255 * @return IRQ capability if the handler was registered1255 * @return IRQ capability handle if the handler was registered 1256 1256 * @return Negative error code otherwise 1257 1257 * -
uspace/drv/nic/rtl8139/driver.c
re7ac23d0 r3f74275 881 881 * @param nic_data The driver data 882 882 * 883 * @return IRQ capability if the handler was registered.883 * @return IRQ capability handle if the handler was registered. 884 884 * @return Negative error code otherwise. 885 885 */
Note:
See TracChangeset
for help on using the changeset viewer.