Date: Thu, 27 Apr 2006 23:03:00 +0000 (UTC) From: Scott Long <scottl@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/bfe if_bfe.c Message-ID: <200604272303.k3RN30Kx067240@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
scottl 2006-04-27 23:03:00 UTC
FreeBSD src repository
Modified files:
sys/dev/bfe if_bfe.c
Log:
The alignment parameter to busdma must be a power of two, while the if_bfe
driver was trying to use an arbitrary rx/tx ring size of the value. Change
to using unrestricted values for alignment and boundary instead.
Revision Changes Path
1.34 +2 -2 src/sys/dev/bfe/if_bfe.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604272303.k3RN30Kx067240>
