From nobody@FreeBSD.org  Sun Aug 24 11:15:28 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 744EE1065672
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 24 Aug 2008 11:15:28 +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 51E978FC1E
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 24 Aug 2008 11:15:28 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m7OBFRg0080931
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 24 Aug 2008 11:15:27 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m7OBFR74080930;
	Sun, 24 Aug 2008 11:15:27 GMT
	(envelope-from nobody)
Message-Id: <200808241115.m7OBFR74080930@www.freebsd.org>
Date: Sun, 24 Aug 2008 11:15:27 GMT
From: Martin Etteldorf <etteldor@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: agp.ko doesn't detect Acer Aspire One onboard graphics
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         126784
>Category:       kern
>Synopsis:       [agp] agp.ko doesn't detect Acer Aspire One onboard graphics
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 24 11:20:05 UTC 2008
>Closed-Date:    Fri Mar 12 15:44:45 UTC 2010
>Last-Modified:  Fri Mar 12 15:44:45 UTC 2010
>Originator:     Martin Etteldorf
>Release:        7.0-STABLE
>Organization:
>Environment:
FreeBSD aira.gruftie.net 7.0-STABLE-200807 FreeBSD 7.0-STABLE-200807 #5: Sat Aug 23 23:50:57 UTC 2008     root@:/usr/src/sys/i386/compile/AIRA  i386
>Description:
agp.ko doesn't detect Acer Aspire One onboard graphics because of missing PCI-ID in sys/pci/agp_i810.c

>How-To-Repeat:
load agp.ko -> doesn't attach

>Fix:
--- agp_i810.c.orig     2008-08-24 12:53:01.000000000 +0000
+++ agp_i810.c  2008-08-24 13:08:23.000000000 +0000
@@ -148,6 +148,8 @@
            "Intel 82945GM (945GM GMCH) SVGA controller"},
        {0x27A28086, CHIP_I915, 0x00020000,
            "Intel 945GME SVGA controller"},
+       {0x27ae8086, CHIP_I915, 0x00020000,
+           "Intel 945GM/GU SVGA controller"},
        {0x29728086, CHIP_I965, 0x00020000,
            "Intel 946GZ SVGA controller"},
        {0x29828086, CHIP_I965, 0x00020000,


Patch attached with submission follows:

--- agp_i810.c.orig	2008-08-24 12:53:01.000000000 +0000
+++ agp_i810.c	2008-08-24 13:08:23.000000000 +0000
@@ -148,6 +148,8 @@
 	    "Intel 82945GM (945GM GMCH) SVGA controller"},
 	{0x27A28086, CHIP_I915, 0x00020000,
 	    "Intel 945GME SVGA controller"},
+	{0x27ae8086, CHIP_I915, 0x00020000,
+	    "Intel 945GM/GU SVGA controller"},
 	{0x29728086, CHIP_I965, 0x00020000,
 	    "Intel 946GZ SVGA controller"},
 	{0x29828086, CHIP_I965, 0x00020000,


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: rnoland 
State-Changed-When: Fri Mar 12 15:44:44 UTC 2010 
State-Changed-Why:  
This has been in the tree for a while now. 

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