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:
Joel Sherrill
2003-08-13 17:44:53 +00:00
parent 70020119f8
commit 334b130d5e
4 changed files with 16 additions and 4 deletions

View File

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

View File

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