forked from Lainports/freebsd-ports
- Make MTRR range for write-combining always power of two. - Clear the memory range when we are exiting. Okay'ed by: nrg milk (bsdports at mail dot com) (maintainer)
11 lines
283 B
Text
11 lines
283 B
Text
--- configure.in.orig 2009-02-10 19:40:45.000000000 -0500
|
|
+++ configure.in 2010-02-22 16:37:33.000000000 -0500
|
|
@@ -111,7 +111,7 @@
|
|
case $system in
|
|
Linux|FreeBSD)
|
|
case $machine in
|
|
- i?86|x86_64)
|
|
+ amd64|i?86|x86_64)
|
|
AC_DEFINE(ENABLE_VGA16FB)
|
|
;;
|
|
*)
|