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/dmi.h>
Go to the source code of this file.
Macros | |
#define | DRV_NAME "pata_sch" |
#define | DRV_VERSION "0.2" |
Enumerations | |
enum | { D0TIM = 0x80, D1TIM = 0x84, PM = 0x07, MDM = (0x03 << 8), UDM = (0x07 << 16), PPE = (1 << 30), USD = (1 << 31) } |
Functions | |
MODULE_AUTHOR ("Alek Du <[email protected]>") | |
MODULE_DESCRIPTION ("SCSI low-level driver for Intel SCH PATA controllers") | |
MODULE_LICENSE ("GPL") | |
MODULE_DEVICE_TABLE (pci, sch_pci_tbl) | |
MODULE_VERSION (DRV_VERSION) | |
module_pci_driver (sch_pci_driver) | |
#define DRV_NAME "pata_sch" |
Definition at line 38 of file pata_sch.c.
#define DRV_VERSION "0.2" |
Definition at line 39 of file pata_sch.c.
anonymous enum |
Definition at line 42 of file pata_sch.c.
MODULE_AUTHOR | ( | "Alek Du <[email protected]>" | ) |
MODULE_DEVICE_TABLE | ( | pci | , |
sch_pci_tbl | |||
) |
MODULE_LICENSE | ( | "GPL" | ) |
module_pci_driver | ( | sch_pci_driver | ) |
MODULE_VERSION | ( | DRV_VERSION | ) |