[Midnightbsd-cvs] src: subr_ntoskrnl.c: Patch from Paul B Mahol: Following patch fix

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Nov 16 09:21:22 EST 2010


Log Message:
-----------
Patch from Paul B Mahol:

Following patch fix panic on i386 for drivers using such functions.

Those two functions take 64-bit variable(s) for their arguments.
On i386 that takes additional 32-bit variable per argument.
This is required so that windrv_wrap() can correctly wrap function that
miniport driver calls with stdcall convention.
Similar explanation is provided in subr_ndis.c for other functions.
On amd64 we do not use these numbers.

Modified Files:
--------------
    src/sys/compat/ndis:
        subr_ntoskrnl.c (r1.4 -> r1.5)
        (http://cvsweb.midnightbsd.org/src/sys/compat/ndis/subr_ntoskrnl.c?r1=1.4&r2=1.5)


More information about the Midnightbsd-cvs mailing list