NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
re: xsrc/48317: openchrome driver crashes with undefined PLT symbol
indeed, the soures list for this driver seems to be missing
several things. try this patch, which builds for me and nm -u
shows has only expected missing symbols.
thanks.
.mrg.
Index: Makefile
===================================================================
RCS file:
/cvsroot/src/external/mit/xorg/server/drivers/xf86-video-openchrome/Makefile,v
retrieving revision 1.5
diff -p -r1.5 Makefile
*** Makefile 1 Jun 2013 21:21:36 -0000 1.5
--- Makefile 23 Aug 2014 20:30:39 -0000
*************** DRIVER_NAME= openchrome_drv
*** 5,10 ****
--- 5,13 ----
SRCS= \
via_3d.c \
+ via_exa.c \
+ via_exa_h2.c \
+ via_exa_h6.c \
via_bandwidth.c \
via_ch7xxx.c \
via_display.c \
*************** SRCS= \
*** 13,25 ****
--- 16,34 ----
via_id.c \
via_lvds.c \
via_memcpy.c \
+ via_memmgr.c \
+ via_outputs.c \
+ via_xv_overlay.c \
+ via_ums.c \
via_vbe.c \
via_vgahw.c \
+ via_xv.c \
via_vt162x.c
# DRI
SRCS+= \
via_dri.c \
+ via_kms.c \
via_xvmc.c
MAN= openchrome.4
Home |
Main Index |
Thread Index |
Old Index