--- Net2/arch/i386/isa/if_ec.h 2018/04/24 18:07:07 1.1.1.1 +++ Net2/arch/i386/isa/if_ec.h 2018/04/24 18:20:04 1.1.1.2 @@ -34,7 +34,10 @@ * SUCH DAMAGE. * * A lot of this was derived from if_wereg.h and 3c503.asm. + * + * if_ec.h,v 1.4 1993/05/22 08:01:17 cgd Exp */ + /* * receive ring discriptor * @@ -114,7 +117,7 @@ struct ec_ring { * Control bits for E33G_CNTRL */ #define ECNTRL_RESET 0x01 /* Software reset of ASIC and 8390. */ -#define ECNTRL_THIN 0x02 /* Enable thinnet interface. */ +#define ECNTRL_ONBOARD 0x02 /* Enable on-board transceiver. */ #define ECNTRL_SAPROM 0x04 /* Map Address Prom. */ #define ECNTRL_DBLBFR 0x20 /* FIFO Configuration bit */ #define ECNTRL_OUTPUT 0x40 /* PC->3c503 direction if set*/