From owner-cvs-sys Sun Nov 16 20:07:38 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA08595 for cvs-sys-outgoing; Sun, 16 Nov 1997 20:07:38 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id UAA08356; Sun, 16 Nov 1997 20:03:26 -0800 (PST) (envelope-from ahasty@FreeBSD.org) From: Amancio Hasty Received: (from ahasty@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id UAA00201; Sun, 16 Nov 1997 20:00:34 -0800 (PST) Date: Sun, 16 Nov 1997 20:00:34 -0800 (PST) Message-Id: <199711170400.UAA00201@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/linux linux.h linux_ioctl.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ahasty 1997/11/16 20:00:33 PST Modified files: sys/i386/linux linux.h linux_ioctl.c Log: Added support for linux sound ioctls: LINUX_SNDCTL_DSP_GETOPTR LINUX_SNDCTL_DSP_GETIPTR LINUX_SNDCTL_DSP_SETTRIGGER LINUX_SNDCTL_DSP_GETCAPS With this rev level the linux realaudio player 5 and xquake should work. Revision Changes Path 1.18 +6 -1 src/sys/i386/linux/linux.h 1.22 +18 -2 src/sys/i386/linux/linux_ioctl.c