cvs commit: src/sys/compat/ndis subr_ntoskrnl.c
Bill Paul
wpaul at FreeBSD.org
Mon Mar 28 12:46:09 PST 2005
wpaul 2005-03-28 20:46:08 UTC
FreeBSD src repository
Modified files:
sys/compat/ndis subr_ntoskrnl.c
Log:
More additions for amd64:
- On amd64, InterlockedPushEntrySList() and InterlockedPopEntrySList()
are mapped to ExpInterlockedPushEntrySList and
ExpInterlockedPopEntrySList() via macros (which do the same thing).
Add IMPORT_FUNC_MAP()s for these.
- Implement ExQueryDepthSList().
Revision Changes Path
1.62 +20 -0 src/sys/compat/ndis/subr_ntoskrnl.c
More information about the cvs-src
mailing list