]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Don't pass pointers to kernel data structures through 32-bit fields
authorScott Long <scottl@FreeBSD.org>
Mon, 28 Apr 2003 06:16:20 +0000 (06:16 +0000)
committerScott Long <scottl@FreeBSD.org>
Mon, 28 Apr 2003 06:16:20 +0000 (06:16 +0000)
commit149af931ca248aab6285e638ef0fdbee7264476a
treefce521a26ee4a337cbf0e71947533035e3faf3b6
parent035694b29a526af33ef714204d281143e14c6aa0
Don't pass pointers to kernel data structures through 32-bit fields
as 64-bit architectures won't like this.  Use virtual array indexes
instead.  This *should* allow the driver to work on 64-bit platforms,
though it's still not endian clean.
sys/dev/aac/aac.c