NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: xsrc/48315 (undefined PLT symbol crashes X server on i810e)
The following reply was made to PR xsrc/48315; it has been noted by GNATS.
From: "John D. Baker" <jdbaker%mylinuxisp.com@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: xsrc/48315 (undefined PLT symbol crashes X server on i810e)
Date: Tue, 22 Oct 2013 21:03:22 -0500 (CDT)
On Sun, 20 Oct 2013, bouyer%NetBSD.org@localhost wrote:
> Fix commited and pulled up to all netbsd-6 branches. Is this fixed for you ?
Yes, it is fixed.
For completeness sake, here is a similar patch for netbsd-5, for those
few things that can use netbsd-5 native Xorg:
+Index: external/mit/xorg/server/drivers/xf86-video-intel/Makefile
+===================================================================
+RCS file:
/cvsroot/src/external/mit/xorg/server/drivers/xf86-video-intel/Makefile,v
+retrieving revision 1.5.8.2
+diff -u -b -r1.5.8.2 Makefile
+--- external/mit/xorg/server/drivers/xf86-video-intel/Makefile 10 Oct 2009
19:53:23 -0000 1.5.8.2
++++ external/mit/xorg/server/drivers/xf86-video-intel/Makefile 23 Oct 2013
01:59:03 -0000
+@@ -4,7 +4,7 @@
+ DRIVER_NAME= intel_drv
+
+ SRCS= drmmode_display.c i810_accel.c i810_cursor.c i810_dga.c
+-SRCS+= i810_driver.c i810_io.c i810_memory.c i810_video.c
++SRCS+= i810_dri.c i810_driver.c i810_io.c i810_memory.c i810_video.c
+ SRCS+= i810_wmark.c i830_3d.c i830_accel.c i830_bios.c
+ SRCS+= i830_batchbuffer.c i830_crt.c i830_cursor.c i830_debug.c
+ SRCS+= i830_display.c i830_quirks.c i830_driver.c i830_dvo.c
--
|/"\ John D. Baker, KN5UKS NetBSD Darwin/MacOS X
|\ / jdbaker[snail]mylinuxisp[flyspeck]com OpenBSD FreeBSD
| X No HTML/proprietary data in email. BSD just sits there and works!
|/ \ GPGkeyID: D703 4A7E 479F 63F8 D3F4 BD99 9572 8F23 E4AD 1645
Home |
Main Index |
Thread Index |
Old Index