cvs commit: src/sys/modules Makefile
Peter Wemm
peter at FreeBSD.org
Sun May 16 15:24:58 PDT 2004
peter 2004/05/16 15:24:57 PDT
FreeBSD src repository
Modified files:
sys/modules Makefile
Log:
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.
Revision Changes Path
1.381 +1 -1 src/sys/modules/Makefile
More information about the cvs-src
mailing list