/alps/pcitool

To get this branch, use:
bzr branch http://darksoft.org/webbzr/alps/pcitool

« back to all changes in this revision

Viewing changes to driver/config.h

  • Committer: Suren A. Chilingaryan
  • Date: 2011-02-13 02:07:11 UTC
  • Revision ID: csa@dside.dyndns.org-20110213020711-y9bjh3n4ke6p4t4n
Initial import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*******************************/
 
2
/* Configuration of the driver */
 
3
/*******************************/
 
4
 
 
5
/* Debug messages */
 
6
//#define DEBUG
 
7
 
 
8
/* Enable/disable IRQ handling */
 
9
#define ENABLE_IRQ
 
10
 
 
11
/* The name of the module */
 
12
#define MODNAME "pciDriver"
 
13
 
 
14
/* Major number is allocated dynamically */
 
15
/* Minor number */
 
16
#define MINORNR 0
 
17
 
 
18
/* Node name of the char device */
 
19
#define NODENAME "fpga"
 
20
#define NODENAMEFMT "fpga%d"
 
21
 
 
22
/* Maximum number of devices*/
 
23
#define MAXDEVICES 4