cvs commit: src/sys/compat/ndis subr_ntoskrnl.c
Bill Paul
wpaul at FreeBSD.org
Mon Mar 28 11:27:59 PST 2005
wpaul 2005-03-28 19:27:59 UTC
FreeBSD src repository
Modified files:
sys/compat/ndis subr_ntoskrnl.c
Log:
Fix another amd64 issue with lookaside lists: we initialize the
alloc and free routine pointers in the lookaside list with pointers
to ExAllocatePoolWithTag() and ExFreePool() (in the case where the
driver does not provide its own alloc and free routines). For amd64,
this is wrong: we have to use pointers to the wrapped versions of these
functions, not the originals.
Revision Changes Path
1.60 +40 -6 src/sys/compat/ndis/subr_ntoskrnl.c
More information about the cvs-src
mailing list