#include <linux/types.h>
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/pci.h>
#include <linux/init.h>
#include <linux/ide.h>
Go to the source code of this file.
#define ATA_100a 0x04 /* SiS730/SiS550 is ATA100 with ATA66 layout */ |
#define ATA_133 0x07 /* SiS962/963 */ |
#define ATA_133a 0x06 /* SiS961b with 133 support */ |
#define DRV_NAME "sis5513" |
MODULE_AUTHOR |
( |
"Lionel |
Bouton, |
|
|
L C |
Chang, |
|
|
Andre |
Hedrick, |
|
|
Vojtech Pavlik" |
|
|
) |
| |
MODULE_DEVICE_TABLE |
( |
pci |
, |
|
|
sis5513_pci_tbl |
|
|
) |
| |
module_exit |
( |
sis5513_ide_exit |
| ) |
|
module_init |
( |
sis5513_ide_init |
| ) |
|