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

Go to the source code of this file.

Macros

#define DRV_NAME   "pata_sch"
 
#define DRV_VERSION   "0.2"
 

Enumerations

enum  {
  D0TIM = 0x80, D1TIM = 0x84, PM = 0x07, MDM = (0x03 << 8),
  UDM = (0x07 << 16), PPE = (1 << 30), USD = (1 << 31)
}
 

Functions

 MODULE_AUTHOR ("Alek Du <[email protected]>")
 
 MODULE_DESCRIPTION ("SCSI low-level driver for Intel SCH PATA controllers")
 
 MODULE_LICENSE ("GPL")
 
 MODULE_DEVICE_TABLE (pci, sch_pci_tbl)
 
 MODULE_VERSION (DRV_VERSION)
 
 module_pci_driver (sch_pci_driver)
 

Macro Definition Documentation

#define DRV_NAME   "pata_sch"

Definition at line 38 of file pata_sch.c.

#define DRV_VERSION   "0.2"

Definition at line 39 of file pata_sch.c.

Enumeration Type Documentation

anonymous enum
Enumerator:
D0TIM 
D1TIM 
PM 
MDM 
UDM 
PPE 
USD 

Definition at line 42 of file pata_sch.c.

Function Documentation

MODULE_AUTHOR ( "Alek Du <[email protected]>"  )
MODULE_DESCRIPTION ( "SCSI low-level driver for Intel SCH PATA controllers"  )
MODULE_DEVICE_TABLE ( pci  ,
sch_pci_tbl   
)
MODULE_LICENSE ( "GPL"  )
module_pci_driver ( sch_pci_driver  )
MODULE_VERSION ( DRV_VERSION  )