Date: Thu, 16 Oct 2008 08:24:02 +0000 (UTC) From: Weongyo Jeong <weongyo@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/if_ndis if_ndis.c if_ndisvar.h Message-ID: <200810160824.m9G8OAW2090796@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
weongyo 2008-10-16 08:24:02 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/if_ndis if_ndis.c if_ndisvar.h Log: SVN rev 183930 on 2008-10-16 08:24:02Z by weongyo MFC r183587: sc->ndis_txidx should be cycle between 0 and sc->ndis_maxpkts, not NDIS_TXPKTS and don't allocate unused extra spaces for sc->ndis_txarray and sc->ndis_txpool. PR: kern/127644 Submitted by: Antoine Pelisse <apelisse_at_gmail.com> Approved by: re (gnn) Revision Changes Path 1.124.2.3 +2 -2 src/sys/dev/if_ndis/if_ndis.c 1.27.2.1 +1 -1 src/sys/dev/if_ndis/if_ndisvar.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810160824.m9G8OAW2090796>