#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/string.h>
#include <linux/errno.h>
#include <linux/ioport.h>
#include <linux/interrupt.h>
#include <linux/netdevice.h>
#include <linux/etherdevice.h>
#include <linux/skbuff.h>
#include <linux/init.h>
#include <linux/bitops.h>
#include <asm/io.h>
#include <asm/irq.h>
#include <asm/amigaints.h>
#include <asm/amigahw.h>
#include <linux/zorro.h>
#include "lib8390.c"
Go to the source code of this file.
#define EI_SHIFT |
( |
|
x | ) |
(ei_local->reg_offset[x]) |
#define HYDRA_ADDRPROM 0xffc0 |
#define HYDRA_NIC_BASE 0xffe1 |
#define HYDRA_VERSION "v3.0alpha" |
#define NE_EN0_DCFG (0x0e*2) |
#define NESM_START_PG 0x0 /* First page of TX buffer */ |
#define NESM_STOP_PG 0x40 /* Last page +1 of RX ring */ |
#define WORDSWAP |
( |
|
a | ) |
((((a)>>8)&0xff) | ((a)<<8)) |
MODULE_DEVICE_TABLE |
( |
zorro |
, |
|
|
hydra_zorro_tbl |
|
|
) |
| |
module_exit |
( |
hydra_cleanup_module |
| ) |
|
module_init |
( |
hydra_init_module |
| ) |
|