Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Sep 2009 17:25:24 +0000 (UTC)
From:      Pyun YongHyeon <yongari@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/txp if_txp.c
Message-ID:  <200909111725.n8BHPf1V066125@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
yongari     2009-09-11 17:25:24 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/dev/txp          if_txp.c 
  Log:
  SVN rev 197098 on 2009-09-11 17:25:24Z by yongari
  
  MFC r196721:
    Make sure rx descriptor ring align on 16 bytes. I guess the
    alignment requirement could be multiple of 4 bytes but I think
    using descriptor size would make intention clearer.
    Previously the size of rx descriptor was not power of 2 so it
    caused panic in bus_dmamem_alloc(9).
  
    Reported by:  Jeff Blank (jb000003 <> mr-happy dot com)
  
  Revision   Changes    Path
  1.46.2.12  +4 -2      src/sys/dev/txp/if_txp.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200909111725.n8BHPf1V066125>