#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 "dtc2278" |
MODULE_AUTHOR |
( |
"See Local File" |
| ) |
|
MODULE_DESCRIPTION |
( |
"support of DTC-2278 VLB IDE chipsets" |
| ) |
|
module_init |
( |
dtc2278_init |
| ) |
|
module_param_named |
( |
probe |
, |
|
|
probe_dtc2278 |
, |
|
|
bool |
, |
|
|
0 |
|
|
) |
| |
MODULE_PARM_DESC |
( |
probe |
, |
|
|
"probe for DTC2278xx chipsets" |
|
|
) |
| |