Date: Tue, 19 Sep 2000 14:42:30 -0600 From: Warner Losh <imp@village.org> To: "Andrew M. Miklic" <miklic@udlkern.fc.hp.com> Cc: freebsd-hackers@FreeBSD.ORG, freebsd-current@FreeBSD.ORG Subject: Re: bus_space_subregion()? Message-ID: <200009192042.OAA41378@harmony.village.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>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200009192042.OAA41378>