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
/
cobalt
/
dev
/
gt.c
Age
Commit message (
Expand
)
Author
2021-08-07
Merge thorpej-cfargs2.
thorpej
2021-04-24
Merge thorpej-cfargs branch:
thorpej
2020-07-07
Overhaul the interface to pci_configure_bus():
thorpej
2020-06-14
replace EX_NOWAIT with EX_WAITOK in device attach methods.
chs
2020-03-02
The PCI I/O space extent map needs to reflect the BUS_{START,END}
thorpej
2018-01-20
Switch cobalt to common bus_space.
skrll
2012-01-27
converting extent(9) from malloc(9) to kmem(9)
para
2011-07-09
Cleanup kernel files to use sys variants for bus.h, cpu.h, and intr.h
matt
2011-07-01
#include <sys/bus.h> instead of <machine/bus.h>.
dyoung
2011-05-17
PCI_FLAGS_IO_ENABLED and PCI_FLAGS_MEM_ENABLED changed their functional
dyoung
2011-04-15
Don't set pba.pba_flags twice. No functional change intended.
dyoung
2011-02-20
Merge 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-09
Split softc/device_t, with misc related changes.
tsutsui
2006-09-10
Remove or comment out now unused code after MI mips3_clockintr migration.
tsutsui
2006-05-28
Initialize the GT64x11 PCI timeout and retry register with a value taken
tsutsui
2006-05-20
Change range of PCI I/O space for pci_configure_bus(9)
tsutsui
2006-04-21
Explicitly mask timer0 interrupt until cpu_initclocks(9).
tsutsui
2006-04-16
Pass mips_dcache_align to pci_configure_bus(9) for cacheline_size.
tsutsui
2006-04-05
ANSIfy, KNF
tsutsui
2005-12-11
merge ktrace-lwp.
christos
2005-03-25
Switch cobalt port to use MI pci_configure_bus(9)
tsutsui
2004-08-30
Phase out the use of a string as first "attach args" member to control
drochner
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 it
tsutsui
2003-07-15
__KERNEL_RCSID()
lukem
2003-06-15
Handle 64bit DMA addresses on PCI for platforms that can (currently only
fvdl
2002-10-02
Use CFATTACH_DECL().
thorpej
2002-09-27
Declare all cfattach structures const.
thorpej
2002-05-16
* Add "pcitag_t *pba_bridgetag" to pci_attach_args. This is set to
thorpej
2000-05-29
Static poisoning.
soren
2000-04-09
Disabling PCI Memory Read Multiple improves Tulip transmit performance 30%.
soren
2000-03-31
Some cleanups.
soren
2000-03-19
NetBSD/cobalt. Work-in-progress.
soren