#include <linux/module.h>
#include <linux/types.h>
#include <linux/kernel.h>
#include <linux/delay.h>
#include <linux/pci.h>
#include <linux/init.h>
#include <linux/ide.h>
#include <asm/io.h>
Go to the source code of this file.
|
struct | pio_timing |
|
struct | mwdma_timing |
|
struct | udma_timing |
|
#define DBG |
( |
|
fmt, |
|
|
|
args... |
|
) |
| |
#define DECLARE_PDCNEW_DEV |
( |
|
udma | ) |
|
Value:{ \
.init_chipset = init_chipset_pdcnew, \
.port_ops = &pdcnew_port_ops, \
IDE_HFLAG_ERROR_STOPS_FIFO | \
IDE_HFLAG_OFF_BOARD, \
.udma_mask = udma, \
}
Definition at line 455 of file pdc202xx_new.c.
#define DRV_NAME "pdc202xx_new" |
MODULE_AUTHOR |
( |
"Andre |
Hedrick, |
|
|
Frank Tiernan" |
|
|
) |
| |
MODULE_DEVICE_TABLE |
( |
pci |
, |
|
|
pdc202new_pci_tbl |
|
|
) |
| |
module_exit |
( |
pdc202new_ide_exit |
| ) |
|
module_init |
( |
pdc202new_ide_init |
| ) |
|