Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Feb 2008 03:25:18 GMT
From:      Kip Macy <kmacy@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 135767 for review
Message-ID:  <200802200325.m1K3PIkV065630@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=135767

Change 135767 by kmacy@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200802200325.m1K3PIkV065630>