[Midnightbsd-cvs] src: GENERIC: add cpufreq and glabel to amd64

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Jun 25 16:27:01 EDT 2008


Log Message:
-----------
add cpufreq and glabel to amd64

Tags:
----
RELENG_0_2

Modified Files:
--------------
    src/sys/amd64/conf:
        GENERIC (r1.4 -> r1.4.2.1)

-------------- next part --------------
Index: GENERIC
===================================================================
RCS file: /home/cvs/src/sys/amd64/conf/GENERIC,v
retrieving revision 1.4
retrieving revision 1.4.2.1
diff -L sys/amd64/conf/GENERIC -L sys/amd64/conf/GENERIC -u -r1.4 -r1.4.2.1
--- sys/amd64/conf/GENERIC
+++ sys/amd64/conf/GENERIC
@@ -42,6 +42,7 @@
 options 	PROCFS			# Process filesystem (requires PSEUDOFS)
 options 	PSEUDOFS		# Pseudo-filesystem framework
 options 	GEOM_GPT		# GUID Partition Tables.
+options	GEOM_LABEL		# Support for labels with ISO, UFS
 options 	COMPAT_43		# Needed by COMPAT_LINUX32
 options 	COMPAT_IA32		# Compatible with i386 binaries
 options 	COMPAT_FREEBSD4		# Compatible with FreeBSD4
@@ -68,6 +69,9 @@
 # Linux 32-bit ABI support
 options 	LINPROCFS		# Cannot be a module yet.
 
+# CPU frequency control
+device		cpufreq
+
 # Bus support.
 device		acpi
 device		pci


More information about the Midnightbsd-cvs mailing list