Clean up a bit more; make it look like other drivers. Remove SIOCGIFADDR.

This commit is contained in:
mycroft 1994-03-01 05:41:26 +00:00
parent 92dba352d6
commit 69b37af13f
4 changed files with 634 additions and 662 deletions

File diff suppressed because it is too large Load Diff

View File

@ -9,7 +9,7 @@
/* /*
* 3COM Etherlink 3C501 Register Definitions * 3COM Etherlink 3C501 Register Definitions
* *
* $Id: if_elreg.h,v 1.2 1994/03/01 04:12:32 cgd Exp $ * $Id: if_elreg.h,v 1.3 1994/03/01 05:41:27 mycroft Exp $
*/ */
/* /*
@ -80,5 +80,3 @@
/* Packet buffer size */ /* Packet buffer size */
#define EL_BUFSIZ 2048 #define EL_BUFSIZ 2048
#define ETHER_ADDR_LEN 6

File diff suppressed because it is too large Load Diff

View File

@ -9,7 +9,7 @@
/* /*
* 3COM Etherlink 3C501 Register Definitions * 3COM Etherlink 3C501 Register Definitions
* *
* $Id: if_elreg.h,v 1.2 1994/03/01 04:12:32 cgd Exp $ * $Id: if_elreg.h,v 1.3 1994/03/01 05:41:27 mycroft Exp $
*/ */
/* /*
@ -80,5 +80,3 @@
/* Packet buffer size */ /* Packet buffer size */
#define EL_BUFSIZ 2048 #define EL_BUFSIZ 2048
#define ETHER_ADDR_LEN 6