cvs commit: src/sys/emulation/ndis
Matthew Dillon
dillon at crater.dragonflybsd.org
Sat Sep 18 19:45:15 PDT 2004
dillon 2004/09/18 19:44:35 PDT
DragonFly src repository
Modified files:
sys/emulation/ndis ntoskrnl_var.h subr_ntoskrnl.c
Log:
timeout/untimeout ==> callout_*. NDIS hides the callout in a windoz
structure so we have to 'fake' it with a pointer and use malloc().
Submitted-by: Joerg Sonnenberg
Revision Changes Path
1.3 +1 -1 src/sys/emulation/ndis/ntoskrnl_var.h
1.3 +22 -6 src/sys/emulation/ndis/subr_ntoskrnl.c
http://www.dragonflybsd.org/cvsweb/src/sys/emulation/ndis/ntoskrnl_var.h.diff?r1=1.2&r2=1.3&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/emulation/ndis/subr_ntoskrnl.c.diff?r1=1.2&r2=1.3&f=u
More information about the Commits
mailing list