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
/
algor
/
dev
/
mainbus.c
Age
Commit message (
Expand
)
Author
2012-01-27
converting extent(9) from malloc(9) to kmem(9)
para
2011-07-09
Allow algor kernels to be built under either algor/algor64 or
matt
2011-07-08
Major update of algor.
matt
2011-07-01
#include <sys/bus.h> instead of <machine/bus.h>.
dyoung
2011-06-05
struct device * -> device_t, struct cfdata * -> cfdata_t
matt
2011-02-20
Merge forward from matt-nb5-mips64.
matt
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-30
adaptions to config_search() change, and minor autoconf fixes, mostly from Ha...
drochner
2005-06-28
kill questionable uses of config(8) generated xxxlocnames[]
drochner
2005-06-28
convert remaining autoconf bus "submatch" functions to use the new
drochner
2003-07-14
add __KERNEL_RCSID()
lukem
2003-01-01
Use aprint_normal() for cfprint() routines.
thorpej
2002-10-02
Fix script-o's in last.
thorpej
2002-10-02
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-01-02
Fix a typo.
thorpej
2001-11-28
Add a "cacheline_size" argument to pci_configure_bus(). It is used
thorpej
2001-11-09
Add a "firstbus" argument to pci_configure_bus(), indicating the
thorpej
2001-10-20
Fix a tyop in a comment.
simonb
2001-08-22
If PCI_NETBSD_ENABLE_IDE is set, enable the PIIX{3,4} southbridge
thorpej
2001-06-22
Check in work-in-progress of P-6032 support. This is not tested,
thorpej
2001-06-01
Add support for the Algorithmics P-4032 board. This is totally
thorpej
2001-05-28
A port to the Algorithmics MIPS evaluation boards. We currently
thorpej