* Add needed x11 and xext dependencies Thanks to everyone who submitted patches, tested, and reviewed this update. PR: 201340 Submitted by: Bengt Ahlgren <bengta at sics.se>, Kevin Bowling <kbowling@>, Oleg <zoleg at vusovich.ru>, Tomoaki AOKI <junchoon at dec.sakura.ne.jp>, Ultima <Ultima1252 at gmail.com> Tested by: Jeremy Cox <jeremy.m.cox at gmail.com>, O. Hartmann <ohartman at zedat.fu-berlin.de>, Tomoaki AOKI Approved by: danfe Differential Revision: https://reviews.freebsd.org/D7569
14 lines
285 B
C
14 lines
285 B
C
--- src/nvidia/nv-freebsd.h.orig 2015-10-30 22:40:02 UTC
|
|
+++ src/nvidia/nv-freebsd.h
|
|
@@ -144,6 +144,11 @@ MALLOC_DECLARE(M_NVIDIA);
|
|
#endif
|
|
|
|
/*
|
|
+ * Enable/Disable support for PAE on i386.
|
|
+ */
|
|
+#undef NV_SUPPORT_PAE
|
|
+
|
|
+/*
|
|
* Enable/Disable support for ACPI Power Management.
|
|
*/
|
|
|