From owner-cvs-src@FreeBSD.ORG Mon Nov 3 15:25:15 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 075B216A4CE for ; Mon, 3 Nov 2003 15:25:15 -0800 (PST) Received: from mail.speakeasy.net (mail5.speakeasy.net [216.254.0.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DE5543FE9 for ; Mon, 3 Nov 2003 15:25:10 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 15999 invoked from network); 3 Nov 2003 23:25:08 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender )encrypted SMTP for ; 3 Nov 2003 23:25:08 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.9/8.12.9) with ESMTP id hA3NOece065430; Mon, 3 Nov 2003 18:24:41 -0500 (EST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.4 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20031103144643.W7289@root.org> Date: Mon, 03 Nov 2003 18:24:41 -0500 (EST) From: John Baldwin To: Nate Lawson X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/modules Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Nov 2003 23:25:15 -0000 On 03-Nov-2003 Nate Lawson wrote: > On Mon, 3 Nov 2003, John Baldwin wrote: >> Modified files: >> sys/modules Makefile >> Log: >> Temporarily disable the acpi(4) module on i386 until issues revolving >> SMP probing and the MADT table can be sorted out. For now, if you want >> ACPI, you must compile it into your kernel statically using 'device acpi'. >> >> Revision Changes Path >> 1.353 +0 -1 src/sys/modules/Makefile > > Yikes, what help do you need in fixing this? The todo list looks somethign like: + Add ACPI MADT APIC enumerator. - Use APIC ID's for index in lapics[] array instead of ACPI IDs, ACPI IDs are not guaranteed to be non-sparse + solve ACPI module problem where madt wants APIC symbols :( (this is gross) - doesn't work when loaded as a module - UMA needs to be fixed to not need mp_maxid so early - other workaround is to fix mp_maxid at MAXCPU - move cpu_mp_probe() to SI_SUB_CPU (perhaps shuffle SI of other SMP sysinits as a result) - update apic enumerators to probe CPUs later - have apic enumerators hookup to the apic subsystem after SI_SUB_KLD maybe SI_ORDER_LAST Where '+' is something that has been implemented, and '-' remains to be done. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/