Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
siimage.c File Reference
#include <linux/types.h>
#include <linux/module.h>
#include <linux/pci.h>
#include <linux/ide.h>
#include <linux/init.h>
#include <linux/io.h>

Go to the source code of this file.

Macros

#define DRV_NAME   "siimage"
 
#define DECLARE_SII_DEV(p_ops)
 

Functions

 MODULE_DEVICE_TABLE (pci, siimage_pci_tbl)
 
 module_init (siimage_ide_init)
 
 module_exit (siimage_ide_exit)
 
 MODULE_AUTHOR ("Andre Hedrick, Alan Cox")
 
 MODULE_DESCRIPTION ("PCI driver module for SiI IDE")
 
 MODULE_LICENSE ("GPL")
 

Macro Definition Documentation

#define DECLARE_SII_DEV (   p_ops)
Value:
{ \
.name = DRV_NAME, \
.init_chipset = init_chipset_siimage, \
.init_iops = init_iops_siimage, \
.port_ops = p_ops, \
.dma_ops = &sil_dma_ops, \
.pio_mask = ATA_PIO4, \
.mwdma_mask = ATA_MWDMA2, \
.udma_mask = ATA_UDMA6, \
}

Definition at line 710 of file siimage.c.

#define DRV_NAME   "siimage"

Definition at line 45 of file siimage.c.

Function Documentation

MODULE_AUTHOR ( "Andre  Hedrick,
Alan Cox"   
)
MODULE_DESCRIPTION ( "PCI driver module for SiI IDE )
MODULE_DEVICE_TABLE ( pci  ,
siimage_pci_tbl   
)
module_exit ( siimage_ide_exit  )
module_init ( siimage_ide_init  )
MODULE_LICENSE ( "GPL"  )