summaryrefslogtreecommitdiff
path: root/sys/arch/cobalt/dev/gt.c
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
2020-03-02The PCI I/O space extent map needs to reflect the BUS_{START,END}thorpej
2018-01-20Switch cobalt to common bus_space.skrll
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-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
2008-05-09Split softc/device_t, with misc related changes.tsutsui
2006-09-10Remove or comment out now unused code after MI mips3_clockintr migration.tsutsui
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-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-05ANSIfy, KNFtsutsui
2005-12-11merge ktrace-lwp.christos
2005-03-25Switch cobalt port to use MI pci_configure_bus(9)tsutsui
2004-08-30Phase out the use of a string as first "attach args" member to controldrochner
2004-08-28- Use bus_space(9) to access PCI configuration registers on GT64111.tsutsui
2004-08-28- Reset timer0 of GT64111 in gt_attach() and start ittsutsui
2003-07-15__KERNEL_RCSID()lukem
2003-06-15Handle 64bit DMA addresses on PCI for platforms that can (currently onlyfvdl
2002-10-02Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-05-16* Add "pcitag_t *pba_bridgetag" to pci_attach_args. This is set tothorpej
2000-05-29Static poisoning.soren
2000-04-09Disabling PCI Memory Read Multiple improves Tulip transmit performance 30%.soren
2000-03-31Some cleanups.soren
2000-03-19NetBSD/cobalt. Work-in-progress.soren