Date: Fri, 4 Sep 2009 16:41:17 +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: <200909041641.n84GfREe089683@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
yongari 2009-09-04 16:41:17 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/dev/txp if_txp.c Log: SVN rev 196830 on 2009-09-04 16:41:17Z 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) Approved by: re (kib) Revision Changes Path 1.58.2.2 +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?200909041641.n84GfREe089683>