Linux Kernel
3.7.1
|
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") | |
#define DRV_NAME "ide-4drives" |
Definition at line 7 of file ide-4drives.c.
MODULE_AUTHOR | ( | "Bartlomiej Zolnierkiewicz" | ) |
module_init | ( | ide_4drives_init | ) |
MODULE_LICENSE | ( | "GPL" | ) |
module_param_named | ( | probe | , |
probe_4drives | , | ||
bool | , | ||
0 | |||
) |