Changeset 54a1ca7 in mainline for uspace/drv/nic/ne2k/ne2k.c
- Timestamp:
- 2014-07-20T16:39:50Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 87a3df7f, cbfece7
- Parents:
- 9bd4615
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/nic/ne2k/ne2k.c
r9bd4615 r54a1ca7 37 37 * @brief Bridge between NICF, DDF and business logic for the NIC 38 38 */ 39 40 /* XXX Fix this */41 #define _DDF_DATA_IMPLANT42 39 43 40 #include <stdio.h> … … 405 402 return ENOMEM; 406 403 } 404 407 405 nic_set_ddf_fun(nic_data, fun); 408 406 ddf_fun_set_ops(fun, &ne2k_dev_ops); 409 ddf_fun_data_implant(fun, nic_data);410 407 411 408 rc = ddf_fun_bind(fun);
Note:
See TracChangeset
for help on using the changeset viewer.