From d1dbcab950e0b5ae6810cf92fec5e02d738cb553 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 15 Oct 1996 21:00:41 +0000 Subject: reference to Force CPU-386 removed. added standard comments about driver entries. --- c/src/lib/libbsp/i386/i386ex/include/bsp.h | 23 ++++++++++++++++++++--- 1 file 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; -- cgit v1.2.3