Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Aug 2008 11:15:27 GMT
From:      Martin Etteldorf <etteldor@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   kern/126784: agp.ko doesn't detect Acer Aspire One onboard graphics
Message-ID:  <200808241115.m7OBFR74080930@www.freebsd.org>
Resent-Message-ID: <200808241120.m7OBK6P4065921@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         126784
>Category:       kern
>Synopsis:       agp.ko doesn't detect Acer Aspire One onboard graphics
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 24 11:20:05 UTC 2008
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808241115.m7OBFR74080930>