commit | c3da14474063e71686039d961d14785a9c2971ae | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <shemminger@osdl.org> | Tue Mar 21 10:57:01 2006 -0800 |
committer | Jeff Garzik <jeff@garzik.org> | Tue Mar 21 16:00:50 2006 -0500 |
tree | e98f5e56f94abb911cc61df12e026e626c651c7c | |
parent | cfc3ed796eda2c41fb20986d831ed56c0474279d [diff] |
[PATCH] skge: check the allocation of ring buffer The SysKonnect Genesis and Yukon chip sets have restrictions on the possible control block area. The memory needs to not cross 4 Gig boundary, and it needs to be 8 byte aligned. This patch checks and fails to bring the device up if region is unacceptable. Signed-off-by: Stephen Hemminger <shemminger@osdl.org> Signed-off-by: Jeff Garzik <jeff@garzik.org>