From owner-cvs-all Mon Sep 23 8:50: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6676C37B401; Mon, 23 Sep 2002 08:50:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7B6843E6A; Mon, 23 Sep 2002 08:50:06 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from freefall.freebsd.org (jhb@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8NFo6Co086432; Mon, 23 Sep 2002 08:50:06 -0700 (PDT) (envelope-from jhb@freefall.freebsd.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8NFo6tV086431; Mon, 23 Sep 2002 08:50:06 -0700 (PDT) Message-Id: <200209231550.g8NFo6tV086431@freefall.freebsd.org> From: John Baldwin Date: Mon, 23 Sep 2002 08:50:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files.i386 src/sys/i386/i386 legacy.c src/sys/i386/include legacyvar.h 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 jhb 2002/09/23 08:50:06 PDT Modified files: sys/conf files.i386 sys/i386/i386 legacy.c sys/i386/include legacyvar.h Log: Add a new legacy(4) device driver for use on machines that do not have ACPI or for when ACPI support is disabled or not present in the kernel. Basically, the nexus device is now split into two with some parts (such as adding default ISA, MCA, and EISA busses if they aren't found as well as support for PCI bus device ivars) being moved to the legacy driver. Revision Changes Path 1.419 +1 -0 src/sys/conf/files.i386 1.48 +102 -451 src/sys/i386/i386/legacy.c 1.3 +9 -9 src/sys/i386/include/legacyvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message