From owner-freebsd-hackers@FreeBSD.ORG Tue Nov 29 19:54:48 2005 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C99D16A41F for ; Tue, 29 Nov 2005 19:54:48 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from speedfactory.net (mail6.speedfactory.net [66.23.216.219]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01E7843D5E for ; Tue, 29 Nov 2005 19:54:45 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (unverified [66.23.211.162]) by speedfactory.net (SurgeMail 3.5b3) with ESMTP id 2822662 for multiple; Tue, 29 Nov 2005 14:54:57 -0500 Received: from localhost (john@localhost [127.0.0.1]) by server.baldwin.cx (8.13.1/8.13.1) with ESMTP id jATJse3e074079; Tue, 29 Nov 2005 14:54:40 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: freebsd-hackers@freebsd.org Date: Tue, 29 Nov 2005 13:33:45 -0500 User-Agent: KMail/1.8.2 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200511291333.46251.jhb@freebsd.org> X-Spam-Status: No, score=-2.8 required=4.2 tests=ALL_TRUSTED autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on server.baldwin.cx X-Server: High Performance Mail Server - http://surgemail.com r=1653887525 Cc: othermark Subject: Re: i915 DRM module question X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Nov 2005 19:54:48 -0000 On Tuesday 29 November 2005 11:54 am, othermark wrote: > I have a newer Dell gx280 at work that I have -current running on and I was > curious about trying out the i915 DRM module. However the kernel doesn't > pickup my device, although it looks like the DRM module will: > > drm_pciids.h: > 244 {0x8086, 0x2582, 0, "Intel i915G"}, \ > > I think this an embedded pci-e device, so I'm not sure adding the id to the > agp_intel.c would do any good. Does the kernel have to pick up the > controller (like through agp_intel.c) in order for the DRM module to work? > > none0@pci0:2:0: class=0x030000 card=0x01791028 chip=0x25828086 rev=0x04 > hdr=0x00 > vendor = 'Intel Corporation' > device = '82915G/GV/GL, 82910GL Integrated Graphics Device' > class = display > subclass = VGA > none1@pci0:2:1: class=0x038000 card=0x01791028 chip=0x27828086 rev=0x04 > hdr=0x00 > vendor = 'Intel Corporation' > device = '82915G/GV/GL, 82910GL Graphics Controller (??)' > class = display Yes, but you need it added to the agp_i810.c driver which is for the integrated graphics as opposed to agp_intel.c driver which is for when you are using an external AGP graphics adapter. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org