summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/fileio/system.h
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2011-07-04 00:34:00 +0000
committerChris Johns <chrisj@rtems.org>2011-07-04 00:34:00 +0000
commit7032a45830795f1764cc9282cb7642a79e7eb5ac (patch)
tree726d325edbf7c2173b2b39142ae8350c0e828511 /testsuites/samples/fileio/system.h
parent2011-07-04 Chris Johns <chrisj@rtems.org> (diff)
downloadrtems-7032a45830795f1764cc9282cb7642a79e7eb5ac.tar.bz2
2011-07-04 Chris Johns <chrisj@rtems.org>
* fileio/init.c, fileio/system.h: Add commands to create ram disks from the shell prompt. Helps testing.
Diffstat (limited to 'testsuites/samples/fileio/system.h')
-rw-r--r--testsuites/samples/fileio/system.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuites/samples/fileio/system.h b/testsuites/samples/fileio/system.h
index 07044238a3..5bc8c30b47 100644
--- a/testsuites/samples/fileio/system.h
+++ b/testsuites/samples/fileio/system.h
@@ -39,13 +39,21 @@ rtems_task Init(
#include <libchip/ide_ctrl.h> /* for general ide driver prototype */
#endif
+#define CONFIGURE_MAXIMUM_DRIVERS 4
#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
#ifdef RTEMS_BSP_HAS_IDE_DRIVER
#define CONFIGURE_APPLICATION_NEEDS_IDE_DRIVER
+#define CONFIGURE_APPLICATION_NEEDS_ATA_DRIVER
+#define CONFIGURE_ATA_DRIVER_TASK_PRIORITY 14
#endif
#define CONFIGURE_APPLICATION_NEEDS_LIBBLOCK
+#define CONFIGURE_BDBUF_MAX_READ_AHEAD_BLOCKS 2
+#define CONFIGURE_BDBUF_MAX_WRITE_BLOCKS 8
+#define CONFIGURE_SWAPOUT_TASK_PRIORITY 15
#define CONFIGURE_USE_IMFS_AS_BASE_FILESYSTEM
+#define CONFIGURE_FILESYSTEM_RFS
+#define CONFIGURE_FILESYSTEM_DOSFS
/*
* XXX: these values are higher than needed...