#include <linux/init.h>
#include <linux/interrupt.h>
#include <linux/module.h>
#include <linux/types.h>
#include <asm/hardware.h>
#include <asm/io.h>
#include "../parisc/gsc.h"
#include "ncr53c8xx.h"
Go to the source code of this file.
#define GSC_SCSI_ZALON_OFFSET 0x800 |
#define IO_MODULE_DC_ADATA (2*4) |
#define IO_MODULE_EIM (1*4) |
#define IO_MODULE_II_CDATA (3*4) |
#define IO_MODULE_IO_COMMAND (12*4) |
#define IO_MODULE_IO_STATUS (13*4) |
#define IOIIDATA_IOII 0x00000020 |
#define IOIIDATA_MINT5EN 0x20000000 |
#define IOIIDATA_PACKEN 0x10000000 |
#define IOIIDATA_PREFETCHEN 0x08000000 |
#define IOIIDATA_SMINT5L 0x40000000 |
MODULE_AUTHOR |
( |
"Richard Hirst" |
| ) |
|
MODULE_DESCRIPTION |
( |
"Bluefish/Zalon 720 SCSI Driver" |
| ) |
|
MODULE_DEVICE_TABLE |
( |
parisc |
, |
|
|
zalon_tbl |
|
|
) |
| |
module_exit |
( |
zalon7xx_exit |
| ) |
|
module_init |
( |
zalon7xx_init |
| ) |
|