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