iPXE
pcmcia-opts.h
Go to the documentation of this file.
1 // pcmcia-opts.h
2 // special options file for development time. Later this could end in Config(?)
3 #ifndef __pcmciaopts
4 #define __pcmciaopts
5 
6  #define _yes_ 1
7  #define _no_ 0
8 
9  #define SUPPORT_I82365 (_yes_)
10 // #define SUPPORT_YENTA (_no_)
11 // #define SUPPORT_SOME_DRIVER (_no_)
12 
13  #define PCMCIA_SHUTDOWN (_yes_)
14  #define MAP_ATTRMEM_TO 0xd0000
15  #define MAP_ATTRMEM_LEN 0x02000
16 
17  #define PDEBUG 3
18  // The higher the more output you get, 0..3
19  // Not fully implemented though, but for the future...
20 
21  #undef _yes_
22  #undef _no_
23 #endif