Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
pata_it821x.c File Reference
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/pci.h>
#include <linux/init.h>
#include <linux/blkdev.h>
#include <linux/delay.h>
#include <linux/slab.h>
#include <scsi/scsi_host.h>
#include <linux/libata.h>

Go to the source code of this file.

Data Structures

struct  it821x_dev
 

Macros

#define DRV_NAME   "pata_it821x"
 
#define DRV_VERSION   "0.4.2"
 
#define ATA_66   0
 
#define ATA_50   1
 
#define ATA_ANY   2
 
#define UDMA_OFF   0
 
#define MWDMA_OFF   0
 

Functions

 module_pci_driver (it821x_pci_driver)
 
 MODULE_AUTHOR ("Alan Cox")
 
 MODULE_DESCRIPTION ("low-level driver for the IT8211/IT8212 IDE RAID controller")
 
 MODULE_LICENSE ("GPL")
 
 MODULE_DEVICE_TABLE (pci, it821x)
 
 MODULE_VERSION (DRV_VERSION)
 
 module_param_named (noraid, it8212_noraid, int, S_IRUGO)
 
 MODULE_PARM_DESC (noraid,"Force card into bypass mode")
 

Macro Definition Documentation

#define ATA_50   1

Definition at line 101 of file pata_it821x.c.

#define ATA_66   0

Definition at line 100 of file pata_it821x.c.

#define ATA_ANY   2

Definition at line 102 of file pata_it821x.c.

#define DRV_NAME   "pata_it821x"

Definition at line 83 of file pata_it821x.c.

#define DRV_VERSION   "0.4.2"

Definition at line 84 of file pata_it821x.c.

#define MWDMA_OFF   0

Definition at line 105 of file pata_it821x.c.

#define UDMA_OFF   0

Definition at line 104 of file pata_it821x.c.

Function Documentation

MODULE_AUTHOR ( "Alan Cox"  )
MODULE_DESCRIPTION ( "low-level driver for the IT8211/IT8212 IDE RAID controller )
MODULE_DEVICE_TABLE ( pci  ,
it821x   
)
MODULE_LICENSE ( "GPL"  )
module_param_named ( noraid  ,
it8212_noraid  ,
int  ,
S_IRUGO   
)
MODULE_PARM_DESC ( noraid  ,
"Force card into bypass mode  
)
module_pci_driver ( it821x_pci_driver  )
MODULE_VERSION ( DRV_VERSION  )