Changeset 54a1ca7 in mainline for uspace/drv/nic/ne2k/ne2k.c


Ignore:
Timestamp:
2014-07-20T16:39:50Z (10 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
87a3df7f, cbfece7
Parents:
9bd4615
Message:

Convert NIC drivers away from DDF_DATA_IMPLANT.

File:
1 edited

Legend:

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

    r9bd4615 r54a1ca7  
    3737 * @brief Bridge between NICF, DDF and business logic for the NIC
    3838 */
    39 
    40 /* XXX Fix this */
    41 #define _DDF_DATA_IMPLANT
    4239
    4340#include <stdio.h>
     
    405402                return ENOMEM;
    406403        }
     404       
    407405        nic_set_ddf_fun(nic_data, fun);
    408406        ddf_fun_set_ops(fun, &ne2k_dev_ops);
    409         ddf_fun_data_implant(fun, nic_data);
    410407       
    411408        rc = ddf_fun_bind(fun);
Note: See TracChangeset for help on using the changeset viewer.