aboutsummaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2008-12-21 17:51:36 -0500
committerKevin O'Connor <kevin@koconnor.net>2008-12-21 17:51:36 -0500
commit0c3068d2ef293f59241c0e10d308309ebaa60277 (patch)
treed2ba5ed58e23f35114759b1f0dd7338864a65721 /src/config.h
parentfb630a9fa89264ff5cdd1e82c3b0854e5599731f (diff)
downloadseabios-hppa-0c3068d2ef293f59241c0e10d308309ebaa60277.zip
seabios-hppa-0c3068d2ef293f59241c0e10d308309ebaa60277.tar.gz
seabios-hppa-0c3068d2ef293f59241c0e10d308309ebaa60277.tar.bz2
Initial PnP bios call support.
This commit provides just enough PnP support for gPXE to not hook int19.
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h
index 35c7e3e..1a1499a 100644
--- a/src/config.h
+++ b/src/config.h
@@ -37,6 +37,8 @@
#define CONFIG_PCIBIOS 1
// Support int 15/53 APM BIOS calls
#define CONFIG_APMBIOS 1
+// Support PnP BIOS entry point.
+#define CONFIG_PNPBIOS 1
// Support int 19/18 system bootup support
#define CONFIG_BOOT 1
// Support int 14 serial port calls
@@ -144,5 +146,6 @@
#define DEBUG_ISR_76 10
#define DEBUG_ISR_hwpic1 1
#define DEBUG_ISR_hwpic2 1
+#define DEBUG_HDL_pnp 1
#endif // config.h