reference to Force CPU-386 removed.

added standard comments about driver entries.
This commit is contained in:
Joel Sherrill
1996-10-15 21:00:41 +00:00
parent 752cd8fb98
commit d1dbcab950

View File

@@ -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;