Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Enumerations | Functions
pata_mpiix.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 <scsi/scsi_host.h>
#include <linux/libata.h>

Go to the source code of this file.

Macros

#define DRV_NAME   "pata_mpiix"
 
#define DRV_VERSION   "0.7.7"
 

Enumerations

enum  {
  IDETIM = 0x6C, IORDY = (1 << 1), PPE = (1 << 2), FTIM = (1 << 0),
  ENABLED = (1 << 15), SECONDARY = (1 << 14)
}
 

Functions

 module_pci_driver (mpiix_pci_driver)
 
 MODULE_AUTHOR ("Alan Cox")
 
 MODULE_DESCRIPTION ("low-level driver for Intel MPIIX")
 
 MODULE_LICENSE ("GPL")
 
 MODULE_DEVICE_TABLE (pci, mpiix)
 
 MODULE_VERSION (DRV_VERSION)
 

Macro Definition Documentation

#define DRV_NAME   "pata_mpiix"

Definition at line 37 of file pata_mpiix.c.

#define DRV_VERSION   "0.7.7"

Definition at line 38 of file pata_mpiix.c.

Enumeration Type Documentation

anonymous enum
Enumerator:
IDETIM 
IORDY 
PPE 
FTIM 
ENABLED 
SECONDARY 

Definition at line 40 of file pata_mpiix.c.

Function Documentation

MODULE_AUTHOR ( "Alan Cox"  )
MODULE_DESCRIPTION ( "low-level driver for Intel MPIIX"  )
MODULE_DEVICE_TABLE ( pci  ,
mpiix   
)
MODULE_LICENSE ( "GPL"  )
module_pci_driver ( mpiix_pci_driver  )
MODULE_VERSION ( DRV_VERSION  )