From owner-cvs-src-old@FreeBSD.ORG Mon Oct 13 17:52:58 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8365D106568C for ; Mon, 13 Oct 2008 17:52:58 +0000 (UTC) (envelope-from rnoland@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 584FD8FC1B for ; Mon, 13 Oct 2008 17:52:58 +0000 (UTC) (envelope-from rnoland@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9DHqwcG036039 for ; Mon, 13 Oct 2008 17:52:58 GMT (envelope-from rnoland@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9DHqw90036038 for cvs-src-old@freebsd.org; Mon, 13 Oct 2008 17:52:58 GMT (envelope-from rnoland@repoman.freebsd.org) Message-Id: <200810131752.m9DHqw90036038@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rnoland@repoman.freebsd.org using -f From: Robert Noland Date: Mon, 13 Oct 2008 17:52:41 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/drm drm_linux_list.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Oct 2008 17:52:58 -0000 rnoland 2008-10-13 17:52:41 UTC FreeBSD src repository Modified files: sys/dev/drm drm_linux_list.h Log: SVN rev 183832 on 2008-10-13 17:52:41Z by rnoland The linux list compat code had an error which prevented list_for_each_safe() from operating on a list with a single item. This code is used much more by the i915 driver with xorg-7.4. Correct it to match the actual linux implementation. Approved by: jhb (mentor) Revision Changes Path 1.5 +2 -2 src/sys/dev/drm/drm_linux_list.h