From nobody@FreeBSD.org  Thu Sep 28 02:49:44 2006
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id B33D316A500
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 28 Sep 2006 02:49:44 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 7E0AA43D46
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 28 Sep 2006 02:49:44 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k8S2ngq5049406
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 28 Sep 2006 02:49:42 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id k8S2ngCj049404;
	Thu, 28 Sep 2006 02:49:42 GMT
	(envelope-from nobody)
Message-Id: <200609280249.k8S2ngCj049404@www.freebsd.org>
Date: Thu, 28 Sep 2006 02:49:42 GMT
From: Matthieu Michaud <ohmer@epita.info>
To: freebsd-gnats-submit@FreeBSD.org
Subject: i915 driver on hp dc7100
X-Send-Pr-Version: www-2.3

>Number:         103733
>Category:       kern
>Synopsis:       [agp] i915 driver on hp dc7100: device not recognized
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-x11
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 28 02:50:19 GMT 2006
>Closed-Date:    Thu Sep 22 23:22:00 UTC 2011
>Last-Modified:  Thu Sep 22 23:22:00 UTC 2011
>Originator:     Matthieu Michaud
>Release:        6-STABLE
>Organization:
EPITA
>Environment:
FreeBSD leffe 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #5: Sat Sep 23 03:32:54 CEST 2006     root@delerium.srs.lab.epita.fr:/usr/obj/usr/src/sys/DISKLESS  i386
>Description:
my i915 graphic controller is not recognized as it should be according to
supported hardware list. i can't play quake3 with hardware acceleration :(

pciconf -lv gives:
agp0@pci0:2:0:  class=0x030000 card=0x3005103c chip=0x25828086 rev=0x04 hdr=0x00
    vendor   = 'Intel Corporation'
    device   = '82915G/GV/GL, 82910GL Integrated Graphics Device'
    class    = display
    subclass = VGA
none0@pci0:2:1: class=0x038000 card=0x3005103c chip=0x27828086 rev=0x04 hdr=0x00
    vendor   = 'Intel Corporation'
    device   = '82915G/GV/GL, 82910GL Graphics Controller (??)'
    class    = display

and dmesg:
pci0: <PCI bus> on pcib0
agp0: <Intel 82915G (915G GMCH) SVGA controller> port 0x1800-0x1807 mem 0xcfe00000-0xcfe7ffff,0xe0000000-0xefffffff,0xcff00000-0xcff3ffff irq 16 at device 2.0 on pci0
agp0: detected 7932k stolen memory
agp0: aperture size is 256M
drmsub0: <Intel i915G>: (child of agp_i810.c) on agp0
info: [drm] AGP at 0xcfe00000 0MB
info: [drm] Initialized i915 1.4.0 20060119
pci0: <display> at device 2.1 (no driver attached)

the computer is a hp dc7100. my kernel is more recent than the last commit
on src/sys/pci agp_i810.c. i hoped it had solved my issue (see kern/103079).
>How-To-Repeat:
ensure you have these lines in your kernel config :

device agp
device drm
device i915drm

install such a compiled kernel. reboot. pray (or simply wait if you're
an atheist). kernel console should prompt message notifying it hasn't
been able to attach a driver on pci0.
>Fix:
ask anholt@ ? :)
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->anholt 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Mon Jul 9 19:05:10 UTC 2007 
Responsible-Changed-Why:  
anholt wants agp PRs. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=103733 

From: Eric Anholt <eric@anholt.net>
To: bug-followup@FreeBSD.org, ohmer@epita.info
Cc:  
Subject: Re: kern/103733: [agp] i915 driver on hp dc7100: device not
	recognized
Date: Mon, 09 Jul 2007 14:02:31 -0700

 --=-jgQJyZ02DbBLDe2+yBNp
 Content-Type: text/plain
 Content-Transfer-Encoding: quoted-printable
 
 The i915 DRM driver requires 7-current or an MFC of jhb's changes to
 work correctly.
 
 --=20
 Eric Anholt                             anholt@FreeBSD.org
 eric@anholt.net                         eric.anholt@intel.com
 
 
 --=-jgQJyZ02DbBLDe2+yBNp
 Content-Type: application/pgp-signature; name=signature.asc
 Content-Description: This is a digitally signed message part
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.7 (FreeBSD)
 
 iD8DBQBGkqJjHUdvYGzw6vcRAgWvAJ9CwOfUtoYE/PzwiAWS1ddXv+ZYtwCfYgUd
 MqDmKkUop8jPRdLkd3Ikx78=
 =7JoA
 -----END PGP SIGNATURE-----
 
 --=-jgQJyZ02DbBLDe2+yBNp--
Responsible-Changed-From-To: anholt->freebsd-bugs 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Fri Aug 8 00:25:51 UTC 2008 
Responsible-Changed-Why:  
Assignee has asked to resign his commit bit, so return this one to pool. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=103733 
Responsible-Changed-From-To: freebsd-bugs->rnoland 
Responsible-Changed-By: rnoland 
Responsible-Changed-When: Fri Mar 12 15:52:01 UTC 2010 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=103733 
Responsible-Changed-From-To: rnoland->freebsd-x11 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Tue Mar 1 06:04:53 UTC 2011 
Responsible-Changed-Why:  
rnoland is not actively working on this ATM, so turn back over to x11 
mailing list. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=103733 
State-Changed-From-To: open->closed 
State-Changed-By: eadler 
State-Changed-When: Thu Sep 22 23:21:59 UTC 2011 
State-Changed-Why:  
This appears to be fixed since early 7.x. If this is still an issue 
please reply and I'll reopen" 

http://www.freebsd.org/cgi/query-pr.cgi?pr=103733 
>Unformatted:
