aboutsummaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2009-12-30 12:14:53 -0500
committerKevin O'Connor <kevin@koconnor.net>2009-12-30 12:14:53 -0500
commit871e0a0c142f7b2fcaa93600c5958d4ae4fa1394 (patch)
tree9b439bc44c321d659cd56c2cae71c917684b67d5 /src/config.h
parenteda2c83bfa9d54a6f751e31ea555e53966f60272 (diff)
downloadseabios-hppa-871e0a0c142f7b2fcaa93600c5958d4ae4fa1394.zip
seabios-hppa-871e0a0c142f7b2fcaa93600c5958d4ae4fa1394.tar.gz
seabios-hppa-871e0a0c142f7b2fcaa93600c5958d4ae4fa1394.tar.bz2
Add support for 32bit PCI BIOS entry.
Create a new code blob (code32seg) with support for 32bit functions that need to utilize explicit segment accesses. This code blob uses global variables relative to %gs and with a dynamic code offset (determined by get_global_offset()). Add BIOS32 structure and code. Add code for 32bit PCI BIOS code.
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h
index cf5678d..1450bf7 100644
--- a/src/config.h
+++ b/src/config.h
@@ -192,6 +192,7 @@
#define DEBUG_ISR_hwpic2 5
#define DEBUG_HDL_pnp 1
#define DEBUG_HDL_pmm 1
+#define DEBUG_HDL_pcibios32 9
#define DEBUG_unimplemented 2
#define DEBUG_invalid 3