comparison packages/io/serial/current/ChangeLog @ 62:7a6ac9edc838 ecos-sw-2000-01-24

Merge from eCos master repository on 2000-01-24-19:43:49-GMT
author jlarmour
date Mon, 24 Jan 2000 21:43:17 +0000
parents 6e51d764f8f1
children c38311975d4f
comparison
equal deleted inserted replaced
61:e44112c47676 62:7a6ac9edc838
1 2000-01-17 Gary Thomas <gthomas@cygnus.co.uk>
2
3 * src/common/tty.c (tty_read): Avoid echoing "backspace/erase" at
4 start of line.
5
6 2000-01-05 Gary Thomas <gthomas@cygnus.co.uk>
7
8 * src/common/serial.c (serial_write): Avoid potential deadlock if
9 transmit start actually sends enough characters to signal cond wait.
10
11 2000-01-03 Gary Thomas <gthomas@cygnus.co.uk>
12
13 * include/serial.h: Fix namespace pollution -
14 serial_devio => cyg_io_serial_devio
15 serial_callbacks => cyg_io_serial_callbacks
16
17 * src/mips/tx3904_serial.c:
18 * src/mn10300/mn10300_serial.c:
19 * src/powerpc/quicc_smc_serial.c:
20 * src/powerpc/cogent_serial_with_ints.c:
21 * src/sparclite/sleb_sdtr.c:
22 * src/arm/aeb_serial.c:
23 * src/arm/pid_serial_with_ints.c:
24 * src/arm/edb7xxx_serial.c:
25 * src/arm/cma230_serial.c:
26 * src/common/haldiag.c:
27 * src/common/serial.c: Fix namespace pollution -
28 serial_devio => cyg_io_serial_devio
29
1 1999-12-06 Gary Thomas <gthomas@cygnus.co.uk> 30 1999-12-06 Gary Thomas <gthomas@cygnus.co.uk>
2 31
3 * src/arm/pid_serial_with_ints.c (pid_serial_DSR): Add loop to handle 32 * src/arm/pid_serial_with_ints.c (pid_serial_DSR): Add loop to handle
4 case where an interrupt represents multiple events. 33 case where an interrupt represents multiple events.
5 34