PERFORCE change 135767 for review
Kip Macy
kmacy at FreeBSD.org
Wed Feb 20 03:25:19 UTC 2008
http://perforce.freebsd.org/chv.cgi?CH=135767
Change 135767 by kmacy at kmacy:entropy:iwarp on 2008/02/20 03:25:04
add acpi to modules build
Affected files ...
.. //depot/projects/iwarp/sys/amd64/conf/GENERIC#11 edit
.. //depot/projects/iwarp/sys/i386/conf/GENERIC#8 edit
Differences ...
==== //depot/projects/iwarp/sys/amd64/conf/GENERIC#11 (text+ko) ====
@@ -23,7 +23,7 @@
# To statically compile in device wiring instead of /boot/device.hints
#hints "GENERIC.hints" # Default places to look for devices.
-makeoptions MODULES_OVERRIDE="cxgb em if_vlan linux linprocfs hwpmc netgraph"
+makeoptions MODULES_OVERRIDE="cxgb em if_vlan linux linprocfs hwpmc netgraph acpi"
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
==== //depot/projects/iwarp/sys/i386/conf/GENERIC#8 (text+ko) ====
@@ -25,7 +25,7 @@
#hints "GENERIC.hints" # Default places to look for devices.
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
-makeoptions MODULES_OVERRIDE="cxgb em if_vlan linux linprocfs hwpmc netgraph"
+makeoptions MODULES_OVERRIDE="cxgb em if_vlan linux linprocfs hwpmc netgraph acpi"
options SCHED_ULE # ULE scheduler
options PREEMPTION # Enable kernel thread preemption
More information about the p4-projects
mailing list