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

Data Structures

struct  sv_cable_table
 

Macros

#define DRV_NAME   "pata_serverworks"
 
#define DRV_VERSION   "0.4.3"
 
#define SVWKS_CSB5_REVISION_NEW   0x92 /* min PCI_REVISION_ID for UDMA5 (A2.0) */
 
#define SVWKS_CSB6_REVISION   0xa0 /* min PCI_REVISION_ID for UDMA4 (A1.0) */
 

Functions

 module_pci_driver (serverworks_pci_driver)
 
 MODULE_AUTHOR ("Alan Cox")
 
 MODULE_DESCRIPTION ("low-level driver for Serverworks OSB4/CSB5/CSB6")
 
 MODULE_LICENSE ("GPL")
 
 MODULE_DEVICE_TABLE (pci, serverworks)
 
 MODULE_VERSION (DRV_VERSION)
 

Macro Definition Documentation

#define DRV_NAME   "pata_serverworks"

Definition at line 43 of file pata_serverworks.c.

#define DRV_VERSION   "0.4.3"

Definition at line 44 of file pata_serverworks.c.

#define SVWKS_CSB5_REVISION_NEW   0x92 /* min PCI_REVISION_ID for UDMA5 (A2.0) */

Definition at line 46 of file pata_serverworks.c.

#define SVWKS_CSB6_REVISION   0xa0 /* min PCI_REVISION_ID for UDMA4 (A1.0) */

Definition at line 47 of file pata_serverworks.c.

Function Documentation

MODULE_AUTHOR ( "Alan Cox"  )
MODULE_DESCRIPTION ( "low-level driver for Serverworks OSB4/CSB5/CSB6"  )
MODULE_DEVICE_TABLE ( pci  ,
serverworks   
)
MODULE_LICENSE ( "GPL"  )
module_pci_driver ( serverworks_pci_driver  )
MODULE_VERSION ( DRV_VERSION  )