diff packages/devs/serial/sh/scif/current/ChangeLog @ 128:0c2b7be0d798 ecos-sw-2000-10-12

Merge from eCos master repository on 2000-10-12-08:46:24-BST
author jlarmour
date Thu, 12 Oct 2000 20:31:43 +0000
parents 0ec04793409a
children eb9fd8c04db3
line wrap: on
line diff
--- a/packages/devs/serial/sh/scif/current/ChangeLog
+++ b/packages/devs/serial/sh/scif/current/ChangeLog
@@ -1,3 +1,29 @@
+2000-10-12  Jonathan Larmour  <jlarmour@redhat.com>
+
+	* src/sh_scif_serial.c: return -EINVAL when unsupported flow control
+	mode requested.
+
+2000-10-06  Jesper Skov  <jskov@redhat.com>
+
+	* src/sh_scif_serial.c: Change to new block call syntax.
+	Clean up start_xmit code. Do block transfers in serial DSRs.
+
+2000-10-03  Jesper Skov  <jskov@redhat.co.uk>
+
+	* src/sh_scif_serial.c: Fixed receive FIFO problem. Added Line
+	Status handling. Don't enable TX interrupts in initialization.
+
+2000-09-26  Jesper Skov  <jskov@redhat.com>
+
+	* cdl/ser_sh_scif.cdl: Minor hack to allow both SCI and SCIF
+	packages to be used at the same time.
+	* src/sh_scif_serial.c: Same.
+
+2000-09-25  Jesper Skov  <jskov@redhat.com>
+
+	* src/sh_scif_serial.c: Use the SCI macros for baud rate
+	calculation.
+
 2000-09-05  Jesper Skov  <jskov@redhat.com>
 
 	* src/sh_scif_serial.c: Moved to separate SCIF package.