From owner-freebsd-hackers Tue Sep 19 13:42:53 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id B260537B422; Tue, 19 Sep 2000 13:42:46 -0700 (PDT) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id OAA96925; Tue, 19 Sep 2000 14:42:45 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id OAA41378; Tue, 19 Sep 2000 14:42:30 -0600 (MDT) Message-Id: <200009192042.OAA41378@harmony.village.org> To: "Andrew M. Miklic" Subject: Re: bus_space_subregion()? Cc: freebsd-hackers@FreeBSD.ORG, freebsd-current@FreeBSD.ORG In-reply-to: Your message of "Tue, 19 Sep 2000 12:35:08 MDT." <39C7B1DC.632CC701@udlkern.fc.hp.com> References: <39C7B1DC.632CC701@udlkern.fc.hp.com> Date: Tue, 19 Sep 2000 14:42:30 -0600 From: Warner Losh Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <39C7B1DC.632CC701@udlkern.fc.hp.com> "Andrew M. Miklic" writes: : is a function used throughout the code (bus_space_subregion()) that has : a prototype defined in FreeBSD, but no code associated with it--does : anyone know if there is a functional equivalent? No. I'm fairly sure that there's no equivalent. These interfaces post date the import from NetBSD of the bus_space interface. We should likely add them, as they are useful. They are trivial to implement on i386 and alpha given that bus_space_handle_t is basically an int. On pc98 these will be harder to implement, but shouldn't be too bad. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message