#include <linux/types.h>
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/pci.h>
#include <linux/ide.h>
#include <linux/init.h>
Go to the source code of this file.
#define DECLARE_GENERIC_PCI_DEV |
( |
|
extra_flags | ) |
|
#define DRV_NAME "ide_pci_generic" |
MODULE_AUTHOR |
( |
"Andre Hedrick" |
| ) |
|
MODULE_DEVICE_TABLE |
( |
pci |
, |
|
|
generic_pci_tbl |
|
|
) |
| |
module_exit |
( |
generic_ide_exit |
| ) |
|
module_init |
( |
generic_ide_init |
| ) |
|
module_param_named |
( |
all_generic_ide |
, |
|
|
ide_generic_all |
, |
|
|
bool |
, |
|
|
0444 |
|
|
) |
| |
MODULE_PARM_DESC |
( |
all_generic_ide |
, |
|
|
"IDE generic will claim all unknown PCI IDE storage controllers." |
|
|
) |
| |