|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/kernel.h>#include <linux/init.h>#include <linux/delay.h>#include <linux/pci.h>#include <pcmcia/cisreg.h>#include "orinoco.h"#include "orinoco_pci.h"Go to the source code of this file.
Macros | |
| #define | DRIVER_NAME "orinoco_nortel" |
| #define | PFX DRIVER_NAME ": " |
| #define | COR_OFFSET (0xe0) /* COR attribute offset of Prism2 PC card */ |
| #define | COR_VALUE (COR_LEVEL_REQ | COR_FUNC_ENA) /* Enable PC card with interrupt in level trigger */ |
Functions | |
| MODULE_DEVICE_TABLE (pci, orinoco_nortel_id_table) | |
| MODULE_AUTHOR ("Christoph Jungegger <[email protected]>") | |
| MODULE_DESCRIPTION ("Driver for wireless LAN cards using the Nortel PCI bridge") | |
| MODULE_LICENSE ("Dual MPL/GPL") | |
| module_init (orinoco_nortel_init) | |
| module_exit (orinoco_nortel_exit) | |
| #define COR_OFFSET (0xe0) /* COR attribute offset of Prism2 PC card */ |
Definition at line 53 of file orinoco_nortel.c.
| #define COR_VALUE (COR_LEVEL_REQ | COR_FUNC_ENA) /* Enable PC card with interrupt in level trigger */ |
Definition at line 54 of file orinoco_nortel.c.
| #define DRIVER_NAME "orinoco_nortel" |
Definition at line 40 of file orinoco_nortel.c.
| #define PFX DRIVER_NAME ": " |
Definition at line 41 of file orinoco_nortel.c.
| MODULE_AUTHOR | ( | "Christoph Jungegger <[email protected]>" | ) |
| MODULE_DEVICE_TABLE | ( | pci | , |
| orinoco_nortel_id_table | |||
| ) |
| module_exit | ( | orinoco_nortel_exit | ) |
| module_init | ( | orinoco_nortel_init | ) |
| MODULE_LICENSE | ( | "Dual MPL/GPL" | ) |
1.8.2