Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Aug 2001 11:18:40 +0100 (BST)
From:      Doug Rabson <dfr@nlsystems.com>
To:        <janb@cs.utep.edu>
Cc:        <hackers@freebsd.org>
Subject:   Re: Newbus
Message-ID:  <Pine.BSF.4.33.0108091116480.5453-100000@herring.nlsystems.com>
In-Reply-To: <Pine.GSO.4.30.0108081447430.4832-100000@gecko>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 8 Aug 2001 janb@cs.utep.edu wrote:

> I would very much like to know, exaclty which files comprise the code for
> NEWBUS, excluding the drivers themselves.Can anyone help

The external API is in sys/bus.h. The internal implementation is in
sys/bus_private.h and kern/subr_bus.c. Interface definitions are scattered
around the tree - the core interfaces DEVICE and BUS are in
kern/device_if.m and kern/bus_if.m respectively.

The 5.x version of newbus is based on the kobj system with api in
sys/kobj.h and implementation in kern/subr_kobj.c.

-- 
Doug Rabson				Mail:  dfr@nlsystems.com
					Phone: +44 20 8348 6160



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.33.0108091116480.5453-100000>