#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/slab.h>
#include <linux/sched.h>
#include <linux/types.h>
#include <linux/fcntl.h>
#include <linux/string.h>
#include <linux/errno.h>
#include <linux/init.h>
#include <linux/interrupt.h>
#include <linux/ioport.h>
#include <linux/netdevice.h>
#include <linux/hdlc.h>
#include <linux/pci.h>
#include <linux/dma-mapping.h>
#include <linux/delay.h>
#include <asm/io.h>
#include "wanxl.h"
#include "wanxlfw.inc"
Go to the source code of this file.
#define MBX1_CMD_ABORTJ 0x85000000 /* Abort and Jump */ |
#define MBX1_CMD_BSWAP 0x8C000000 /* big-endian Byte Swap Mode */ |
#define MBX2_MEMSZ_MASK 0xFFFF0000 /* PUTS Memory Size Register mask */ |
#define PLX_CTL_RESET 0x40000000 /* adapter reset */ |
#define pr_fmt |
( |
|
fmt | ) |
KBUILD_MODNAME ": " fmt |
MODULE_AUTHOR |
( |
"Krzysztof Halasa <khc@pm.waw.pl>" |
| ) |
|
MODULE_DEVICE_TABLE |
( |
pci |
, |
|
|
wanxl_pci_tbl |
|
|
) |
| |
module_exit |
( |
wanxl_cleanup_module |
| ) |
|
module_init |
( |
wanxl_init_module |
| ) |
|
MODULE_LICENSE |
( |
"GPL v2" |
| ) |
|