summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-04-23 21:51:27 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-04-23 21:51:27 +0000
commit3e9f7f66fe77b0a2b00e269b949e75fe55a81af7 (patch)
treedb0c4b00ad82714c220a009fbe9408a47ba82dd7 /c/src/lib/libbsp/m68k
parent2008-04-23 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-3e9f7f66fe77b0a2b00e269b949e75fe55a81af7.tar.bz2
2008-04-23 Joel Sherrill <joel.sherrill@OARcorp.com>
* console/console.c: Remove all references to console_reserve_resources and termios_reserve_resources.
Diffstat (limited to 'c/src/lib/libbsp/m68k')
-rw-r--r--c/src/lib/libbsp/m68k/av5282/ChangeLog5
-rw-r--r--c/src/lib/libbsp/m68k/av5282/console/console.c12
-rw-r--r--c/src/lib/libbsp/m68k/mcf5235/ChangeLog5
-rw-r--r--c/src/lib/libbsp/m68k/mcf5235/console/console.c12
-rw-r--r--c/src/lib/libbsp/m68k/uC5282/ChangeLog5
-rw-r--r--c/src/lib/libbsp/m68k/uC5282/console/console.c12
6 files changed, 15 insertions, 36 deletions
diff --git a/c/src/lib/libbsp/m68k/av5282/ChangeLog b/c/src/lib/libbsp/m68k/av5282/ChangeLog
index 485a73ae44..a9c6076cc7 100644
--- a/c/src/lib/libbsp/m68k/av5282/ChangeLog
+++ b/c/src/lib/libbsp/m68k/av5282/ChangeLog
@@ -1,3 +1,8 @@
+2008-04-23 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * console/console.c: Remove all references to console_reserve_resources
+ and termios_reserve_resources.
+
2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
* startup/linkcmds, startup/linkcmdsflash, startup/linkcmdsram: Add
diff --git a/c/src/lib/libbsp/m68k/av5282/console/console.c b/c/src/lib/libbsp/m68k/av5282/console/console.c
index ed43b200d0..1fd8c08c5d 100644
--- a/c/src/lib/libbsp/m68k/av5282/console/console.c
+++ b/c/src/lib/libbsp/m68k/av5282/console/console.c
@@ -596,18 +596,6 @@ IntUartPollWrite (int minor, const char *buf, int len)
}
/***************************************************************************
- Function : console_reserve_resources
-
- Description : This reserves resources consumed by this driver. It passes
- the request on to the termios subsystem.
- ***************************************************************************/
-void console_reserve_resources( rtems_configuration_table *configuration )
-{
- rtems_termios_reserve_resources (configuration, 1);
-}
-
-
-/***************************************************************************
Function : console_initialize
Description : This initialises termios, both sets of uart hardware before
diff --git a/c/src/lib/libbsp/m68k/mcf5235/ChangeLog b/c/src/lib/libbsp/m68k/mcf5235/ChangeLog
index b4b53ecd52..19c880b8b0 100644
--- a/c/src/lib/libbsp/m68k/mcf5235/ChangeLog
+++ b/c/src/lib/libbsp/m68k/mcf5235/ChangeLog
@@ -1,3 +1,8 @@
+2008-04-23 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * console/console.c: Remove all references to console_reserve_resources
+ and termios_reserve_resources.
+
2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
* startup/linkcmds, startup/linkcmdsflash, startup/linkcmdsram: Add
diff --git a/c/src/lib/libbsp/m68k/mcf5235/console/console.c b/c/src/lib/libbsp/m68k/mcf5235/console/console.c
index 5a8725310d..9f627b94fe 100644
--- a/c/src/lib/libbsp/m68k/mcf5235/console/console.c
+++ b/c/src/lib/libbsp/m68k/mcf5235/console/console.c
@@ -593,18 +593,6 @@ IntUartPollWrite (int minor, const char *buf, int len)
}
/***************************************************************************
- Function : console_reserve_resources
-
- Description : This reserves resources consumed by this driver. It passes
- the request on to the termios subsystem.
- ***************************************************************************/
-void console_reserve_resources( rtems_configuration_table *configuration )
-{
- rtems_termios_reserve_resources (configuration, 1);
-}
-
-
-/***************************************************************************
Function : console_initialize
Description : This initialises termios, both sets of uart hardware before
diff --git a/c/src/lib/libbsp/m68k/uC5282/ChangeLog b/c/src/lib/libbsp/m68k/uC5282/ChangeLog
index 9dfe8d2c32..c2a408b40d 100644
--- a/c/src/lib/libbsp/m68k/uC5282/ChangeLog
+++ b/c/src/lib/libbsp/m68k/uC5282/ChangeLog
@@ -1,3 +1,8 @@
+2008-04-23 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * console/console.c: Remove all references to console_reserve_resources
+ and termios_reserve_resources.
+
2008-04-07 Eric Norum <norume@aps.anl.gov>
* startup/bspstart.c: Clean up non-FPGA use of EPORT interrupts.
diff --git a/c/src/lib/libbsp/m68k/uC5282/console/console.c b/c/src/lib/libbsp/m68k/uC5282/console/console.c
index 0fc950cb36..600bb7a124 100644
--- a/c/src/lib/libbsp/m68k/uC5282/console/console.c
+++ b/c/src/lib/libbsp/m68k/uC5282/console/console.c
@@ -631,18 +631,6 @@ IntUartPollWrite (int minor, const char *buf, int len)
}
/***************************************************************************
- Function : console_reserve_resources
-
- Description : This reserves resources consumed by this driver. It passes
- the request on to the termios subsystem.
- ***************************************************************************/
-void console_reserve_resources( rtems_configuration_table *configuration )
-{
- rtems_termios_reserve_resources (configuration, 1);
-}
-
-
-/***************************************************************************
Function : console_initialize
Description : This initialises termios, all uart hardware before