Module Name: src
Committed By: phx
Date: Sun Dec 19 15:57:26 UTC 2010
Modified Files:
src/doc: CHANGES
Log Message:
amigappc onboard serial works
To generate a diff of this commit:
cvs rdiff -u -r1.1475 -r1.1476 src/doc/CHANGES
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES
diff -u src/doc/CHANGES:1.1475 src/doc/CHANGES:1.1476
--- src/doc/CHANGES:1.1475 Sat Dec 18 09:37:05 2010
+++ src/doc/CHANGES Sun Dec 19 15:57:25 2010
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1475 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1476 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -814,3 +814,4 @@
don't require locking and can operate on user-specified
timezones as opposed to having to alter the environment
to change a timezone. [christos 20101216]
+ amigappc: Made onboard serial interface work. [20101219]