Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/errno.h>
#include <linux/string.h>
#include <linux/delay.h>
#include <linux/netdevice.h>
#include <linux/etherdevice.h>
#include <linux/init.h>
#include <linux/interrupt.h>
#include <linux/ethtool.h>
#include <asm/uaccess.h>
#include <asm/io.h>
#include <asm/byteorder.h>
#include "8390.h"
#include "3c503.h"
Go to the source code of this file.
Macros | |
#define | DRV_NAME "3c503" |
#define | DRV_VERSION "1.10a" |
#define | DRV_RELDATE "11/17/2001" |
#define | WRD_COUNT 4 |
#define | EL2_IO_EXTENT 16 |
#define | EL2_MEMSIZE (EL2_MB1_STOP_PG - EL2_MB1_START_PG)*256 |
Functions | |
struct net_device *__init | el2_probe (int unit) |
#define EL2_MEMSIZE (EL2_MB1_STOP_PG - EL2_MB1_START_PG)*256 |