From 3584398afe117365d6d94c6094bb27906e7f740b Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 18 Jul 2003 15:52:26 +0000 Subject: 2003-07-18 Greg Menke 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. --- c/src/libchip/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'c/src/libchip/ChangeLog') 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 + + 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 * configure.ac: Remove (Merged into ../configure.ac). -- cgit v1.2.3