From owner-freebsd-commit Fri Dec 29 14:12:31 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA17523 for freebsd-commit-outgoing; Fri, 29 Dec 1995 14:12:31 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA17511 for cvs-all-outgoing; Fri, 29 Dec 1995 14:12:22 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA17500 for cvs-sys-outgoing; Fri, 29 Dec 1995 14:12:20 -0800 (PST) Received: (from sos@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA17491 Fri, 29 Dec 1995 14:12:17 -0800 (PST) Date: Fri, 29 Dec 1995 14:12:17 -0800 (PST) From: Soren Schmidt Message-Id: <199512292212.OAA17491@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/linux linux.h linux_ioctl.c linux_ipc.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk sos 95/12/29 14:12:16 Modified: lkm/linux Makefile Log: Added SYSVSHM define Revision Changes Path 1.2 +2 -2 src/lkm/linux/Makefile Modified: sys/i386/linux linux.h linux_ioctl.c linux_ipc.c Log: My first shot at get sound to work on the emulator. Inspired by the work Amancio Hasty has done, but implemented somewhat differently. Revision Changes Path 1.3 +19 -1 src/sys/i386/linux/linux.h 1.4 +63 -2 src/sys/i386/linux/linux_ioctl.c 1.4 +45 -5 src/sys/i386/linux/linux_ipc.c