Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
ide-4drives.c File Reference
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/module.h>
#include <linux/ide.h>

Go to the source code of this file.

Macros

#define DRV_NAME   "ide-4drives"
 

Functions

 module_param_named (probe, probe_4drives, bool, 0)
 
 MODULE_PARM_DESC (probe,"probe for generic IDE chipset with 4 drives/port")
 
 module_init (ide_4drives_init)
 
 MODULE_AUTHOR ("Bartlomiej Zolnierkiewicz")
 
 MODULE_DESCRIPTION ("generic IDE chipset with 4 drives/port support")
 
 MODULE_LICENSE ("GPL")
 

Macro Definition Documentation

#define DRV_NAME   "ide-4drives"

Definition at line 7 of file ide-4drives.c.

Function Documentation

MODULE_AUTHOR ( "Bartlomiej Zolnierkiewicz"  )
MODULE_DESCRIPTION ( "generic IDE chipset with 4 drives/port support )
module_init ( ide_4drives_init  )
MODULE_LICENSE ( "GPL"  )
module_param_named ( probe  ,
probe_4drives  ,
bool  ,
 
)
MODULE_PARM_DESC ( probe  ,
"probe for generic IDE chipset with 4 drives/port  
)