#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.
|
enum | port_type {
PORT_PATA0 = 0,
PORT_PATA1 = 1,
PORT_SATA = 2,
PORT_PATA0 = 0,
PORT_PATA1 = 1,
PORT_SATA = 2,
PORT_TYPE_SAS = (1L << 1),
PORT_TYPE_SATA = (1L << 0),
PORT_MDM = 0,
PORT_DIAG = 1,
PORT_APP1 = 2,
PORT_APP2 = 3,
PORT_CTRL = 4,
PORT_ERROR = -1
} |
|
#define DRV_NAME "pata_jmicron" |
#define DRV_VERSION "0.1.5" |
- Enumerator:
PORT_PATA0 |
|
PORT_PATA1 |
|
PORT_SATA |
|
PORT_PATA0 |
|
PORT_PATA1 |
|
PORT_SATA |
|
PORT_TYPE_SAS |
|
PORT_TYPE_SATA |
|
PORT_MDM |
|
PORT_DIAG |
|
PORT_APP1 |
|
PORT_APP2 |
|
PORT_CTRL |
|
PORT_ERROR |
|
Definition at line 24 of file pata_jmicron.c.
MODULE_AUTHOR |
( |
"Alan Cox" |
| ) |
|
MODULE_DEVICE_TABLE |
( |
pci |
, |
|
|
jmicron_pci_tbl |
|
|
) |
| |
module_pci_driver |
( |
jmicron_pci_driver |
| ) |
|