|
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 <linux/device.h>#include <scsi/scsi_host.h>#include <linux/libata.h>#include <linux/ata.h>Go to the source code of this file.
Macros | |
| #define | DRV_NAME "pata_netcell" |
| #define | DRV_VERSION "0.1.7" |
Functions | |
| module_pci_driver (netcell_pci_driver) | |
| MODULE_AUTHOR ("Alan Cox") | |
| MODULE_DESCRIPTION ("SCSI low-level driver for Netcell PATA RAID") | |
| MODULE_LICENSE ("GPL") | |
| MODULE_DEVICE_TABLE (pci, netcell_pci_tbl) | |
| MODULE_VERSION (DRV_VERSION) | |
| #define DRV_NAME "pata_netcell" |
Definition at line 18 of file pata_netcell.c.
| #define DRV_VERSION "0.1.7" |
Definition at line 19 of file pata_netcell.c.
| MODULE_AUTHOR | ( | "Alan Cox" | ) |
| MODULE_DEVICE_TABLE | ( | pci | , |
| netcell_pci_tbl | |||
| ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| module_pci_driver | ( | netcell_pci_driver | ) |
| MODULE_VERSION | ( | DRV_VERSION | ) |
1.8.2