Changeset cde999a in mainline for uspace/drv/nic/e1k/e1k.c
- Timestamp:
- 2018-01-04T20:22:51Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3d95c9d, 84a1a54
- Parents:
- 3c7702c0
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-01-04 19:18:29)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-01-04 20:22:51)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/nic/e1k/e1k.c
r3c7702c0 rcde999a 1261 1261 * @param[out] handle IRQ capability handle if the handler was registered 1262 1262 * 1263 * @return Negativeerror code otherwise1263 * @return An error code otherwise 1264 1264 * 1265 1265 */ … … 1370 1370 * 1371 1371 * @return EOK if succeed 1372 * @return Negativeerror code otherwise1372 * @return An error code otherwise 1373 1373 * 1374 1374 */ … … 1524 1524 * 1525 1525 * @return EOK if succeed 1526 * @return Negativeerror code otherwise1526 * @return An error code otherwise 1527 1527 * 1528 1528 */ … … 1940 1940 * 1941 1941 * @return EOK if succeed 1942 * @return Negativeerror code otherwise1942 * @return An error code otherwise 1943 1943 * 1944 1944 */ … … 1965 1965 * 1966 1966 * @return EOK if succeed 1967 * @return Negativeerror code otherwise1967 * @return An error code otherwise 1968 1968 * 1969 1969 */ … … 1993 1993 * 1994 1994 * @return EOK if succeed 1995 * @return Negativeerror code otherwise1995 * @return An error code otherwise 1996 1996 * 1997 1997 */ … … 2107 2107 * 2108 2108 * @return EOK if successed 2109 * @return Negativeerror code otherwise2109 * @return An error code otherwise 2110 2110 * 2111 2111 */ … … 2255 2255 * 2256 2256 * @return EOK if succeed 2257 * @return Negativeerror code otherwise2257 * @return An error code otherwise 2258 2258 * 2259 2259 */ … … 2289 2289 * 2290 2290 * @return EOK if succeed 2291 * @return Negativeerror code otherwise2291 * @return An error code otherwise 2292 2292 */ 2293 2293 static int e1000_set_addr(ddf_fun_t *fun, const nic_address_t *addr)
Note:
See TracChangeset
for help on using the changeset viewer.