From: John Hodge Date: Tue, 17 Nov 2009 16:31:45 +0000 (+0800) Subject: Cleanups & Implementations to allow IPStack to compile X-Git-Tag: rel0.06~366 X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;h=04b368645c34cc3853fc13f93e33ac7878be8479;hp=04b368645c34cc3853fc13f93e33ac7878be8479;p=tpg%2Facess2.git Cleanups & Implementations to allow IPStack to compile - IPStack module now compiles (still unusable) - Added Network Device spec file (tpl_drv_network.h) - Shuffled definitions between vfs.h and vfs_ext.h - Added thorough sanity checking to System calls (except IOCtl as the driver is the only code that knows what it means) - Cleaned up makefiles to delete Dumps and Disassemblies - Added USB core file to tree - Implemented DRV_IOCTL_LOOKUP and NET_IOCTL_GETMAC in NE2000 driver in prepararion for IPStack. ---