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

Go to the source code of this file.

Macros

#define DRV_NAME   "alim15x3"
 

Functions

 MODULE_DEVICE_TABLE (pci, alim15x3_pci_tbl)
 
 module_init (ali15x3_ide_init)
 
 module_exit (ali15x3_ide_exit)
 
 MODULE_AUTHOR ("Michael Aubry, Andrzej Krzysztofowicz, CJ, Andre Hedrick, Alan Cox, Bartlomiej Zolnierkiewicz")
 
 MODULE_DESCRIPTION ("PCI driver module for ALi 15x3 IDE")
 
 MODULE_LICENSE ("GPL")
 

Macro Definition Documentation

#define DRV_NAME   "alim15x3"

Definition at line 40 of file alim15x3.c.

Function Documentation

MODULE_AUTHOR ( "Michael  Aubry,
Andrzej  Krzysztofowicz,
CJ  ,
Andre  Hedrick,
Alan  Cox,
Bartlomiej Zolnierkiewicz"   
)
MODULE_DESCRIPTION ( "PCI driver module for ALi 15x3 IDE"  )
MODULE_DEVICE_TABLE ( pci  ,
alim15x3_pci_tbl   
)
module_exit ( ali15x3_ide_exit  )
module_init ( ali15x3_ide_init  )
MODULE_LICENSE ( "GPL"  )