OpenGrok
Cross Reference: bus_funcs.h
xref
: /
src
/
sys
/
arch
/
sandpoint
/
include
/
bus_funcs.h
Home
|
History
|
Annotate
|
Download
|
only in
include
History log of
/src/sys/arch/sandpoint/include/bus_funcs.h
Revision
Date
Author
Comments
1.3
14-Jan-2012
phx
New device nhpow(4) to support the onboard GPIO pins on a NH230/231 board for
buttons, powerdown, reset, LEDs and fan control. It attaches gpio(4) for
its 8 pins on demand.
1.2
17-Dec-2011
phx
Added NOR flash driver, using nor(4) and flash(4).
1.1
01-Jul-2011
dyoung
branches: 1.1.2; 1.1.6;
Per discussion at
<http://mail-index.netbsd.org/tech-kern/2010/04/02/msg007941.html>,
divide each machine's bus.h into bus_defs.h (constants & data types)
and bus_funcs.h (macro implementations of bus_space(9) routines and MD
prototypes).
Note that some bus_space(9) routines' implementation will move to .c
files from inline subroutines or macros in .h files.
I've only made the split for machine architectures where there is PCI.
All of the non-PCI-having architectures will require a similar split.
These #include files are not referenced by any (committed) Makefiles or
header files, yet. Changes to Makefiles, to <sys/bus.h>, and to some
more machine-dependent files will dribble in before I throw the switch.
1.1.6.1
18-Feb-2012
mrg
merge to -current.
1.1.2.1
17-Apr-2012
yamt
sync with head
Indexes created Sat Oct 18 08:10:09 GMT 2025