svn commit: r201774 - head/sys/i386/conf

Alan Cox alc at FreeBSD.org
Fri Jan 8 09:16:37 UTC 2010


Author: alc
Date: Fri Jan  8 09:16:37 2010
New Revision: 201774
URL: http://svn.freebsd.org/changeset/base/201774

Log:
  Catch up with r183101 that added "device acpi" to GENERIC.

Modified:
  head/sys/i386/conf/PAE

Modified: head/sys/i386/conf/PAE
==============================================================================
--- head/sys/i386/conf/PAE	Fri Jan  8 07:57:43 2010	(r201773)
+++ head/sys/i386/conf/PAE	Fri Jan  8 09:16:37 2010	(r201774)
@@ -10,10 +10,6 @@ ident		PAE-GENERIC
 # To make a PAE kernel, the next option is needed
 options 	PAE			# Physical Address Extensions Kernel
 
-# Compile acpi in statically since the module isn't built properly.  Most
-# machines which support large amounts of memory require acpi.
-device		acpi
-
 # Don't build modules with this kernel config, since they are not built with
 # the correct options headers.
 makeoptions	NO_MODULES=yes


More information about the svn-src-all mailing list