Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4351 → Rev 4350

/branches/network/uspace/srv/net/netif/dp8390/dp8390.c
271,6 → 271,7
// strncpy((char *) dep->de_address.ea_addr, "ZDP", 6);
// dep->de_address.ea_addr[5] = port;
// dp_confaddr(dep);
//TODO ether address?
// reply_mess.m_type = DL_CONF_REPLY;
// reply_mess.m3_i1 = mp->DL_PORT;
// reply_mess.m3_i2 = DE_PORT_NR;
279,6 → 280,7
// return;
return EOK;
}
//TODO assert?
assert(dep->de_mode == DEM_ENABLED);
assert(dep->de_flags & DEF_ENABLED);
 
294,6 → 296,7
// dep->de_client = mp->m_source;
dp_reinit(dep);
 
//TODO ether address?
// reply_mess.m_type = DL_CONF_REPLY;
// reply_mess.m3_i1 = mp->DL_PORT;
// reply_mess.m3_i2 = DE_PORT_NR;
/branches/network/uspace/srv/net/netif/dp8390/dp8390_module.c
74,7 → 74,11
.value = 1,
.srcarg = 2
},
{
/* { .cmd = CMD_PIO_WRITE_8,
.addr = NULL,
.value = 0
},
*/ {
.cmd = CMD_ACCEPT
}
};
/branches/network/uspace/srv/net/netif/lo/lo.c
104,6 → 104,7
void module_print_name( void );
 
int netif_specific_message( ipc_callid_t callid, ipc_call_t * call, ipc_call_t * answer, int * answer_count ){
//TODO nil send message
return ENOTSUP;
}