summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-04-21 16:21:25 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-04-21 16:21:25 +0000
commit3344730a1a6485f68b73a7b9612911ba74d0c932 (patch)
treefaddae691634d618e94e2d87437be9f6a4a6b3c2 /c/src/lib/libbsp/i386
parent2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org> (diff)
downloadrtems-3344730a1a6485f68b73a7b9612911ba74d0c932.tar.bz2
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
PR 613/bsps * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
Diffstat (limited to 'c/src/lib/libbsp/i386')
-rw-r--r--c/src/lib/libbsp/i386/i386ex/ChangeLog5
-rw-r--r--c/src/lib/libbsp/i386/i386ex/include/bsp.h10
-rw-r--r--c/src/lib/libbsp/i386/pc386/ChangeLog5
-rw-r--r--c/src/lib/libbsp/i386/pc386/include/bsp.h7
-rw-r--r--c/src/lib/libbsp/i386/ts_386ex/ChangeLog5
-rw-r--r--c/src/lib/libbsp/i386/ts_386ex/include/bsp.h10
6 files changed, 15 insertions, 27 deletions
diff --git a/c/src/lib/libbsp/i386/i386ex/ChangeLog b/c/src/lib/libbsp/i386/i386ex/ChangeLog
index cc890b3bfb..de96f3ee39 100644
--- a/c/src/lib/libbsp/i386/i386ex/ChangeLog
+++ b/c/src/lib/libbsp/i386/i386ex/ChangeLog
@@ -1,5 +1,10 @@
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
+ PR 613/bsps
+ * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
+
+2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
+
PR 614/bsps
* include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
diff --git a/c/src/lib/libbsp/i386/i386ex/include/bsp.h b/c/src/lib/libbsp/i386/i386ex/include/bsp.h
index 248bbdca38..a1d3e1df5e 100644
--- a/c/src/lib/libbsp/i386/i386ex/include/bsp.h
+++ b/c/src/lib/libbsp/i386/i386ex/include/bsp.h
@@ -38,16 +38,6 @@ extern "C" {
#define CONFIGURE_INTERRUPT_STACK_MEMORY (8 * 1024)
/*
- * Define the time limits for RTEMS Test Suite test durations.
- * Long test and short test duration limits are provided. These
- * values are in seconds and need to be converted to ticks for the
- * application.
- *
- */
-
-#define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */
-
-/*
* Define the interrupt mechanism for Time Test 27
*
* NOTE: Use a software interrupt for the i386.
diff --git a/c/src/lib/libbsp/i386/pc386/ChangeLog b/c/src/lib/libbsp/i386/pc386/ChangeLog
index df59e1dd18..56dd91d93f 100644
--- a/c/src/lib/libbsp/i386/pc386/ChangeLog
+++ b/c/src/lib/libbsp/i386/pc386/ChangeLog
@@ -1,5 +1,10 @@
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
+ PR 613/bsps
+ * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
+
+2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
+
PR 614/bsps
* include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
diff --git a/c/src/lib/libbsp/i386/pc386/include/bsp.h b/c/src/lib/libbsp/i386/pc386/include/bsp.h
index e09c856551..8a3f3ecfa0 100644
--- a/c/src/lib/libbsp/i386/pc386/include/bsp.h
+++ b/c/src/lib/libbsp/i386/pc386/include/bsp.h
@@ -140,13 +140,6 @@ extern int rtems_dec21140_driver_attach(struct rtems_bsdnet_ifconfig *, int);
#define TIMER_TICK 1193182 /* The internal tick rate in ticks per second */
/*-------------------------------------------------------------------------+
-| Define the time limits for RTEMS Test Suite test durations. Long test and
-| short test duration limits are provided. These values are in seconds and
-| need to be converted to ticks for the application.
-+--------------------------------------------------------------------------*/
-#define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */
-
-/*-------------------------------------------------------------------------+
| Macros
+--------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------+
diff --git a/c/src/lib/libbsp/i386/ts_386ex/ChangeLog b/c/src/lib/libbsp/i386/ts_386ex/ChangeLog
index 5351233e41..f7d01d10ca 100644
--- a/c/src/lib/libbsp/i386/ts_386ex/ChangeLog
+++ b/c/src/lib/libbsp/i386/ts_386ex/ChangeLog
@@ -1,5 +1,10 @@
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
+ PR 613/bsps
+ * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
+
+2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
+
PR 614/bsps
* include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
diff --git a/c/src/lib/libbsp/i386/ts_386ex/include/bsp.h b/c/src/lib/libbsp/i386/ts_386ex/include/bsp.h
index 4ac275604c..65bb9b7d12 100644
--- a/c/src/lib/libbsp/i386/ts_386ex/include/bsp.h
+++ b/c/src/lib/libbsp/i386/ts_386ex/include/bsp.h
@@ -80,16 +80,6 @@ extern void Wait_X_ms (unsigned);
#define TIMER_BCD 0x01 /* count in BCD */
/*
- * Define the time limits for RTEMS Test Suite test durations.
- * Long test and short test duration limits are provided. These
- * values are in seconds and need to be converted to ticks for the
- * application.
- *
- */
-
-#define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */
-
-/*
* Define the interrupt mechanism for Time Test 27
*
* NOTE: Use a software interrupt for the i386.