index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
sparc
/
dev
/
bootbus.c
Age
Commit message (
Expand
)
Author
2011-07-18
convert the remaining sparc drivers to CFATTACH_DECL_NEW/cfdata_t/device_t.
mrg
2011-07-01
#include <sys/bus.h> instead of <machine/bus.h>.
dyoung
2009-09-20
- use device_t and cfdriver_t
tsutsui
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2005-12-11
merge ktrace-lwp.
christos
2005-08-26
s/locdesc_t/int/g
drochner
2005-06-28
convert remaining autoconf bus "submatch" functions to use the new
drochner
2004-03-17
Rename PROM_getprop*() => prom_getprop*().
pk
2003-08-27
change PROM_getprop() from taking a "void **" for the storage, to a
mrg
2003-07-15
__KERNEL_RCSID()
lukem
2003-01-01
Use aprint_normal() for cfprint routines.
thorpej
2002-10-02
Add trailing ; to CFATTACH_DECL.
thorpej
2002-10-01
Use CFATTACH_DECL().
thorpej
2002-09-27
Declare all cfattach structures const.
thorpej
2002-09-27
Introduce a new routine, config_match(), which invokes the
thorpej
2002-09-27
Rather than referencing the cfdriver directly in the cfdata entries,
thorpej
2002-08-25
Put a bus's ranges in the bus space tag, and make sparc_bus_map()
thorpej
2002-08-25
Add a generic function to translate a device address using a
thorpej
2002-08-24
Add autoconfiguration support for the Sun4d "bootbus". Add a
thorpej