]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/MAI/bios_emulator/scitech/src/v86bios/debug.h
* Patch by Thomas Frieden, 13 Nov 2002:
[karo-tx-uboot.git] / board / MAI / bios_emulator / scitech / src / v86bios / debug.h
1 /*
2  * Copyright 1999 Egbert Eich
3  *
4  * Permission to use, copy, modify, distribute, and sell this software and its
5  * documentation for any purpose is hereby granted without fee, provided that
6  * the above copyright notice appear in all copies and that both that
7  * copyright notice and this permission notice appear in supporting
8  * documentation, and that the name of the authors not be used in
9  * advertising or publicity pertaining to distribution of the software without
10  * specific, written prior permission.  The authors makes no representations
11  * about the suitability of this software for any purpose.  It is provided
12  * "as is" without express or implied warranty.
13  *
14  * THE AUTHORS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
15  * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
16  * EVENT SHALL THE AUTHORS BE LIABLE FOR ANY SPECIAL, INDIRECT OR
17  * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
18  * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
19  * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
20  * PERFORMANCE OF THIS SOFTWARE.
21  */
22 //#define V86BIOS_DEBUG
23
24 /*
25  * uncomment the following if needed
26  * should be command line options
27  */
28
29 #define PRINT_PORT 0
30 #define IO_STATISTICS 0
31 #define PRINT_IRQ 0
32 #define PRINT_PCI 1
33 #define PRINT_IP 0    /* print IP address with PIO information */
34 #define TRACE 0       /* turn on debugger in x86emu            */
35                       /* requires x86emu compiled with -DDEBUG */
36
37 /*
38  * these should not be here.
39  * Should be converted to command line options.
40  */
41 #define CONFIG_ACTIVE_ONLY 0
42 #define CONFIG_ACTIVE_DEVICE 1
43 #define SAVE_BIOS 0
44 #define MAP_SYS_BIOS 1
45 #define RESORT 1
46 #define FIX_ROM 0
47 #define NO_CONSOLE 0
48 #define SHOW_ALL_DEV 0
49 #define VERBOSE 0
50
51 //#define V_BIOS 0xe0000
52 //#define V_BIOS 0xe4000
53
54
55
56
57 #if (PRINT_IO == 1) && (PRINT_PORT == 0)
58 # define PRINT_IO 0
59 #endif
60 #if (IO_STATISTICS == 1) && (PRINT_PORT == 0)
61 # define IO_STATISTICS 0
62 #endif