Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F157396600
D36671.id110865.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
785 B
Referenced Files
None
Subscribers
None
D36671.id110865.diff
View Options
Index: x11/nvidia-driver/Makefile
===================================================================
--- x11/nvidia-driver/Makefile
+++ x11/nvidia-driver/Makefile
@@ -237,6 +237,14 @@
${REINPLACE_CMD} -e '/^DRIVER_MODULE/s/, nvidia_devclass//' \
${WRKSRC}/src/${NVSRC}/nvidia_pci.c
.endif
+.if ${OSVERSION} >= 1400070
+ ${REINPLACE_CMD} -e '/pmap_unmapdev/s/(vm_offset_t)//' \
+ ${WRKSRC}/src/${NVSRC}/nvidia_os.c
+ ${REINPLACE_CMD} -e '/vm_offset_t virtual_address/s/vm_offset_t /char */' \
+ ${WRKSRC}/src/${NVSRC}/nv-freebsd.h
+ ${REINPLACE_CMD} -e '/vm_offset_t address;/s/vm_offset_t /void */' \
+ ${WRKSRC}/src/${NVSRC}/nvidia_subr.c
+.endif
# Finally, process OPTIONS
.if ${PORT_OPTIONS:MFREEBSD_AGP}
${REINPLACE_CMD} -E 's/undef (NV_SUPPORT_OS_AGP)/define \1/' \
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, May 21, 11:34 PM (4 h, 40 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33409012
Default Alt Text
D36671.id110865.diff (785 B)
Attached To
Mode
D36671: x11/nvidia-driver: Update for changes to pmap_unmapdev() and kmem_*() in main.
Attached
Detach File
Event Timeline
Log In to Comment