sys/pci/agp_i810.c misses i845G chipset [Re: Current problem reports]

Alex Goncharov alex-goncharov at comcast.net
Sun Sep 23 12:26:39 PDT 2007


Back in July I submitted this bug:

| Synopsis: [agp] [patch] sys/pci/agp_i810.c misses i845G chipset

| Responsible-Changed-From-To: freebsd-bugs->anholt
| Responsible-Changed-By: linimon
| Responsible-Changed-When: Sun Jul 22 04:09:37 UTC 2007
| Responsible-Changed-Why: anholt is interested in agp PRs.
| http://www.freebsd.org/cgi/query-pr.cgi?pr=114802

with a proposed fix.  While the file in question has been updated
since then:

  __FBSDID("$FreeBSD: src/sys/pci/agp_i810.c,v 1.41 2007/09/15
  18:16:35 alc Exp $"

the patch I submitted when filing the bug has not made it in.

What it means for me is that every time I "cvsup" `/usr/src', I need
to remember to apply my patch to this file, or else the X server won't
start after the reboot and I need to apply the patch and rebuild
everything in the less friendly environment.

Ultimately, I decided to ask if somebody on this list could apply and
commit the following patch some time soon. Please!...

The patch is here and works consistently well:

============================================================
--- sys/pci/agp_i810.c  2007-09-15 14:16:35.000000000 -0400
+++ sys/pci/agp_i810.c.fixed       2007-09-16 09:04:57.000000000 -0400
@@ -130,6 +130,8 @@
            "Intel 82815 (i815 GMCH) SVGA controller"},
        {0x35778086, CHIP_I830, 0x00020000,
            "Intel 82830M (830M GMCH) SVGA controller"},
+       {0x25628086, CHIP_I830, 0x00020000,
+           "Intel 82845M (845M GMCH) SVGA controller"},
        {0x35828086, CHIP_I855, 0x00020000,
            "Intel 82852/5"},
        {0x25728086, CHIP_I855, 0x00020000,
============================================================

Thanks!

-- Alex -- alex-goncharov at comcast.net 


More information about the freebsd-bugs mailing list