index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
sgi
/
localbus
/
macebus.c
Age
Commit message (
Expand
)
Author
2008-04-07
Since uncached virtual addresses will depend upon space identifiers on R1xk
Miod Vallat
2008-03-30
Implement bus_space_*8 and bus_space_vaddr.
Miod Vallat
2008-02-20
Completely overhault attachment rules on sgi. No more indirect configuration
Miod Vallat
2007-12-14
Cleanup some comments.
Joel Sing
2007-12-14
Allow direct access to the MACE IO memory space. This allows IO devices to
Joel Sing
2007-11-13
Expose mace_bus_dma_tag and extend the crimebus extent. This allows the
Joel Sing
2007-11-11
Add spurious interrupt detection to macebus. This allows for the detection
Joel Sing
2007-10-14
Disable timer/compare interrupts on the macebus. This prevents interrupt
Joel Sing
2007-10-13
Various typos in comments; Joel Sing
Miod Vallat
2007-10-10
Make context switching much more MI:
Artur Grabowski
2007-07-09
change the behaviour of the LED on the O2 so that it's red in user mode
Jasper Lievisse Adriaanse
2007-06-21
Extent sgi bus_dma to cope with different views of memory: non-contiguous
Miod Vallat
2007-06-20
Do not hardcode imask[] size when intializing it.
Miod Vallat
2007-06-20
Make sure IPL_CLOCK blocks device interrupts.
Miod Vallat
2007-06-18
Disable instruction reordering around cpl assignments.
Miod Vallat
2007-05-29
Use atomic operations to operate on netisr, instead of clearing it at splhigh.
Miod Vallat
2007-05-03
Enable support for > 512MB of physical memory on mips64 systems, by using
Miod Vallat
2007-03-23
Real atomic_{set,clear}bits_int implementation, and replace similar
Miod Vallat
2006-01-04
Stop abusing phys_map to know if it is safe to use malloc in extent routines;
Miod Vallat
2006-01-04
Do not return zero in bus_space_map() on failure (sigh).
Miod Vallat
2006-01-04
Use symbolic constants for the MACE ISA address range in mace_space_unmap()
Miod Vallat
2005-12-20
Remove initial extent storage for crime and mace bus_space. By the time
Miod Vallat
2005-12-19
Use MACE ISA constants instead of magic values.
Miod Vallat
2005-08-14
catched->caught
Miod Vallat
2005-07-18
remove trailing newline in panic(9); ok millert@ and deraadt@
Federico G. Schwindt
2005-01-31
Un-__P.
Alexander Yurchenko
2004-09-27
Rewrite parts of the interrupt system to achive:
Per Fogelstrom
2004-09-24
new style interrupt counters; pefo ok
Theo de Raadt
2004-09-21
Nuke commons.
Miod Vallat
2004-09-20
Add support for R10K cpu class
Per Fogelstrom
2004-09-09
Kernel moves to 64 bit. A few more tweaks when binutils is updated.
Per Fogelstrom
2004-08-11
various ansi and spacing issues; pefo ok
Theo de Raadt
2004-08-10
spacing
Theo de Raadt
2004-08-10
use generic net/netisr_dispatch.h; pefo@ ok
Michael Shalayeff
2004-08-10
give mace some dma; pefo@ ok
Michael Shalayeff
2004-08-06
initial sgi import
Per Fogelstrom