Subject: old bus_space def'ns: bus_space_copy_[1248], BUS_BARRIER_*
To: None <tech-kern@netbsd.org>
From: Chris G. Demetriou <cgd@netbsd.org>
List: tech-kern
Date: 06/05/1999 14:40:28
the old bus_space functions/definitions:
bus_space_copy_[1248] (now bus_space_copy_region_[1248])
and
BUS_BARRIER_* (now BUS_SPACE_BARRIER_*)
Have been deprecated since mid-1997, over two releases ago.
Given that they existed for source compatibility only (and only when
__BUS_SPACE_COMPAT_OLDDEFS is defined), and that's it's been two
releases, and that conversion to the current interfaces is trivial, i
think it's time for the bus_space_copy_[1248] and BUS_BARRIER_* to
die.
Any objections?
cgd
--
Chris Demetriou - cgd@netbsd.org - http://www.netbsd.org/People/Pages/cgd.html
Disclaimer: Not speaking for NetBSD, just expressing my own opinion.