#include <linux/compat.h>
#include <linux/blkdev.h>
#include <linux/completion.h>
#include <linux/init.h>
#include <linux/interrupt.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/moduleparam.h>
#include <linux/pci.h>
#include <linux/pci-aspm.h>
#include <linux/slab.h>
#include <linux/mutex.h>
#include <linux/spinlock.h>
#include <linux/syscalls.h>
#include <linux/delay.h>
#include <linux/kthread.h>
#include <scsi/scsi.h>
#include <scsi/scsi_cmnd.h>
#include <scsi/scsi_device.h>
#include <scsi/scsi_host.h>
#include <scsi/scsi_tcq.h>
#include <scsi/scsicam.h>
#include <scsi/scsi_eh.h>
#include "aacraid.h"
Go to the source code of this file.
#define AAC_DRIVER_VERSION "1.2-0" |
#define AAC_DRIVERNAME "aacraid" |
aac_get_driver_ident : index into lookup table
Returns a pointer to the entry in the driver lookup table.
Definition at line 301 of file linit.c.
MODULE_AUTHOR |
( |
"Red Hat Inc and Adaptec" |
| ) |
|
MODULE_DESCRIPTION |
( |
"Dell |
PERC2, |
|
|
2/ |
Si, |
|
|
3/ |
Si, |
|
|
3/ |
Di, |
|
|
""Adaptec Advanced Raid |
Products, |
|
|
""HP NetRAID- |
4M, |
|
|
IBM ServeRAID &ICP SCSI driver" |
|
|
) |
| |
MODULE_DEVICE_TABLE |
( |
pci |
, |
|
|
aac_pci_tbl |
|
|
) |
| |