summaryrefslogtreecommitdiffstats
path: root/src/config/isa.h
diff options
context:
space:
mode:
authorMichael Brown2008-10-08 01:37:40 +0200
committerMichael Brown2008-10-08 03:17:32 +0200
commite817a347fb785f6fa8d2242604d6b6e7eff847be (patch)
tree2145fc502cf48755565702f09c9ea771d21aad5a /src/config/isa.h
parent[makefile] Add support for multiple build platforms (diff)
downloadipxe-e817a347fb785f6fa8d2242604d6b6e7eff847be.tar.gz
ipxe-e817a347fb785f6fa8d2242604d6b6e7eff847be.tar.xz
ipxe-e817a347fb785f6fa8d2242604d6b6e7eff847be.zip
[makefile] Split config.h out into config/*.h and kill off mkconfig.pl
Diffstat (limited to 'src/config/isa.h')
-rw-r--r--src/config/isa.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/config/isa.h b/src/config/isa.h
new file mode 100644
index 00000000..523be1c0
--- /dev/null
+++ b/src/config/isa.h
@@ -0,0 +1,15 @@
+#ifndef CONFIG_ISA_H
+#define CONFIG_ISA_H
+
+/** @file
+ *
+ * ISA probe address configuration
+ *
+ * You can override the list of addresses that will be probed by any
+ * ISA drivers.
+ *
+ */
+#undef ISA_PROBE_ADDRS /* e.g. 0x200, 0x300 */
+#undef ISA_PROBE_ONLY /* Do not probe any other addresses */
+
+#endif /* CONFIG_ISA_H */