On Friday 18 July 2008 03:48:27 Mark Kelly wrote:
I just got around to trying this again on 2.6.26 final and I'm still getting a fail error on the gateway module, and I've tried it using r1099 and r1100 under openwrt on an ixp4xx board.
Please look at device.c on line 88 till 92. There should be a #if section with should definitly use device_create_drvdata instead of class_device_create. Please check if it is there... your debug output looks like it isn't there (which sounds like a broken svn checkout). I think that it is that because your line numbers in your build log are different.
If it is correct, please check the version numbers in our linux toplevel Makefile (should be VERSION = 2, PATCHLEVEL = 6 and SUBLEVEL = 26).
I tried it now with vanilla 2.6.29-rc9 and it worked fine for me. I will try it on openwrt later
regards, Sven