Date: Sun, 23 Sep 2007 15:15:18 -0400 From: Alex Goncharov <alex-goncharov@comcast.net> To: freebsd-bugs@FreeBSD.org Cc: Alex Goncharov <alex-goncharov@comcast.net> Subject: sys/pci/agp_i810.c misses i845G chipset [Re: Current problem reports] Message-ID: <E1IZWvG-0005a7-2H@[24.61.20.41]> In-Reply-To: <200709171112.l8HBCwe6051631@freefall.freebsd.org> (message from FreeBSD bugmaster on Mon, 17 Sep 2007 11:12:58 GMT) References: <200709171112.l8HBCwe6051631@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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@comcast.net
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1IZWvG-0005a7-2H>