kern/126784: agp.ko doesn't detect Acer Aspire One onboard graphics

Martin Etteldorf etteldor at gmail.com
Sun Aug 24 11:20:06 UTC 2008


>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:


More information about the freebsd-bugs mailing list