summaryrefslogtreecommitdiffstats
path: root/c/src/libchip/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2003-07-18 15:52:26 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2003-07-18 15:52:26 +0000
commit3584398afe117365d6d94c6094bb27906e7f740b (patch)
treebfee4577e86c28f05d66edc6e07fbca960a576ca /c/src/libchip/ChangeLog
parent2003-07-18 Till Straumann <strauman@slac.stanford.edu> (diff)
downloadrtems-3584398afe117365d6d94c6094bb27906e7f740b.tar.bz2
2003-07-18 Greg Menke <gregory.menke@gsfc.nasa.gov>
PR 429/bsps PR 432/bsps * network/elnk.c: Due to a bug in the driver, if multiple packets are queued onto an elnk board, the ISR will deadlock the device with a tx complete interrupt. Lighter tx loads are not affected as they end up submitting single packets to the device.
Diffstat (limited to 'c/src/libchip/ChangeLog')
-rw-r--r--c/src/libchip/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/c/src/libchip/ChangeLog b/c/src/libchip/ChangeLog
index 0b2d980849..5f3059439c 100644
--- a/c/src/libchip/ChangeLog
+++ b/c/src/libchip/ChangeLog
@@ -1,3 +1,12 @@
+2003-07-18 Greg Menke <gregory.menke@gsfc.nasa.gov>
+
+ PR 429/bsps
+ PR 432/bsps
+ * network/elnk.c: Due to a bug in the driver, if multiple packets
+ are queued onto an elnk board, the ISR will deadlock the device with
+ a tx complete interrupt. Lighter tx loads are not affected as they
+ end up submitting single packets to the device.
+
2003-07-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove (Merged into ../configure.ac).