summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/score603e/console/85c30.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/powerpc/score603e/console/85c30.c')
-rw-r--r--c/src/lib/libbsp/powerpc/score603e/console/85c30.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/c/src/lib/libbsp/powerpc/score603e/console/85c30.c b/c/src/lib/libbsp/powerpc/score603e/console/85c30.c
index 0bad370f35..487f8e1a10 100644
--- a/c/src/lib/libbsp/powerpc/score603e/console/85c30.c
+++ b/c/src/lib/libbsp/powerpc/score603e/console/85c30.c
@@ -25,7 +25,6 @@
#define STATUS_REGISTER 0x00
#define DATA_REGISTER 0x08
-
#define Z8530_Status_Is_RX_character_available( _status ) \
( (_status) & 0x01 )
@@ -57,7 +56,6 @@ static const unsigned char Stop_bit_85c30[] = {
static const unsigned char Parity_85c30[] = {
Z8530_PARITY_NONE, Z8530_PARITY_ODD, Z8530_PARITY_EVEN };
-
/* PAGE
*
* Read_85c30_register
@@ -102,7 +100,6 @@ static void Write_85c30_register(
rtems_bsp_delay_in_bus_cycles( 40 );
}
-
/* PAGE
*
* Reset_85c30_chip
@@ -119,7 +116,6 @@ void Reset_85c30_chip(
Write_85c30_register( ctrl_1, 0x09, 0x40 );
}
-
/* PAGE
*
* initialize_85c30_port
@@ -285,7 +281,6 @@ void initialize_85c30_port(
*/
Write_85c30_register( ctrl, 9, 0x0A );
-
/* XXX */
/*
@@ -362,7 +357,6 @@ int inbyte_nonblocking_85c30(
return data;
}
-
/*
* Interrupt driven console IO
*/