Mercurial > flash_v2
diff packages/io/eth/current/ChangeLog @ 289:bd1db6a90df9
Fix problems with overflowing scatter-gather lists.
| author | gthomas |
|---|---|
| date | Tue, 13 Aug 2002 15:55:53 +0000 |
| parents | 1eb79d208648 |
| children | 918b1f4e9403 |
line wrap: on
line diff
--- a/packages/io/eth/current/ChangeLog +++ b/packages/io/eth/current/ChangeLog @@ -1,3 +1,13 @@ +2002-08-13 Gary Thomas <gthomas@ecoscentric.com> + + * src/net/eth_drv.c (eth_drv_send): Print a better message + if the scatter-gather list overflows. + + * include/eth_drv.h (MAX_ETH_DRV_SG): + * cdl/eth_drivers.cdl: Add control over size of scatter-gather + data lists used to pass requests to physical layer. Previous + value was sometimes too small. + 2002-07-31 Gary Thomas <gary@chez-thomas.org> * src/net/eth_drv.c (eth_drv_start): Fix compile error when
