#include <linux/module.h>
#include <linux/blkdev.h>
#include <linux/kernel.h>
#include <linux/string.h>
#include <linux/init.h>
#include <linux/interrupt.h>
#include <linux/ioport.h>
#include <linux/proc_fs.h>
#include <linux/unistd.h>
#include <linux/spinlock.h>
#include <linux/stat.h>
#include <asm/io.h>
#include <asm/irq.h>
#include <asm/dma.h>
#include "scsi.h"
#include <scsi/scsi_host.h>
#include "qlogicfas408.h"
Go to the source code of this file.
MODULE_AUTHOR |
( |
"Tom |
Zerucha, |
|
|
Michael Griffith" |
|
|
) |
| |
MODULE_DESCRIPTION |
( |
"Driver for the Qlogic FAS408 based ISA card" |
| ) |
|
module_exit |
( |
qlogicfas_exit |
| ) |
|
module_init |
( |
qlogicfas_init |
| ) |
|
MODULE_PARM_DESC |
( |
irq |
, |
|
|
"IRQ" |
|
|
) |
| |