Date: Wed, 12 Jan 2011 21:08:49 +0000 (UTC) From: Matthew D Fleming <mdf@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/x86/x86 busdma_machdep.c Message-ID: <201101122109.p0CL96Iv042778@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mdf 2011-01-12 21:08:49 UTC
FreeBSD src repository
Modified files:
sys/x86/x86 busdma_machdep.c
Log:
SVN rev 217330 on 2011-01-12 21:08:49Z by mdf
Fix a brain fart. Since this file is shared between i386 and amd64, a
bus_size_t may be 32 or 64 bits. Change the bounce_zone alignment field
to explicitly be 32 bits, as I can't really imagine a DMA device that
needs anything close to 2GB alignment of data.
Revision Changes Path
1.3 +3 -3 src/sys/x86/x86/busdma_machdep.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101122109.p0CL96Iv042778>
