From: Francois Romieu Date: Sat, 30 Jul 2005 11:13:03 +0000 (+0200) Subject: [PATCH] sis190: the size of the Rx buffer is constrained X-Git-Tag: v2.6.14-rc1~1025^2~3^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b5641d4f1f7376257783b79f121a19ccd86b56b;p=pandora-kernel.git [PATCH] sis190: the size of the Rx buffer is constrained Add a restriction to the size of the Rx buffer SiS driver forces the size of any Rx buffer to be a multiple of 64 bit. I would not be surprized that it goes along with some alignment issues which have been experienced before. So far it does not make much of a difference (both drivers use 1536 bytes buffer). Signed-off-by: Francois Romieu Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed