* Patch by Yuli Barcohen, 25 Sep 2003:
  add support for Zephyr Engineering ZPC.1900 board

* Patch by Anders Larsen, 23 Sep 2003:
  add CMD_PORTIO to CFG_CMD_NONSTD (commands in question are only
  implemented for the x86 architecture)
diff --git a/include/cmd_confdefs.h b/include/cmd_confdefs.h
index d7f1fd4..ebea56b 100644
--- a/include/cmd_confdefs.h
+++ b/include/cmd_confdefs.h
@@ -120,6 +120,7 @@
 			CFG_CMD_PCI	| \
 			CFG_CMD_PCMCIA	| \
 			CFG_CMD_PING	| \
+			CFG_CMD_PORTIO	| \
 			CFG_CMD_REGINFO | \
 			CFG_CMD_SAVES	| \
 			CFG_CMD_SCSI	| \