Date: Sun, 28 Mar 2004 18:15:29 -0800 (PST) From: Bill Paul <wpaul@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/compat/ndis kern_ndis.c ndis_var.h ntoskrnl_var.h resource_var.h src/sys/dev/if_ndis if_ndis.c Message-ID: <200403290215.i2T2FTMj087440@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
wpaul 2004/03/28 18:15:29 PST FreeBSD src repository Modified files: sys/compat/ndis kern_ndis.c ndis_var.h ntoskrnl_var.h resource_var.h sys/dev/if_ndis if_ndis.c Log: Add missing cprd_flags member to partial resource structure in resource_var.h. In kern_ndis.c:ndis_convert_res(), fill in the cprd_flags and cprd_sharedisp fields as best we can. In if_ndis.c:ndis_setmulti(), don't bother updating the multicast filter if our multicast address list is empty. Add some missing updates to ndis_var.h and ntoskrnl_var.h that I forgot to check in when I added the KeDpc stuff. Revision Changes Path 1.48 +10 -0 src/sys/compat/ndis/kern_ndis.c 1.23 +1 -0 src/sys/compat/ndis/ndis_var.h 1.12 +3 -1 src/sys/compat/ndis/ntoskrnl_var.h 1.2 +1 -0 src/sys/compat/ndis/resource_var.h 1.51 +2 -0 src/sys/dev/if_ndis/if_ndis.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403290215.i2T2FTMj087440>