From c9b005a9d2ed95bb1ab16fbc0c823c12a5c58b26 Mon Sep 17 00:00:00 2001 From: Thomas Doerfler Date: Sun, 9 Jul 2006 10:05:27 +0000 Subject: applied patches for PR1117/1118/1119/1120 --- testsuites/samples/fileio/system.h | 25 ++----------------------- 1 file changed, 2 insertions(+), 23 deletions(-) (limited to 'testsuites') diff --git a/testsuites/samples/fileio/system.h b/testsuites/samples/fileio/system.h index 3f1b22ca89..bbf515602a 100644 --- a/testsuites/samples/fileio/system.h +++ b/testsuites/samples/fileio/system.h @@ -32,31 +32,10 @@ rtems_task Init( #define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER #define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER +#define CONFIGURE_APPLICATION_NEEDS_IDE_DRIVER +#define CONFIGURE_APPLICATION_NEEDS_LIBBLOCK #define CONFIGURE_USE_IMFS_AS_BASE_FILESYSTEM -#define CONFIGURE_HAS_OWN_DEVICE_DRIVER_TABLE - -#ifdef CONFIGURE_INIT -rtems_driver_address_table Device_drivers[] = - { - CONSOLE_DRIVER_TABLE_ENTRY - ,CLOCK_DRIVER_TABLE_ENTRY -#ifdef RTEMS_BSP_HAS_IDE_DRIVER - ,IDE_CONTROLLER_DRIVER_TABLE_ENTRY - /* important: ATA driver must be after ide drivers */ - ,ATA_DRIVER_TABLE_ENTRY -#endif - }; - -#include -rtems_bdbuf_config rtems_bdbuf_configuration[] = { - {512,128,NULL} -}; -int rtems_bdbuf_configuration_size =( sizeof(rtems_bdbuf_configuration) - /sizeof(rtems_bdbuf_configuration[0])); -#endif - - /* * XXX: these values are higher than needed... */ -- cgit v1.2.3