commit | 29816d9aa55c99d463bd5507a46535b5fe79c33a | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <shemminger@linux-foundation.org> | Mon Nov 26 11:54:48 2007 -0800 |
committer | Jeff Garzik <jeff@garzik.org> | Sat Dec 01 16:32:29 2007 -0500 |
tree | 0a76ac1b18417d819eaa16066104876c16ef8545 | |
parent | 1c1478859017452a1179dbbdf7b9eb5b48438746 [diff] |
skge: FIFO Ram calculation error The calculation of usable FIFO RAM is wrong in the skge driver. First, is doesn't take into account the reserved area on the original SysKonnect Genesis boards. Second it has an off-by-one error because hw->ports is either 1 or 2. Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org> Signed-off-by: Jeff Garzik <jeff@garzik.org>