summaryrefslogtreecommitdiff
path: root/sys/arch/algor/dev/mainbus.c
AgeCommit message (Expand)Author
2012-01-27converting extent(9) from malloc(9) to kmem(9)para
2011-07-09Allow algor kernels to be built under either algor/algor64 ormatt
2011-07-08Major update of algor.matt
2011-07-01#include <sys/bus.h> instead of <machine/bus.h>.dyoung
2011-06-05struct device * -> device_t, struct cfdata * -> cfdata_tmatt
2011-02-20Merge forward from matt-nb5-mips64.matt
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2005-12-11merge ktrace-lwp.christos
2005-08-26s/locdesc_t/int/gdrochner
2005-06-30adaptions to config_search() change, and minor autoconf fixes, mostly from Ha...drochner
2005-06-28kill questionable uses of config(8) generated xxxlocnames[]drochner
2005-06-28convert remaining autoconf bus "submatch" functions to use the newdrochner
2003-07-14add __KERNEL_RCSID()lukem
2003-01-01Use aprint_normal() for cfprint() routines.thorpej
2002-10-02Fix script-o's in last.thorpej
2002-10-02Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-09-27Introduce a new routine, config_match(), which invokes thethorpej
2002-01-02Fix a typo.thorpej
2001-11-28Add a "cacheline_size" argument to pci_configure_bus(). It is usedthorpej
2001-11-09Add a "firstbus" argument to pci_configure_bus(), indicating thethorpej
2001-10-20Fix a tyop in a comment.simonb
2001-08-22If PCI_NETBSD_ENABLE_IDE is set, enable the PIIX{3,4} southbridgethorpej
2001-06-22Check in work-in-progress of P-6032 support. This is not tested,thorpej
2001-06-01Add support for the Algorithmics P-4032 board. This is totallythorpej
2001-05-28A port to the Algorithmics MIPS evaluation boards. We currentlythorpej