#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/types.h>
#include <linux/fcntl.h>
#include <linux/interrupt.h>
#include <linux/ioport.h>
#include <linux/in.h>
#include <linux/string.h>
#include <linux/errno.h>
#include <linux/netdevice.h>
#include <linux/etherdevice.h>
#include <linux/ethtool.h>
#include <linux/skbuff.h>
#include <linux/delay.h>
#include <linux/device.h>
#include <linux/init.h>
#include <linux/bitops.h>
#include <linux/jiffies.h>
#include <asm/ecard.h>
#include <asm/io.h>
#include <asm/system_info.h>
#include "lib8390.c"
Go to the source code of this file.
| #define DRV_NAME "etherh" |
| #define DRV_VERSION "1.11" |
| #define EI_SHIFT |
( |
|
x | ) |
(ei_local->reg_offset[x]) |
| #define ETHERH500_CTRLPORT 0x800 /* IOC */ |
| #define ETHERH500_DATAPORT 0x800 /* MEMC */ |
| #define ETHERH500_NS8390 0x000 /* MEMC */ |
| #define ETHERH600_CTRLPORT 0x200 /* MEMC */ |
| #define ETHERH600_DATAPORT 0x040 /* MEMC */ |
| #define ETHERH600_NS8390 0x800 /* MEMC */ |
| #define ETHERH_CP_HEARTBEAT 2 |
| #define ETHERH_STOP_PAGE 127 |
| #define ETHERH_TX_START_PAGE 1 |
| #define ETHERM_CTRLPORT 0x23c /* MEMC */ |
| #define ETHERM_DATAPORT 0x200 /* MEMC */ |
| #define ETHERM_NS8390 0x800 /* MEMC */ |
| #define ETHERM_STOP_PAGE 127 |
| #define ETHERM_TX_START_PAGE 64 |
| MODULE_AUTHOR |
( |
"Russell King" |
| ) |
|
| MODULE_DESCRIPTION |
( |
"EtherH/EtherM driver" |
| ) |
|
| module_exit |
( |
etherh_exit |
| ) |
|
| module_init |
( |
etherh_init |
| ) |
|