From owner-freebsd-x11@FreeBSD.ORG Fri Apr 17 21:12:23 2009 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4DA1A10657DC; Fri, 17 Apr 2009 21:12:23 +0000 (UTC) (envelope-from invalid.pointer@gmail.com) Received: from ti-out-0910.google.com (ti-out-0910.google.com [209.85.142.189]) by mx1.freebsd.org (Postfix) with ESMTP id BB67B8FC1B; Fri, 17 Apr 2009 21:12:22 +0000 (UTC) (envelope-from invalid.pointer@gmail.com) Received: by ti-out-0910.google.com with SMTP id u3so679284tia.3 for ; Fri, 17 Apr 2009 14:12:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:content-type :content-transfer-encoding; bh=UF8Yes14vAO7jRhona999CeLQMwPiMQY6OKVTSdm1Z8=; b=vce9GcuSe87vOAERvLqlcLtahTfqTsOApGhutZ0EO+ikRIDCo2M/b9NvddEHat3aQL dXB123MnaEAjrirW+XQuH0DtkO5hGqTrwauhHNEKvMgRgS+gC6Xh4Po5tcV7gfhRL07Y TFmggVHpCJh31p6wjMD3N9q7TZdEyynluiL3Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :content-type:content-transfer-encoding; b=xC9sScI+AURRi0nkEkctRaFiLZze7c1nQPozP+kvPEGgbGXniTvz544Csxxg+T6LZn IkApF1yIhjfU+qa8ILmh9TNkoRfBwocN2BBmNnllvHnRHxvtvEVo+TwoNYiY2TMAsCvX +A7WuYTzDI+mRiwxELhFzZpuRROf8T4ovHR+E= Received: by 10.110.3.15 with SMTP id 15mr3228371tic.43.1240000893525; Fri, 17 Apr 2009 13:41:33 -0700 (PDT) Received: from unxfbsdi.local.lan ([117.196.228.46]) by mx.google.com with ESMTPS id b7sm1338928tic.15.2009.04.17.13.41.28 (version=SSLv3 cipher=RC4-MD5); Fri, 17 Apr 2009 13:41:32 -0700 (PDT) Message-ID: <49E8E9D4.9050608@gmail.com> Date: Sat, 18 Apr 2009 02:13:00 +0530 From: Manish Jain User-Agent: Thunderbird 2.0.0.21 (X11/20090408) MIME-Version: 1.0 To: freebsd-x11@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: rnoland@FreeBSD.org Subject: Request for adding i810 DRM support to i915.ko X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Apr 2009 21:12:25 -0000 Hello, I am using FreeBSD 7.1R on a Celeron Coppermine 800 MHz + Intel 810 chipset-based system. I believe that the original i810 code is no longer being maintained. Instead, the i915.ko module is taking care of Intel graphics chipsets. This mostly works fine, except that DRM support in i915.ko begins with i830 instead of i810. To quote from the sources, /usr/src/sys/dev/drm/i915_drv.c says : static drm_pci_id_list_t i915_pciidlist[] = { i915_PCI_IDS }; /usr/src/sys/dev/drm/drm_pciids.h in turn says : #define i915_PCI_IDS \ {0x8086, 0x3577, 0, "Intel i830M GMCH"}, \ {0x8086, 0x2562, 0, "Intel i845G GMCH"}, \ {0x8086, 0x3582, 0, "Intel i852GM/i855GM GMCH"}, \ {0x8086, 0x2572, 0, "Intel i865G GMCH"}, \ {0x8086, 0x2582, 0, "Intel i915G"}, \ {0x8086, 0x2592, 0, "Intel i915GM"}, \ {0x8086, 0x2772, 0, "Intel i945G"}, \ {0x8086, 0x27A2, 0, "Intel i945GM"}, \ {0x8086, 0x2972, 0, "Intel i946GZ"}, \ {0x8086, 0x2982, 0, "Intel i965G"}, \ {0x8086, 0x2992, 0, "Intel i965Q"}, \ {0x8086, 0x29A2, 0, "Intel i965G"}, \ {0x8086, 0x2A02, 0, "Intel i965GM"}, \ {0x8086, 0x2A12, 0, "Intel i965GME"}, \ {0, 0, 0, NULL} Intel 810 is quite clearly missing from the i915_PCI_IDS list. As a result, I am unable to play any video applications on my system. I am therefore forced to request this list for help. Would it be possible for someone to add support for i810 to i915.ko ? This would save me, and hopefully many others facing a similar situation, from having to trash a system which performs very well indeed in all other respects, and unnecessarily invest significant amounts of time and money purchasing, installing and configuring a new system. Any help would be greatly appreciated. -- Thank you and Regards Manish Jain invalid.pointer@gmail.com Laast year I kudn't spell Software Engineer. Now I are won.