Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4350 → Rev 4351

/branches/network/uspace/srv/net/netif/dp8390/dp8390.c
271,7 → 271,6
// 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;
280,7 → 279,6
// return;
return EOK;
}
//TODO assert?
assert(dep->de_mode == DEM_ENABLED);
assert(dep->de_flags & DEF_ENABLED);
 
296,7 → 294,6
// 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,11 → 74,7
.value = 1,
.srcarg = 2
},
/* { .cmd = CMD_PIO_WRITE_8,
.addr = NULL,
.value = 0
},
*/ {
{
.cmd = CMD_ACCEPT
}
};