#include <linux/module.h>
#include <linux/types.h>
#include <linux/string.h>
#include <linux/kernel.h>
#include <linux/pci.h>
#include <linux/interrupt.h>
#include <linux/errno.h>
#include <linux/delay.h>
#include <linux/timer.h>
#include <linux/spinlock.h>
#include <linux/gfp.h>
#include <asm/uaccess.h>
#include <asm/io.h>
#include <asm/div64.h>
#include <scsi/scsi_cmnd.h>
#include <scsi/scsi_device.h>
#include <scsi/scsi.h>
#include <scsi/scsi_tcq.h>
#include <scsi/scsi_host.h>
#include "hptiop.h"
Go to the source code of this file.
MODULE_AUTHOR |
( |
"HighPoint |
Technologies, |
|
|
Inc." |
|
|
) |
| |
MODULE_DESCRIPTION |
( |
"HighPoint RocketRAID 3xxx/4xxx Controller Driver" |
| ) |
|
MODULE_DEVICE_TABLE |
( |
pci |
, |
|
|
hptiop_id_table |
|
|
) |
| |
module_exit |
( |
hptiop_module_exit |
| ) |
|
module_init |
( |
hptiop_module_init |
| ) |
|