#include <linux/types.h>
#include <linux/module.h>
#include <linux/pci.h>
#include <linux/ide.h>
#include <linux/init.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 "jmicron" |
- 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 16 of file jmicron.c.
| MODULE_AUTHOR |
( |
"Alan Cox" |
| ) |
|
| MODULE_DEVICE_TABLE |
( |
pci |
, |
|
|
jmicron_pci_tbl |
|
|
) |
| |
| module_exit |
( |
jmicron_ide_exit |
| ) |
|
| module_init |
( |
jmicron_ide_init |
| ) |
|