Patch [2696648] Z80: interrupt flag stored in parity bit

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1641 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2009-03-22 21:25:34 +00:00
parent 44b880d56e
commit 440a3291ff
2 changed files with 6 additions and 0 deletions

View File

@ -668,3 +668,6 @@
always timing out when the load was heavy and worse, for some reason, always timing out when the load was heavy and worse, for some reason,
resetting the Tx function caused unexpected registers to be reset in resetting the Tx function caused unexpected registers to be reset in
the Rcv function was well. the Rcv function was well.
* Z80: Patch incorported: "[2696648] Z80: interrupt flag stored in parity bit"
(submitted by JPelletier). The is the same fix that was needed for the
eZ80 and fixed in 0.4.2.

View File

@ -1359,6 +1359,9 @@ nuttx-0.4.4 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
always timing out when the load was heavy and worse, for some reason, always timing out when the load was heavy and worse, for some reason,
resetting the Tx function caused unexpected registers to be reset in resetting the Tx function caused unexpected registers to be reset in
the Rcv function was well. the Rcv function was well.
* Z80: Patch incorported: "[2696648] Z80: interrupt flag stored in parity bit"
(submitted by JPelletier). The is the same fix that was needed for the
eZ80 and fixed in 0.4.2.
pascal-0.1.3 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> pascal-0.1.3 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>