Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Oct 2008 04:15:39 +0000 (UTC)
From:      Weongyo Jeong <weongyo@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/if_ndis if_ndis.c if_ndisvar.h
Message-ID:  <200810040415.m944FrRT043076@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
weongyo     2008-10-04 04:15:39 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/if_ndis      if_ndis.c if_ndisvar.h 
  Log:
  SVN rev 183587 on 2008-10-04 04:15:39Z by weongyo
  
  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>
  MFC after:      1 week
  
  Revision  Changes    Path
  1.144     +2 -2      src/sys/dev/if_ndis/if_ndis.c
  1.34      +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?200810040415.m944FrRT043076>