From: Stephen Hemminger Date: Tue, 21 Mar 2006 18:57:01 +0000 (-0800) Subject: [PATCH] skge: check the allocation of ring buffer X-Git-Tag: v2.6.17-rc1~1171 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3da14474063e71686039d961d14785a9c2971ae;p=pandora-kernel.git [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 Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed