From owner-cvs-src@FreeBSD.ORG Wed Dec 3 13:12:10 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 9F1BD16A4CE; Wed, 3 Dec 2003 13:12:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF7BC43F93; Wed, 3 Dec 2003 13:12:09 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB3LC9XJ079835; Wed, 3 Dec 2003 13:12:09 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB3LC9GT079834; Wed, 3 Dec 2003 13:12:09 -0800 (PST) (envelope-from jhb) Message-Id: <200312032112.hB3LC9GT079834@repoman.freebsd.org> From: John Baldwin Date: Wed, 3 Dec 2003 13:12:09 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/i386 machdep.c 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: Wed, 03 Dec 2003 21:12:10 -0000 jhb 2003/12/03 13:12:09 PST FreeBSD src repository Modified files: sys/i386/i386 machdep.c Log: - Remove the hack to prevent the acpi module from loading. - Add a really, really, nasty hack to provide stub versions of all of the 'device apic' functions used by the ACPI MADT APIC enumerator if 'device apic' is not compiled into the kernel. This is gross but is the best we can do with the current kernel linker implementation. Approved by: re (scottl / blanket) Revision Changes Path 1.584 +95 -3 src/sys/i386/i386/machdep.c