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

Go to the source code of this file.

Data Structures

struct  rdc_host_priv
 

Macros

#define DRV_NAME   "pata_rdc"
 
#define DRV_VERSION   "0.01"
 

Functions

 module_pci_driver (rdc_pci_driver)
 
 MODULE_AUTHOR ("Alan Cox (based on ata_piix)")
 
 MODULE_DESCRIPTION ("SCSI low-level driver for RDC PATA controllers")
 
 MODULE_LICENSE ("GPL")
 
 MODULE_DEVICE_TABLE (pci, rdc_pci_tbl)
 
 MODULE_VERSION (DRV_VERSION)
 

Macro Definition Documentation

#define DRV_NAME   "pata_rdc"

Definition at line 36 of file pata_rdc.c.

#define DRV_VERSION   "0.01"

Definition at line 37 of file pata_rdc.c.

Function Documentation

MODULE_AUTHOR ( "Alan Cox (based on ata_piix)"  )
MODULE_DESCRIPTION ( "SCSI low-level driver for RDC PATA controllers"  )
MODULE_DEVICE_TABLE ( pci  ,
rdc_pci_tbl   
)
MODULE_LICENSE ( "GPL"  )
module_pci_driver ( rdc_pci_driver  )
MODULE_VERSION ( DRV_VERSION  )