#include <linux/module.h>
#include <linux/types.h>
#include <linux/kernel.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.
#define CS5530_BAD_PIO |
( |
|
timings | ) |
(((timings)&~0x80000000)==0x0000e132) |
#define CS5530_BASEREG |
( |
|
hwif | ) |
(((hwif)->dma_base & ~0xf) + ((hwif)->channel ? 0x30 : 0x20)) |
#define DRV_NAME "cs5530" |
MODULE_AUTHOR |
( |
"Mark Lord" |
| ) |
|
MODULE_DEVICE_TABLE |
( |
pci |
, |
|
|
cs5530_pci_tbl |
|
|
) |
| |
module_exit |
( |
cs5530_ide_exit |
| ) |
|
module_init |
( |
cs5530_ide_init |
| ) |
|