#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/errno.h>
#include <linux/pci.h>
#include <linux/init.h>
#include <linux/delay.h>
#include <linux/netdevice.h>
#include <linux/etherdevice.h>
#include <linux/interrupt.h>
#include <linux/jiffies.h>
#include <asm/io.h>
#include <asm/setup.h>
#include <asm/amigaints.h>
#include <asm/amigahw.h>
#include <asm/amigayle.h>
#include <asm/amipcmcia.h>
#include "8390.h"
Go to the source code of this file.
#define NE1SM_START_PG 0x20 /* First page of TX buffer */ |
#define NE1SM_STOP_PG 0x40 /* Last page +1 of RX ring */ |
#define NE_BASE (dev->base_addr) |
#define NE_DATAPORT 0x10 /* NatSemi-defined port window offset. */ |
#define NE_EN0_RCNTHI 0x0b |
#define NE_EN0_RCNTLO 0x0a |
#define NE_EN0_RSARHI 0x09 |
#define NE_EN0_RSARLO 0x08 |
#define NE_IO_EXTENT 0x20 |
#define NE_RESET 0x1f /* Issue a read to reset, a write to clear. */ |
#define NESM_START_PG 0x40 /* First page of TX buffer */ |
#define NESM_STOP_PG 0x80 /* Last page +1 of RX ring */ |