VirtualBox

source: vbox/trunk/src/VBox/Devices/PC/Etherboot-src/include/pcmcia-opts.h@ 2376

Last change on this file since 2376 was 1, checked in by vboxsync, 55 years ago

import

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 538 bytes
Line 
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
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette