From 2a2b206ba357c45d090496916910e13e26288813 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 12 Sep 2007 15:41:43 +0000 Subject: 2007-09-12 Daniel Hellstrom * libchip/network/smc91111.c, libchip/network/smc91111.h: Multiple fixes. - Odd bit bug in some chips taken care of. - Buggy ASSERT removed, it seem to be inserted to detect if MBUF data alignment but failing to do so must have made the driver writer to make some incorrect assumptions about MBUFs. - Fixed MBUF handling to handle mbuf chains better. The Data length of MBUFs in middle of the mbuf chain are now checked for odd number of bytes. - Made while loop responsible for copying data to fifo port copy 16 shorts per loop instead of 1 short, increasing the copying process. --- c/src/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'c/src/ChangeLog') diff --git a/c/src/ChangeLog b/c/src/ChangeLog index e43d2eace7..0ba92e85db 100644 --- a/c/src/ChangeLog +++ b/c/src/ChangeLog @@ -1,3 +1,15 @@ +2007-09-12 Daniel Hellstrom + + * libchip/network/smc91111.c, libchip/network/smc91111.h: Multiple fixes. + - Odd bit bug in some chips taken care of. + - Buggy ASSERT removed, it seem to be inserted to detect if MBUF data + alignment but failing to do so must have made the driver writer to make + some incorrect assumptions about MBUFs. + - Fixed MBUF handling to handle mbuf chains better. The Data length of + MBUFs in middle of the mbuf chain are now checked for odd number of bytes. + - Made while loop responsible for copying data to fifo port copy 16 shorts + per loop instead of 1 short, increasing the copying process. + 2007-09-07 Daniel Hellstrom * libchip/network/greth.c, libchip/network/greth.h: GRETH_GBIT support -- cgit v1.2.3