From owner-cvs-all Thu Sep 26 11:40: 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 0946737B401; Thu, 26 Sep 2002 11:40:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A76EA43E42; Thu, 26 Sep 2002 11:40:07 -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 g8QIe7Co079606; Thu, 26 Sep 2002 11:40:07 -0700 (PDT) (envelope-from jhb@freefall.freebsd.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8QIe7Un079605; Thu, 26 Sep 2002 11:40:07 -0700 (PDT) Message-Id: <200209261840.g8QIe7Un079605@freefall.freebsd.org> From: John Baldwin Date: Thu, 26 Sep 2002 11:40:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/isa isa_common.c src/sys/dev/eisa eisaconf.c src/sys/dev/mca mca_bus.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/26 11:40:07 PDT Modified files: sys/isa isa_common.c sys/dev/eisa eisaconf.c sys/dev/mca mca_bus.c Log: Argh, isa(4), eisa(4) and mca(4) now attach to legacy(4) instead of nexus(4) in the case of machines w/o equivalent bridges on a PCI bus. Reported by: winter Pointy hat to: jhb Revision Changes Path 1.62 +1 -1 src/sys/dev/eisa/eisaconf.c 1.11 +2 -2 src/sys/dev/mca/mca_bus.c 1.30 +2 -2 src/sys/isa/isa_common.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message