#include <linux/module.h>
#include <linux/eisa.h>
#include <linux/kernel.h>
#include <linux/errno.h>
#include <linux/string.h>
#include <linux/init.h>
#include <linux/interrupt.h>
#include <linux/netdevice.h>
#include <linux/etherdevice.h>
#include <asm/io.h>
#include "8390.h"
Go to the source code of this file.
#define ES_ADDR0 0x02 /* 3 byte vendor prefix */ |
#define ES_CFG1 0xcc0 /* IOPORT(1) --> IOPORT(6) in cfg file */ |
#define ES_CFG6 0xc84 /* NB: 0xc84 is also "reset" port. */ |
#define ES_EISA_ID1 0x01012949 /* !rii0101.cfg */ |
#define ES_EISA_ID2 0x02012949 /* !rii0102.cfg */ |
#define ES_ID_PORT 0xc80 /* Same for all EISA cards */ |
#define ES_IO_EXTENT 0x37 /* The cfg file says 0xc90 -> 0xcc7 */ |
#define ES_NIC_OFFSET 0xca0 /* Hello, the 8390 is *here* */ |
#define ES_RESET_PORT 0xc84 /* From the packet driver source */ |
#define ES_SA_PROM 0xc90 /* Start of e'net addr. */ |
#define ES_START_PG 0x00 /* First page of TX buffer */ |
#define ES_STOP_PG 0x40 /* Last page +1 of RX ring */ |