From owner-cvs-all Mon Sep 23 9: 3: 3 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 76A1237B401; Mon, 23 Sep 2002 09:03:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2452343E7B; Mon, 23 Sep 2002 09:03:02 -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 g8NG31Co007748; Mon, 23 Sep 2002 09:03:01 -0700 (PDT) (envelope-from jhb@freefall.freebsd.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8NG31Ti007733; Mon, 23 Sep 2002 09:03:01 -0700 (PDT) Message-Id: <200209231603.g8NG31Ti007733@freefall.freebsd.org> From: John Baldwin Date: Mon, 23 Sep 2002 09:03:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/include nexusvar.h src/sys/i386/i386 nexus.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 jhb 2002/09/23 09:03:01 PDT Modified files: sys/i386/i386 nexus.c Removed files: sys/i386/include nexusvar.h Log: Update the nexus driver for the addition of the legacy driver: - nexus no longer has PCI bridges as direct children, so the PCI bus ivar is no longer used and is removed. - Don't attach default EISA, ISA, or MCA busses. Instead, if we do not have an acpi0 device after bus_generic_probe(), add a legacy0 child device. - Remove machine/nexusvar.h. Revision Changes Path 1.48 +8 -70 src/sys/i386/i386/nexus.c 1.3 +0 -43 src/sys/i386/include/nexusvar.h (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message