|
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.
Data Structures | |
| struct | hpt_clock |
| struct | hpt_chip |
Macros | |
| #define | pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
| #define | DRV_NAME "pata_hpt3x2n" |
| #define | DRV_VERSION "0.3.15" |
Enumerations | |
| enum | { HPT_PCI_FAST = (1 << 31), PCI66 = (1 << 1), USE_DPLL = (1 << 0) } |
Functions | |
| module_pci_driver (hpt3x2n_pci_driver) | |
| MODULE_AUTHOR ("Alan Cox") | |
| MODULE_DESCRIPTION ("low-level driver for the Highpoint HPT3xxN") | |
| MODULE_LICENSE ("GPL") | |
| MODULE_DEVICE_TABLE (pci, hpt3x2n) | |
| MODULE_VERSION (DRV_VERSION) | |
| #define DRV_NAME "pata_hpt3x2n" |
Definition at line 29 of file pata_hpt3x2n.c.
| #define DRV_VERSION "0.3.15" |
Definition at line 30 of file pata_hpt3x2n.c.
Definition at line 18 of file pata_hpt3x2n.c.
| anonymous enum |
Definition at line 32 of file pata_hpt3x2n.c.
| MODULE_AUTHOR | ( | "Alan Cox" | ) |
| MODULE_DEVICE_TABLE | ( | pci | , |
| hpt3x2n | |||
| ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| module_pci_driver | ( | hpt3x2n_pci_driver | ) |
| MODULE_VERSION | ( | DRV_VERSION | ) |
1.8.2