]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
Merge from head to stable/8:
authorscf <scf@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 25 Jan 2011 23:25:23 +0000 (23:25 +0000)
committerscf <scf@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 25 Jan 2011 23:25:23 +0000 (23:25 +0000)
commit1e61557c6ae1af8bfde5f4ebf06c40efd2f0955a
tree24bc00f13cb8d34fdd88d04f0473972a5fd1ef82
parente4955a376974986de3bf74eb8a24cd321354fa9c
Merge from head to stable/8:

r216813:
Fix the LINUX_SOUND_MIXER_INFO ioctl to return success after the
information is set to FreeBSD.  It had been falling through to the end
of linux_ioctl_sound() and returning ENOIOCTL.  Noticed when running the
Linux ALSA amixer tool.

Add a LINUX_SOUND_MIXER_READ_CAPS ioctl which is used by the Skype
v2.1.0.81 binary.

Reviewed by: gavin

git-svn-id: svn://svn.freebsd.org/base/stable/8@217867 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/compat/linux/linux_ioctl.c
sys/compat/linux/linux_ioctl.h