From owner-cvs-all Tue Sep 26 17:51:47 2000 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 63AC837B423; Tue, 26 Sep 2000 17:51:43 -0700 (PDT) Received: (from msmith@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA72254; Tue, 26 Sep 2000 17:51:43 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Message-Id: <200009270051.RAA72254@freefall.freebsd.org> From: Mike Smith Date: Tue, 26 Sep 2000 17:51:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 nexus.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG msmith 2000/09/26 17:51:42 PDT Modified files: sys/i386/i386 nexus.c Log: Since the nexus is responsible for creating the I/O resources (ports, memory) it ought to be able to deal with devices directly attached to it having allocations of such resources. Make it so. Revision Changes Path 1.34 +149 -3 src/sys/i386/i386/nexus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message