Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 442 → Rev 441

/shark/trunk/drivers/net/eepro100.c
File deleted
/shark/trunk/drivers/net/eth.c
20,11 → 20,11
 
/**
------------
CVS : $Id: eth.c,v 1.7 2004-02-05 11:42:57 giacomo Exp $
CVS : $Id: eth.c,v 1.6 2004-01-08 20:38:55 giacomo Exp $
 
File: $File$
Revision: $Revision: 1.7 $
Last update: $Date: 2004-02-05 11:42:57 $
Revision: $Revision: 1.6 $
Last update: $Date: 2004-01-08 20:38:55 $
------------
**/
 
247,11 → 247,6
cprintf("\n");
}
 
void eth_copy_and_sum(struct sk_buff *dest, unsigned char *src, int length, int base)
{
memcpy(dest->data,src,length);
}
 
#if 0
/*-------------------- User Interface -----------------------------*/
unsigned short htons(unsigned short host)
382,7 → 377,6
int tc59x_probe(struct device *dev);
int el3_probe(struct device *dev);
int ne_probe(struct device *dev);
int eepro100_probe(struct device *dev);
 
int eth_init(int mode, TASK_MODEL *m)
{
438,12 → 432,6
printk(KERN_DEBUG "LF %d\n", linux_found);
#endif
 
linux_found += (eepro100_probe(&device0) == 0);
#ifdef DEBUG_ETH
printk(KERN_DEBUG "LF %d\n", linux_found);
#endif
 
 
#if 0
ndev = pci_scan_bus(pci_devs);
#ifdef __ETH_DBG__
/shark/trunk/drivers/net/makefile
16,8 → 16,7
3c509.o \
ne.o \
rtl8139.o \
eepro100.o \
netbuff.o \
netbuff.o \
arp.o \
udpip.o \
net.o \
/shark/trunk/drivers/linuxcom/include/linux/compatib.h
31,7 → 31,6
//#define u_long unsigned long int
#define __u16 unsigned short int
#define u16 unsigned short int
#define s16 signed short int
//#define u_short unsigned short int
#define ushort unsigned short int
//#define u_char unsigned char