#include <linux/blkdev.h>
#include <linux/interrupt.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/mca.h>
#include <linux/slab.h>
#include <asm/io.h>
#include <scsi/scsi_host.h>
#include <scsi/scsi_device.h>
#include <scsi/scsi_transport.h>
#include <scsi/scsi_transport_spi.h>
#include "53c700.h"
#include "NCR_D700.h"
Go to the source code of this file.
#define NCR_D700_VERSION "2.2" |
MODULE_AUTHOR |
( |
"James Bottomley" |
| ) |
|
MODULE_DESCRIPTION |
( |
"NCR Dual700 SCSI Driver" |
| ) |
|
module_exit |
( |
NCR_D700_exit |
| ) |
|
module_init |
( |
NCR_D700_init |
| ) |
|
module_param |
( |
NCR_D700 |
, |
|
|
charp |
, |
|
|
0 |
|
|
) |
| |