cvs commit: src/sys/compat/ndis hal_var.h pe_var.h subr_ntoskrnl.c
src/sys/dev/if_ndis if_ndis.c
Bill Paul
wpaul at FreeBSD.org
Thu Jan 15 13:31:50 PST 2004
wpaul 2004/01/15 13:31:49 PST
FreeBSD src repository
Modified files:
sys/compat/ndis hal_var.h pe_var.h subr_ntoskrnl.c
sys/dev/if_ndis if_ndis.c
Log:
The definition for __stdcall logically belongs in pe_var.h, but
the definitions for NDIS_BUS_SPACE_IO and NDIS_BUS_SPACE_MEM logically
belong in hal_var.h. At least, that's my story, and I'm sticking to it.
Also, remove definition of __stdcall from if_ndis.c now that it's pulled
in from pe_var.h.
Revision Changes Path
1.2 +8 -0 src/sys/compat/ndis/hal_var.h
1.6 +0 -4 src/sys/compat/ndis/pe_var.h
1.17 +1 -0 src/sys/compat/ndis/subr_ntoskrnl.c
1.28 +0 -2 src/sys/dev/if_ndis/if_ndis.c
More information about the cvs-src
mailing list