forked from Imagelibrary/rtems
2011-11-07 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1953/bsps * console/uarts.c: Do not use /dev/console in libchip configuration table. Shared driver framework selects device to use as /dev/console.
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
2011-11-07 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
|
PR 1953/bsps
|
||||||
|
* console/uarts.c: Do not use /dev/console in libchip configuration
|
||||||
|
table. Shared driver framework selects device to use as /dev/console.
|
||||||
|
|
||||||
2011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>
|
2011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>
|
||||||
|
|
||||||
PR 1917/bsps
|
PR 1917/bsps
|
||||||
|
|||||||
@@ -93,7 +93,7 @@ unsigned long Console_Configuration_Count = NUM_DEVS;
|
|||||||
*/
|
*/
|
||||||
console_tbl Console_Configuration_Ports[] = {
|
console_tbl Console_Configuration_Ports[] = {
|
||||||
{
|
{
|
||||||
"/dev/console", /* sDeviceName */
|
"/dev/com0", /* sDeviceName */
|
||||||
SERIAL_CUSTOM, /* deviceType */
|
SERIAL_CUSTOM, /* deviceType */
|
||||||
&dbgu_fns, /* pDeviceFns */
|
&dbgu_fns, /* pDeviceFns */
|
||||||
NULL, /* deviceProbe */
|
NULL, /* deviceProbe */
|
||||||
|
|||||||
@@ -1,3 +1,9 @@
|
|||||||
|
2011-11-07 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
|
PR 1953/bsps
|
||||||
|
* console/uarts.c: Do not use /dev/console in libchip configuration
|
||||||
|
table. Shared driver framework selects device to use as /dev/console.
|
||||||
|
|
||||||
2011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>
|
2011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>
|
||||||
|
|
||||||
PR 1917/bsps
|
PR 1917/bsps
|
||||||
|
|||||||
@@ -42,15 +42,15 @@ extern console_fns ffuart_fns;
|
|||||||
*/
|
*/
|
||||||
console_tbl Console_Configuration_Ports[] = {
|
console_tbl Console_Configuration_Ports[] = {
|
||||||
{
|
{
|
||||||
"/dev/console", /* sDeviceName */
|
"/dev/com0", /* sDeviceName */
|
||||||
SERIAL_CUSTOM, /* deviceType */
|
SERIAL_CUSTOM, /* deviceType */
|
||||||
&ffuart_fns, /* pDeviceFns */
|
&ffuart_fns, /* pDeviceFns */
|
||||||
NULL, /* deviceProbe */
|
NULL, /* deviceProbe */
|
||||||
NULL, /* pDeviceFlow */
|
NULL, /* pDeviceFlow */
|
||||||
0, /* ulMargin - NOT USED */
|
0, /* ulMargin - NOT USED */
|
||||||
0, /* ulHysteresis - NOT USED */
|
0, /* ulHysteresis - NOT USED */
|
||||||
NULL, /* pDeviceParams */
|
NULL, /* pDeviceParams */
|
||||||
FFUART_BASE, /* ulCtrlPort1 - Pointer to DBGU regs */
|
FFUART_BASE, /* ulCtrlPort1 - Pointer to DBGU regs */
|
||||||
0, /* ulCtrlPort2 - NOT USED */
|
0, /* ulCtrlPort2 - NOT USED */
|
||||||
0, /* ulDataPort - NOT USED */
|
0, /* ulDataPort - NOT USED */
|
||||||
NULL, /* getRegister - NOT USED */
|
NULL, /* getRegister - NOT USED */
|
||||||
|
|||||||
Reference in New Issue
Block a user