Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 926 → Rev 927

/shark/trunk/drivers/net/eth.c
20,11 → 20,11
 
/**
------------
CVS : $Id: eth.c,v 1.10 2004-05-11 16:03:40 giacomo Exp $
CVS : $Id: eth.c,v 1.11 2005-01-08 14:57:06 pj Exp $
 
File: $File$
Revision: $Revision: 1.10 $
Last update: $Date: 2004-05-11 16:03:40 $
Revision: $Revision: 1.11 $
Last update: $Date: 2005-01-08 14:57:06 $
------------
**/
 
131,7 → 131,7
void dev_tint(struct device *dev)
{
printk(KERN_WARNING "Warning! dev_tint called. (Why?)\n");
sys_abort(201);
exit(201);
}
 
/*
145,7 → 145,7
// cprintf("DENTRO netif_rx, skbuf=%p\n",skb->data);
if (nettask_pid == NIL) {
printk(KERN_CRIT "Net receives packets, but the driver doesn't exist.\n");
sys_abort(300);
exit(300);
}
 
port_send(NetRxPort,skb,NON_BLOCK);