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

Macros

#define DRV_NAME   "pata_via"
 
#define DRV_VERSION   "0.3.4"
 

Enumerations

enum  {
  VIA_BAD_PREQ = 0x01, VIA_BAD_CLK66 = 0x02, VIA_SET_FIFO = 0x04, VIA_NO_UNMASK = 0x08,
  VIA_BAD_ID = 0x10, VIA_BAD_AST = 0x20, VIA_NO_ENABLES = 0x40, VIA_SATA_PATA = 0x80
}
 
enum  { VIA_IDFLAG_SINGLE = (1 << 0) }
 

Functions

 module_pci_driver (via_pci_driver)
 
 MODULE_AUTHOR ("Alan Cox")
 
 MODULE_DESCRIPTION ("low-level driver for VIA PATA")
 
 MODULE_LICENSE ("GPL")
 
 MODULE_DEVICE_TABLE (pci, via)
 
 MODULE_VERSION (DRV_VERSION)
 

Macro Definition Documentation

#define DRV_NAME   "pata_via"

Definition at line 66 of file pata_via.c.

#define DRV_VERSION   "0.3.4"

Definition at line 67 of file pata_via.c.

Enumeration Type Documentation

anonymous enum
Enumerator:
VIA_BAD_PREQ 
VIA_BAD_CLK66 
VIA_SET_FIFO 
VIA_NO_UNMASK 
VIA_BAD_ID 
VIA_BAD_AST 
VIA_NO_ENABLES 
VIA_SATA_PATA 

Definition at line 69 of file pata_via.c.

anonymous enum
Enumerator:
VIA_IDFLAG_SINGLE 

Definition at line 80 of file pata_via.c.

Function Documentation

MODULE_AUTHOR ( "Alan Cox"  )
MODULE_DESCRIPTION ( "low-level driver for VIA PATA"  )
MODULE_DEVICE_TABLE ( pci  ,
via   
)
MODULE_LICENSE ( "GPL"  )
module_pci_driver ( via_pci_driver  )
MODULE_VERSION ( DRV_VERSION  )