]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC 233362:
authorpfg <pfg@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 21 Jul 2012 19:46:14 +0000 (19:46 +0000)
committerpfg <pfg@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 21 Jul 2012 19:46:14 +0000 (19:46 +0000)
commit3968c709a99fef565f9564a4c1ac117d6c5523a3
tree3546bec1ceba255ce8109b32ecf632f9f6218aff
parent469d6cc556e18554ae357f37b04686179a65ba72
MFC 233362:

Don't cast a bus address to a uint8_t pointer just to add an offset to
it.  Instead, add the offset directly to the bus address.

This permits linking emu10k to an i386 PAE kernel.

git-svn-id: svn://svn.freebsd.org/base/stable/8@238674 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/dev/sound/pci/emu10kx.c