summaryrefslogtreecommitdiff
path: root/sys/arch/cobalt/dev
AgeCommit message (Expand)Author
2021-09-11Add missing double p and d for stopped and overriden accordingly.andvar
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
2020-03-02The PCI I/O space extent map needs to reflect the BUS_{START,END}thorpej
2018-12-08Clean up initialization of com_regs structure, in preparation forthorpej
2018-04-09rename panel to lcdpanel.christos
2018-01-20Switch cobalt to common bus_space.skrll
2015-06-09#include <sys/cpu.h> or <mips/cpuregs.h> as neededmatt
2014-07-25Add d_discard to all struct cdevsw instances I could find.dholland
2014-03-16Change (mostly mechanically) every cdevsw/bdevsw I can find to usedholland
2012-01-27converting extent(9) from malloc(9) to kmem(9)para
2011-07-09Cleanup kernel files to use sys variants for bus.h, cpu.h, and intr.hmatt
2011-07-01#include <sys/bus.h> instead of <machine/bus.h>.dyoung
2011-05-17PCI_FLAGS_IO_ENABLED and PCI_FLAGS_MEM_ENABLED changed their functionaldyoung
2011-05-03TAB/space cosmetics.tsutsui
2011-04-15Don't set pba.pba_flags twice. No functional change intended.dyoung
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
2009-08-31Replace shutdownhook_establish(9) with pmf_device_register1(9).tsutsui
2009-08-20Adjust attach message for failure path (found on gxemul).tsutsui
2008-05-09Split softc/device_t, with misc related changes.tsutsui
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-03-29Split softc and device_t for zsc(4) and its children.tsutsui
2008-03-29Don't forget to initialize sc_dev.tsutsui
2008-03-28Split device_t and softc for MI mc146818 clock,tsutsui
2008-03-27Add kernel support for optional Z85C30 serial console on Cobalt Qube 2700.tsutsui
2008-03-22Reorganize interrupt handling on cobalt and allow multiple interrupts ontsutsui
2008-03-14Split device_t and softc for all com(4) devices (well, everything thatcube
2008-03-04Print "NetBSD/cobalt Starting up... " to LCD panel on boot, and alsotsutsui
2008-03-01Welcome to 4.99.55:rmind
2008-01-10Move todr_attach(9) calls from each MD attachment to MI mc146818_attach().tsutsui
2007-10-17Merge the ppcoea-renovation branch to HEAD.garbled
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-01-24Remove duplicate #includes, patch contributed in private mailhubertf
2006-09-10Remove or comment out now unused code after MI mips3_clockintr migration.tsutsui
2006-07-13Add an option COM_REGMAP to allow com(4) to use an array of register indices.gdamore
2006-05-28Initialize the GT64x11 PCI timeout and retry register with a value takentsutsui
2006-05-20Change range of PCI I/O space for pci_configure_bus(9)tsutsui
2006-05-19Use cobalt_id to probe com at mainbus.tsutsui
2006-05-17Add definitions for the PCI timeout and retry register.tsutsui
2006-04-21Explicitly mask timer0 interrupt until cpu_initclocks(9).tsutsui
2006-04-16Pass mips_dcache_align to pci_configure_bus(9) for cacheline_size.tsutsui
2006-04-15Switch cobalt port to use MI todr(9) functions and MI mc146818 driver.tsutsui
2006-04-15u_int32_t -> uint32_ttsutsui
2006-04-09Replace some magic numbers with macro.tsutsui
2006-04-06Use bus_space_map(9) to get bus_space_handle_t on each drivertsutsui
2006-04-05- ANSIfytsutsui