From owner-cvs-all@FreeBSD.ORG Sun Feb 22 19:18:19 2004 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 6AC1116A4CE; Sun, 22 Feb 2004 19:18:19 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29C3E43D2D; Sun, 22 Feb 2004 19:18:19 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1N3IJGe084915; Sun, 22 Feb 2004 19:18:19 -0800 (PST) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1N3IIdN084914; Sun, 22 Feb 2004 19:18:18 -0800 (PST) (envelope-from rwatson) Message-Id: <200402230318.i1N3IIdN084914@repoman.freebsd.org> From: Robert Watson Date: Sun, 22 Feb 2004 19:18:18 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/drm r128_state.c 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: Mon, 23 Feb 2004 03:18:19 -0000 rwatson 2004/02/22 19:18:18 PST FreeBSD src repository Modified files: sys/dev/drm r128_state.c Log: Limit the amount of memory userspace processes can cause the kernel to allocate via DRI on r128 devices. Obtained from: Thomas Biege Reviewed by: scottl Revision Changes Path 1.9 +17 -0 src/sys/dev/drm/r128_state.c