#include <linux/module.h>
#include <linux/types.h>
#include <linux/kernel.h>
#include <linux/delay.h>
#include <linux/timer.h>
#include <linux/mm.h>
#include <linux/ioport.h>
#include <linux/blkdev.h>
#include <linux/ide.h>
#include <linux/init.h>
#include <asm/io.h>
Go to the source code of this file.
#define DRV_NAME "ali14xx" |
MODULE_AUTHOR |
( |
"see local file" |
| ) |
|
MODULE_DESCRIPTION |
( |
"support of ALI 14XX IDE chipsets" |
| ) |
|
module_init |
( |
ali14xx_init |
| ) |
|
module_param_named |
( |
probe |
, |
|
|
probe_ali14xx |
, |
|
|
bool |
, |
|
|
0 |
|
|
) |
| |
MODULE_PARM_DESC |
( |
probe |
, |
|
|
"probe for ALI M14xx chipsets" |
|
|
) |
| |