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
/
int.c
Age
Commit message (
Expand
)
Author
2016-03-14
Change a bunch of (<blah> *)0 to NULL.
Kenneth R Westerback
2016-03-06
Rename mips64's trap_frame into trapframe.
Martin Pieuchot
2014-09-30
implement atomic operations using ll/sc, and convert rw_cas and callers of the
Jonathan Matthew
2014-05-19
Format string fixes and removal of -Wno-format for sgi. Based upon an
Miod Vallat
2012-10-03
Split ever-growing mips <machine/cpu.h> into what 99% of the kernel needs,
Miod Vallat
2012-09-29
Handle the coprocessor 0 cause and status registers as a 64 bit value now,
Miod Vallat
2012-09-29
Proide a mips_sync() macro to wrap asm("sync"), and replace gazillions of
Miod Vallat
2012-07-18
According to Linux, and just verified the hard way, the 8254 timer does not
Miod Vallat
2012-07-14
A known errata of R4000 and R4400 processors, is that reading the internal
Miod Vallat
2012-04-18
Driver for the GR2 family of frame buffers (Elan, XZ...). Based upon the
Miod Vallat
2012-04-17
Infrastructure to allow an interrupt handler to request its interrupt to be
Miod Vallat
2012-04-15
Define symbolic constants for the interrupt controller pin assignments on
Miod Vallat
2012-03-28
Work in progress support for the SGI Indigo, Indigo 2 and Indy systems
Miod Vallat