K 10 svn:author V 5 peter K 8 svn:date V 27 2004-05-16T22:24:57.000000Z K 7 svn:log V 310 Disable ndis module on amd64. It doesn't compile. For example, hal_raise_irql(void) doesn't take an argument, but it is called with one. eg: irql = FASTCALL1(hal_raise_irql, DISPATCH_LEVEL); This is hidden by the macros on i386, but becomes a compile error on amd64 since the arguments are actually checked. END