From owner-freebsd-current@FreeBSD.ORG Mon Apr 25 06:53:49 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B2E516A4CE for ; Mon, 25 Apr 2005 06:53:49 +0000 (GMT) Received: from ylpvm15.prodigy.net (ylpvm15-ext.prodigy.net [207.115.57.46]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB35643D54 for ; Mon, 25 Apr 2005 06:53:48 +0000 (GMT) (envelope-from nate@root.org) Received: from pimout7-ext.prodigy.net (pimout7-ext.prodigy.net [207.115.63.58])j3P6nuNA020691 for ; Mon, 25 Apr 2005 02:49:56 -0400 X-ORBL: [64.171.185.67] Received: from [10.0.5.51] (adsl-64-171-185-67.dsl.snfc21.pacbell.net [64.171.185.67])j3P6rllo150364 for ; Mon, 25 Apr 2005 02:53:48 -0400 Message-ID: <426C93FB.1030908@root.org> Date: Sun, 24 Apr 2005 23:53:47 -0700 From: Nate Lawson User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050416) X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD Current Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Fwd: cvs commit: src/sys/i386/conf NOTES] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2005 06:53:49 -0000 Apologies for breaking the tinderbox. I'll MFC this as soon as it's ok. -------- Original Message -------- Subject: cvs commit: src/sys/i386/conf NOTES Date: Mon, 25 Apr 2005 06:24:24 +0000 (GMT) From: Nate Lawson To: njl@FreeBSD.ORG njl 2005-04-25 06:24:20 UTC FreeBSD src repository Modified files: sys/i386/conf NOTES Log: Remove obsolete option. MFC after: 1 day Revision Changes Path 1.1197 +0 -3 src/sys/i386/conf/NOTES Index: src/sys/i386/conf/NOTES diff -u src/sys/i386/conf/NOTES:1.1196 src/sys/i386/conf/NOTES:1.1197 --- src/sys/i386/conf/NOTES:1.1196 Wed Apr 20 22:19:51 2005 +++ src/sys/i386/conf/NOTES Mon Apr 25 06:24:19 2005 @@ -414,8 +414,6 @@ # Intel ACPICA code. (Note that the Intel code must also have USE_DEBUGGER # defined when it is built). # -# ACPI_MAX_THREADS sets the number of task threads started. -# # ACPI_NO_SEMAPHORES makes the AcpiOs*Semaphore routines a no-op. # # ACPICA_PEDANTIC enables strict checking of AML. Our default is to @@ -427,7 +425,6 @@ device acpi options ACPI_DEBUG -options ACPI_MAX_THREADS=1 #!options ACPI_NO_SEMAPHORES #!options ACPICA_PEDANTIC -- Nate