blob: b437b1e13e60af93e74b3b214edf941cb3c1356e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- src/%%NVSRC%%/nv-freebsd.h.orig 2017-09-14 20:46:30 UTC
+++ src/%%NVSRC%%/nv-freebsd.h
@@ -157,6 +157,11 @@ MALLOC_DECLARE(M_NVIDIA);
#define NV_SUPPORT_ACPI_PM
/*
+ * Enable/Disable support for PAE on i386.
+ */
+#undef NV_SUPPORT_PAE
+
+/*
* Enable/Disable heavy-weight cache-flush logic. By default, the driver
* relies on the kernel to perform cache flushes using optimized
* routines.
|