forked from Imagelibrary/rtems
2003-08-13 Joel Sherrill <joel@OARcorp.com>
PR 451/bsps * pppd/system.h: Depend on TTY driver being in BSPs not simply i386.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2003-08-13 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
PR 451/bsps
|
||||
* pppd/system.h: Depend on TTY driver being in BSPs not simply i386.
|
||||
|
||||
2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Use rtems-bugs@rtems.com as bug report email address.
|
||||
|
||||
@@ -19,9 +19,10 @@ extern rtems_task Init(rtems_task_argument argument);
|
||||
rtems_driver_address_table Device_drivers[5] = {
|
||||
CONSOLE_DRIVER_TABLE_ENTRY,
|
||||
CLOCK_DRIVER_TABLE_ENTRY,
|
||||
/* HACK */
|
||||
#if defined(__i386__)
|
||||
#if defined(TTY1_DRIVER_TABLE_ENTRY)
|
||||
TTY1_DRIVER_TABLE_ENTRY,
|
||||
#endif
|
||||
#if defined(TTY2_DRIVER_TABLE_ENTRY)
|
||||
TTY2_DRIVER_TABLE_ENTRY,
|
||||
#endif
|
||||
{NULL, NULL, NULL, NULL, NULL, NULL}
|
||||
|
||||
Reference in New Issue
Block a user