Re: [Qemu-devel] [PATCH] Workaround for broken OSS_GETVERSION on FreeBSD, part two

2010-01-10 Thread Juergen Lock
On Sun, Jan 10, 2010 at 01:40:18AM +0300, malc wrote: > On Sat, 9 Jan 2010, Juergen Lock wrote: > > > Turns out on those versions of FreeBSD (>= 7.x) that know OSS_GETVERSION > > the ioctl doesn't actually work yet (except in the Linuxolator), so if > > building on FreeBSD fall back to using SOUND

Re: [Qemu-devel] [PATCH] Workaround for broken OSS_GETVERSION on FreeBSD, part two

2010-01-09 Thread malc
On Sat, 9 Jan 2010, Juergen Lock wrote: > Turns out on those versions of FreeBSD (>= 7.x) that know OSS_GETVERSION > the ioctl doesn't actually work yet (except in the Linuxolator), so if > building on FreeBSD fall back to using SOUND_VERSION as defined in > (which atm is 0x04) if the ioctl i

[Qemu-devel] [PATCH] Workaround for broken OSS_GETVERSION on FreeBSD, part two

2010-01-09 Thread Juergen Lock
Turns out on those versions of FreeBSD (>= 7.x) that know OSS_GETVERSION the ioctl doesn't actually work yet (except in the Linuxolator), so if building on FreeBSD fall back to using SOUND_VERSION as defined in (which atm is 0x04) if the ioctl is defined but fails. Signed-off-by: Juergen Loc