Linux Kernel
3.7.1
|
#include <linux/types.h>
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/pci.h>
#include <linux/ide.h>
#include <linux/init.h>
#include <asm/io.h>
Go to the source code of this file.
Macros | |
#define | DRV_NAME "serverworks" |
#define | SVWKS_CSB5_REVISION_NEW 0x92 /* min PCI_REVISION_ID for UDMA5 (A2.0) */ |
#define | SVWKS_CSB6_REVISION 0xa0 /* min PCI_REVISION_ID for UDMA4 (A1.0) */ |
Functions | |
MODULE_DEVICE_TABLE (pci, svwks_pci_tbl) | |
module_init (svwks_ide_init) | |
module_exit (svwks_ide_exit) | |
MODULE_AUTHOR ("Michael Aubry. Andrzej Krzysztofowicz, Andre Hedrick, Bartlomiej Zolnierkiewicz") | |
MODULE_DESCRIPTION ("PCI driver module for Serverworks OSB4/CSB5/CSB6 IDE") | |
MODULE_LICENSE ("GPL") | |
#define DRV_NAME "serverworks" |
Definition at line 40 of file serverworks.c.
#define SVWKS_CSB5_REVISION_NEW 0x92 /* min PCI_REVISION_ID for UDMA5 (A2.0) */ |
Definition at line 42 of file serverworks.c.
#define SVWKS_CSB6_REVISION 0xa0 /* min PCI_REVISION_ID for UDMA4 (A1.0) */ |
Definition at line 43 of file serverworks.c.
MODULE_AUTHOR | ( | "Michael Aubry. Andrzej | Krzysztofowicz, |
Andre | Hedrick, | ||
Bartlomiej Zolnierkiewicz" | |||
) |
MODULE_DEVICE_TABLE | ( | pci | , |
svwks_pci_tbl | |||
) |
module_exit | ( | svwks_ide_exit | ) |
module_init | ( | svwks_ide_init | ) |
MODULE_LICENSE | ( | "GPL" | ) |