From owner-p4-projects@FreeBSD.ORG Wed Feb 20 03:25:19 2008 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 60A4E16A4EE; Wed, 20 Feb 2008 03:25:18 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6916916A404 for ; Wed, 20 Feb 2008 03:25:18 +0000 (UTC) (envelope-from kmacy@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5CE1913C469 for ; Wed, 20 Feb 2008 03:25:18 +0000 (UTC) (envelope-from kmacy@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m1K3PIWs065633 for ; Wed, 20 Feb 2008 03:25:18 GMT (envelope-from kmacy@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1K3PIkV065630 for perforce@freebsd.org; Wed, 20 Feb 2008 03:25:18 GMT (envelope-from kmacy@freebsd.org) Date: Wed, 20 Feb 2008 03:25:18 GMT Message-Id: <200802200325.m1K3PIkV065630@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to kmacy@freebsd.org using -f From: Kip Macy To: Perforce Change Reviews Cc: Subject: PERFORCE change 135767 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Feb 2008 03:25:19 -0000 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