summaryrefslogtreecommitdiff
path: root/sys/arch/algor/dev
AgeCommit message (Expand)Author
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2020-07-07Overhaul the interface to pci_configure_bus():thorpej
2020-06-14replace EX_NOWAIT with EX_WAITOK in device attach methods.chs
2018-12-08Clean up initialization of com_regs structure, in preparation forthorpej
2016-05-31If ALGOR_P6032 is not defined, set sc_bonito to NULL instead of usingdholland
2015-06-09#include <mips/cpuregs.h>matt
2012-10-27split device_t/softc for all remaining drivers.chs
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-05-17PCI_FLAGS_IO_ENABLED and PCI_FLAGS_MEM_ENABLED changed their functionaldyoung
2011-02-20Merge forward from matt-nb5-mips64.matt
2009-11-27- Use uvm_lwp_setuarea() instead of directly setting address to lwp_t::l_addr.rmind
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-03-29Don't forget to initialize sc_dev.tsutsui
2008-03-28Split device_t and softc for MI mc146818 clock,tsutsui
2008-03-14Split device_t and softc for all com(4) devices (well, everything thatcube
2008-03-07Split the softc from the device_t for all lpt(4) variants and attachmentscube
2008-02-29Use pmf_device_register1() instead of shutdownhook_establish() todyoung
2008-01-10Move todr_attach(9) calls from each MD attachment to MI mc146818_attach().tsutsui
2008-01-09Fix botch on MI todr(9) migration of algor on September 2006:tsutsui
2006-09-05Update algor clock handling. This includes using the common mc146818gdamore
2006-07-13Add an option COM_REGMAP to allow com(4) to use an array of register indices.gdamore
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
2004-08-30Phase out the use of a string as first "attach args" member to controldrochner
2003-07-14add __KERNEL_RCSID()lukem
2003-06-15Handle 64bit DMA addresses on PCI for platforms that can (currently onlyfvdl
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-09-27Rather than referencing the cfdriver directly in the cfdata entries,thorpej
2002-05-16* Add "pcitag_t *pba_bridgetag" to pci_attach_args. This is set tothorpej
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-25Print more BONITO rev. info.thorpej
2001-06-22Check in work-in-progress of P-6032 support. This is not tested,thorpej
2001-06-22A P-6032 will never have a V3 PBC -- don't include its option header.thorpej
2001-06-15Yet more interrupt cleanup -- the platform mater interrupt establishthorpej