From owner-cvs-all Wed Aug 29 17:42:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E367837B408; Wed, 29 Aug 2001 17:42:12 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Received: (from msmith@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7U0gC336084; Wed, 29 Aug 2001 17:42:12 -0700 (PDT) (envelope-from msmith) Message-Id: <200108300042.f7U0gC336084@freefall.freebsd.org> From: Mike Smith Date: Wed, 29 Aug 2001 17:42:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/i386/libi386 biosacpi.c Makefile i386_module.c libi386.h src/sys/boot/i386/loader main.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG msmith 2001/08/29 17:42:12 PDT Modified files: sys/boot/i386/libi386 Makefile i386_module.c libi386.h sys/boot/i386/loader main.c Added files: sys/boot/i386/libi386 biosacpi.c Log: Teach the loader how to find the system ACPI information, and autoload the ACPI module if the system apperars to be ACPI compliant. This is an initial cut; the load should really be done by Forth support code, and we should check both the BIOS build date and a blacklist. Revision Changes Path 1.20 +3 -2 src/sys/boot/i386/libi386/Makefile 1.4 +12 -1 src/sys/boot/i386/libi386/i386_module.c 1.14 +3 -1 src/sys/boot/i386/libi386/libi386.h 1.24 +4 -1 src/sys/boot/i386/loader/main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message