OOOPs sys/pci/agp_i810.c with wrong chiptypes. Patch attached.
- From: Ted Faber <faber@xxxxxxx>
- Date: Mon, 26 Jun 2006 13:21:06 -0700
It looks like in the reorg of sys/pci/agp_i810.c a couple chips got the
wrong chiptype in the big table (including mine :-(). Those chips (oe
at least mine) did not properly initialize because of it. I've attached
a patch that fixes this for me - just swapping the chiptypes.
The patch is relative to /sys.
--
Ted Faber
http://www.isi.edu/~faber PGP: http://www.isi.edu/~faber/pubkeys.asc
Unexpected attachment on this mail? See http://www.isi.edu/~faber/FAQ.html#SIG
--- pci/agp_i810.c.orig Mon Jun 26 13:08:46 2006
+++ pci/agp_i810.c Mon Jun 26 11:42:24 2006
@@ -113,9 +113,9 @@
"Intel 82815 (i815 GMCH) SVGA controller"},
{0x35778086, CHIP_I830, 0x00020000,
"Intel 82830M (830M GMCH) SVGA controller"},
- {0x35828086, CHIP_I830, 0x00020000,
+ {0x35828086, CHIP_I855, 0x00020000,
"Intel 82852/5"},
- {0x25728086, CHIP_I830, 0x00020000,
+ {0x25728086, CHIP_I855, 0x00020000,
"Intel 82865G (865G GMCH) SVGA controller"},
{0x25828086, CHIP_I915, 0x00020000,
"Intel 82915G (915G GMCH) SVGA controller"},
Attachment:
pgpsmxR1yVWP5.pgp
Description: PGP signature
- Follow-Ups:
- Re: OOOPs sys/pci/agp_i810.c with wrong chiptypes. Patch attached.
- From: Eric Anholt
- Re: OOOPs sys/pci/agp_i810.c with wrong chiptypes. Patch attached.
- Prev by Date: Re: Linux-flashplugin7 & rtld - RFC
- Next by Date: Re: Unicode (was Re: Updating ncurses in base)
- Previous by thread: tun0 unsuitable for nmap?
- Next by thread: Re: OOOPs sys/pci/agp_i810.c with wrong chiptypes. Patch attached.
- Index(es):
Relevant Pages
|