summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1996-10-15 21:00:41 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1996-10-15 21:00:41 +0000
commitd1dbcab950e0b5ae6810cf92fec5e02d738cb553 (patch)
tree7fcf261d779174b58967dd5d72e09b42a9a269f4
parentinitial version from Erik (diff)
downloadrtems-d1dbcab950e0b5ae6810cf92fec5e02d738cb553.tar.bz2
reference to Force CPU-386 removed.
added standard comments about driver entries.
-rw-r--r--c/src/lib/libbsp/i386/i386ex/include/bsp.h23
1 files changed, 20 insertions, 3 deletions
diff --git a/c/src/lib/libbsp/i386/i386ex/include/bsp.h b/c/src/lib/libbsp/i386/i386ex/include/bsp.h
index 48a2c4b4dd..3b8e68ec93 100644
--- a/c/src/lib/libbsp/i386/i386ex/include/bsp.h
+++ b/c/src/lib/libbsp/i386/i386ex/include/bsp.h
@@ -1,6 +1,5 @@
-/* bsp.h
- *
- * This include file definitions related to the Force CPU-386 board.
+/*
+ * This include file definitions related to an Intel i386ex board.
*
* COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994.
* On-Line Applications Research Corporation (OAR).
@@ -110,6 +109,24 @@ extern "C" {
#define BSP_EXTERN extern
#endif
+/*
+ * Device Driver Table Entries
+ */
+
+/*
+ * NOTE: Use the standard Console driver entry
+ */
+
+/*
+ * NOTE: Use the standard Clock driver entry
+ */
+
+/*
+ * How many libio files we want
+ */
+
+#define BSP_LIBIO_MAX_FDS 20
+
/* miscellaneous stuff assumed to exist */
extern rtems_configuration_table BSP_Configuration;