From owner-cvs-all Wed Apr 28 21:38: 2 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 723CB1509E; Wed, 28 Apr 1999 21:38:00 -0700 (PDT) (envelope-from luoqi@FreeBSD.org) Received: (from luoqi@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA94307; Wed, 28 Apr 1999 21:38:00 -0700 (PDT) (envelope-from luoqi@FreeBSD.org) Message-Id: <199904290438.VAA94307@freefall.freebsd.org> From: Luoqi Chen Date: Wed, 28 Apr 1999 21:37:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/linux linux.h linux_ioctl.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk luoqi 1999/04/28 21:37:59 PDT Modified files: sys/i386/linux linux.h linux_ioctl.c Log: - Handle mixer read ioctls correctly. They have the same group, number and argument size as their write counterparts and were handled as write ioctls. - Emulate some cdrom ioctls. Revision Changes Path 1.27 +29 -2 src/sys/i386/linux/linux.h 1.31 +149 -18 src/sys/i386/linux/linux_ioctl.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message