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_sil680" |
#define | DRV_VERSION "0.4.9" |
#define | SIL680_MMIO_BAR 5 |
Functions | |
module_pci_driver (sil680_pci_driver) | |
MODULE_AUTHOR ("Alan Cox") | |
MODULE_DESCRIPTION ("low-level driver for SI680 PATA") | |
MODULE_LICENSE ("GPL") | |
MODULE_DEVICE_TABLE (pci, sil680) | |
MODULE_VERSION (DRV_VERSION) | |
#define DRV_NAME "pata_sil680" |
Definition at line 34 of file pata_sil680.c.
#define DRV_VERSION "0.4.9" |
Definition at line 35 of file pata_sil680.c.
#define SIL680_MMIO_BAR 5 |
Definition at line 37 of file pata_sil680.c.
MODULE_AUTHOR | ( | "Alan Cox" | ) |
MODULE_DEVICE_TABLE | ( | pci | , |
sil680 | |||
) |
MODULE_LICENSE | ( | "GPL" | ) |
module_pci_driver | ( | sil680_pci_driver | ) |
MODULE_VERSION | ( | DRV_VERSION | ) |