From owner-freebsd-bugs@FreeBSD.ORG Sun Sep 12 23:50:05 2010 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 89F771065672 for ; Sun, 12 Sep 2010 23:50:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4AA448FC0A for ; Sun, 12 Sep 2010 23:50:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o8CNo5jG060851 for ; Sun, 12 Sep 2010 23:50:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o8CNo5wJ060850; Sun, 12 Sep 2010 23:50:05 GMT (envelope-from gnats) Resent-Date: Sun, 12 Sep 2010 23:50:05 GMT Resent-Message-Id: <201009122350.o8CNo5wJ060850@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, vehemens Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A61AE1065673 for ; Sun, 12 Sep 2010 23:40:15 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 94D3A8FC0C for ; Sun, 12 Sep 2010 23:40:15 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o8CNeFMc086984 for ; Sun, 12 Sep 2010 23:40:15 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id o8CNeFhP086973; Sun, 12 Sep 2010 23:40:15 GMT (envelope-from nobody) Message-Id: <201009122340.o8CNeFhP086973@www.freebsd.org> Date: Sun, 12 Sep 2010 23:40:15 GMT From: vehemens To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: kern/150514: Reorganize DRM Directory to Support Driver Updates X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Sep 2010 23:50:05 -0000 >Number: 150514 >Category: kern >Synopsis: Reorganize DRM Directory to Support Driver Updates >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Sep 12 23:50:04 UTC 2010 >Closed-Date: >Last-Modified: >Originator: vehemens >Release: FreeBSD 9 and 8.1 >Organization: >Environment: >Description: Reorganize DRM driver files into sub directories to support further driver updates. Have not provided a patch as this change is relatively straight forward. The tasks are as follows: 1) Under src/sys/dev/drm, create sub directories: i915, mach64, mga, r128, radeon, savage, sis, tdfx and via 2) Move board specific driver files with the exception of xxx_drm.h files into sub directories 3) Update the include file path of the relocated files for the header files that were also relocated 4) Update src/sys/modules/drm driver makefiles .PATH for new file locations 5) Update sys/conf/files for new file locations >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: