forked from Imagelibrary/rtems
2008-04-23 Joel Sherrill <joel.sherrill@OARcorp.com>
* ChangeLog, Makefile.am: Remove all references to console_reserve_resources and termios_reserve_resources. * console/consolereserveresources.c: Removed.
This commit is contained in:
@@ -1,3 +1,15 @@
|
|||||||
|
2008-04-23 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* ChangeLog, Makefile.am: Remove all references to
|
||||||
|
console_reserve_resources and termios_reserve_resources.
|
||||||
|
* console/consolereserveresources.c: Removed.
|
||||||
|
|
||||||
|
2008-04-23 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* Makefile.am: Remove all references to console_reserve_resources and
|
||||||
|
termios_reserve_resources.
|
||||||
|
* console/consolereserveresources.c: Removed.
|
||||||
|
|
||||||
2008-03-12 Joel Sherrill <joel.sherrill@oarcorp.com>
|
2008-03-12 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
* configure.ac: Fix typo.
|
* configure.ac: Fix typo.
|
||||||
|
|||||||
@@ -55,7 +55,7 @@ amba_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
|||||||
amba_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
amba_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||||
|
|
||||||
noinst_PROGRAMS += console.rel
|
noinst_PROGRAMS += console.rel
|
||||||
console_rel_SOURCES = console/console.c console/consolereserveresources.c
|
console_rel_SOURCES = console/console.c
|
||||||
console_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
console_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
||||||
console_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
console_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||||
|
|
||||||
|
|||||||
@@ -1,21 +0,0 @@
|
|||||||
/*
|
|
||||||
* This file contains the TTY driver for the serial ports on the LEON.
|
|
||||||
*
|
|
||||||
* This driver uses the termios pseudo driver.
|
|
||||||
*
|
|
||||||
* COPYRIGHT (c) 1989-1999.
|
|
||||||
* On-Line Applications Research Corporation (OAR).
|
|
||||||
*
|
|
||||||
* The license and distribution terms for this file may be
|
|
||||||
* found in the file LICENSE in this distribution or at
|
|
||||||
* http://www.rtems.com/license/LICENSE.
|
|
||||||
*
|
|
||||||
* $Id$
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include <bsp.h>
|
|
||||||
#include <rtems/libio.h>
|
|
||||||
#include <stdlib.h>
|
|
||||||
#include <assert.h>
|
|
||||||
|
|
||||||
int console_reserve_resources_removed;
|
|
||||||
Reference in New Issue
Block a user