|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/module.h>#include <linux/pci.h>#include <linux/init.h>#include <linux/blkdev.h>#include <linux/delay.h>#include <scsi/scsi_host.h>#include <linux/libata.h>Go to the source code of this file.
Macros | |
| #define | DRV_NAME "pata_pdc202xx_old" |
| #define | DRV_VERSION "0.4.3" |
Functions | |
| module_pci_driver (pdc202xx_pci_driver) | |
| MODULE_AUTHOR ("Alan Cox") | |
| MODULE_DESCRIPTION ("low-level driver for Promise 2024x and 20262-20267") | |
| MODULE_LICENSE ("GPL") | |
| MODULE_DEVICE_TABLE (pci, pdc202xx) | |
| MODULE_VERSION (DRV_VERSION) | |
| #define DRV_NAME "pata_pdc202xx_old" |
Definition at line 24 of file pata_pdc202xx_old.c.
| #define DRV_VERSION "0.4.3" |
Definition at line 25 of file pata_pdc202xx_old.c.
| MODULE_AUTHOR | ( | "Alan Cox" | ) |
| MODULE_DEVICE_TABLE | ( | pci | , |
| pdc202xx | |||
| ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| module_pci_driver | ( | pdc202xx_pci_driver | ) |
| MODULE_VERSION | ( | DRV_VERSION | ) |
1.8.2