Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Enumerations | Functions
pata_jmicron.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/ata.h>

Go to the source code of this file.

Macros

#define DRV_NAME   "pata_jmicron"
 
#define DRV_VERSION   "0.1.5"
 

Enumerations

enum  port_type {
  PORT_PATA0 = 0, PORT_PATA1 = 1, PORT_SATA = 2, PORT_PATA0 = 0,
  PORT_PATA1 = 1, PORT_SATA = 2, PORT_TYPE_SAS = (1L << 1), PORT_TYPE_SATA = (1L << 0),
  PORT_MDM = 0, PORT_DIAG = 1, PORT_APP1 = 2, PORT_APP2 = 3,
  PORT_CTRL = 4, PORT_ERROR = -1
}
 

Functions

 module_pci_driver (jmicron_pci_driver)
 
 MODULE_AUTHOR ("Alan Cox")
 
 MODULE_DESCRIPTION ("SCSI low-level driver for Jmicron PATA ports")
 
 MODULE_LICENSE ("GPL")
 
 MODULE_DEVICE_TABLE (pci, jmicron_pci_tbl)
 
 MODULE_VERSION (DRV_VERSION)
 

Macro Definition Documentation

#define DRV_NAME   "pata_jmicron"

Definition at line 21 of file pata_jmicron.c.

#define DRV_VERSION   "0.1.5"

Definition at line 22 of file pata_jmicron.c.

Enumeration Type Documentation

enum port_type
Enumerator:
PORT_PATA0 
PORT_PATA1 
PORT_SATA 
PORT_PATA0 
PORT_PATA1 
PORT_SATA 
PORT_TYPE_SAS 
PORT_TYPE_SATA 
PORT_MDM 
PORT_DIAG 
PORT_APP1 
PORT_APP2 
PORT_CTRL 
PORT_ERROR 

Definition at line 24 of file pata_jmicron.c.

Function Documentation

MODULE_AUTHOR ( "Alan Cox"  )
MODULE_DESCRIPTION ( "SCSI low-level driver for Jmicron PATA ports )
MODULE_DEVICE_TABLE ( pci  ,
jmicron_pci_tbl   
)
MODULE_LICENSE ( "GPL"  )
module_pci_driver ( jmicron_pci_driver  )
MODULE_VERSION ( DRV_VERSION  )