Date: Tue, 25 Jan 2011 23:25:23 +0000 (UTC) From: Sean Farley <scf@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/compat/linux linux_ioctl.c linux_ioctl.h Message-ID: <201101252325.p0PNPh5e075242@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
scf 2011-01-25 23:25:23 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/compat/linux linux_ioctl.c linux_ioctl.h Log: SVN rev 217867 on 2011-01-25 23:25:23Z by scf 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 Revision Changes Path 1.155.2.6 +6 -2 src/sys/compat/linux/linux_ioctl.c 1.28.2.3 +1 -0 src/sys/compat/linux/linux_ioctl.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101252325.p0PNPh5e075242>