commit | 77783a78ded96a56e3a1a0c03bbe87c56896fe6e | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <shemminger@osdl.org> | Thu Jan 05 16:26:05 2006 -0800 |
committer | Jeff Garzik <jgarzik@pobox.com> | Tue Jan 17 19:52:56 2006 -0500 |
tree | 6a18c269adc45b438dc77355756dcf3957d4aad3 | |
parent | 22d4d77183f0af8b3b643544a5ae64ec6105d88b [diff] |
[PATCH] skge: fix dma mask setup. There are a couple of problems in the DMA setup code for skge. * In the 64 bit case, it doesn't set the consistent mask. * In the 32 bit case, the error check is backwards! It likely will only be visible as a bug on 64 bit platforms. Signed-off-by: Stephen Hemminger <shemminger@osdl.org> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>