commit | 8b5641d4f1f7376257783b79f121a19ccd86b56b | [log] [tgz] |
---|---|---|
author | Francois Romieu <romieu@fr.zoreil.com> | Sat Jul 30 13:13:03 2005 +0200 |
committer | Jeff Garzik <jgarzik@pobox.com> | Sat Jul 30 18:21:00 2005 -0400 |
tree | ff22ed47573d826d8744effd78edefd30100c8fe | |
parent | 830fb7d23217ae748df0b16d4d419110810036b7 [diff] |
[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 <romieu@fr.zoreil.com> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>