From owner-cvs-all@FreeBSD.ORG Thu Apr 24 16:36:37 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D812637B42F; Thu, 24 Apr 2003 16:36:36 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DEA443F85; Thu, 24 Apr 2003 16:36:36 -0700 (PDT) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3ONaa0U057893; Thu, 24 Apr 2003 16:36:36 -0700 (PDT) (envelope-from anholt@repoman.freebsd.org) Received: (from anholt@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3ONaZim057889; Thu, 24 Apr 2003 16:36:35 -0700 (PDT) Message-Id: <200304242336.h3ONaZim057889@repoman.freebsd.org> From: Eric Anholt Date: Thu, 24 Apr 2003 16:36:35 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/compat/linux linux_ioctl.c linux_ioctl.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2003 23:36:37 -0000 anholt 2003/04/24 16:36:35 PDT FreeBSD src repository Modified files: sys/compat/linux linux_ioctl.c linux_ioctl.h Log: Add an ioctl handler for the DRM. This removes the need for the DRM_LINUX option, which has been a source of frustration for many users. Revision Changes Path 1.107 +14 -0 src/sys/compat/linux/linux_ioctl.c 1.16 +3 -0 src/sys/compat/linux/linux_ioctl.h