Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 332 → Rev 333

/shark/trunk/drivers/net/eth.c
20,11 → 20,11
 
/**
------------
CVS : $Id: eth.c,v 1.4 2003-07-10 07:52:04 pj Exp $
CVS : $Id: eth.c,v 1.5 2003-11-15 12:53:47 giacomo Exp $
 
File: $File$
Revision: $Revision: 1.4 $
Last update: $Date: 2003-07-10 07:52:04 $
Revision: $Revision: 1.5 $
Last update: $Date: 2003-11-15 12:53:47 $
------------
**/
 
371,13 → 371,25
}
}
 
void skb_init(void);
void linuxpci_init(void);
int rtl8139_probe(struct device *dev);
int tc59x_probe(struct device *dev);
int el3_probe(struct device *dev);
int ne_probe(struct device *dev);
 
int eth_init(int mode, TASK_MODEL *m)
{
SOFT_TASK_MODEL m_soft;
int i, ndev;
int i;
#if 0
ndev;
WORD Class;
struct pci_regs *r;
PID p;
 
#endif
 
BYTE cardtype;
int linux_found = 0;