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
/
hpc
/
hpc.c
Age
Commit message (
Expand
)
Author
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-05-27
Proper support for the so-called `fast mode' of the Indigo2 ECC memory
Miod Vallat
2012-05-17
Better probes for sq and wdsc in gio-masqueraded-as-hpc expansion boards.
Miod Vallat
2012-04-30
Add ifmedia support to sq(4).
Miod Vallat
2012-04-30
Pass the base address of the hpc to child devices, to let them be able to
Miod Vallat
2012-04-17
Infrastructure to allow an interrupt handler to request its interrupt to be
Miod Vallat
2012-04-15
Overhaul hpc child device attachments:
Miod Vallat
2012-04-15
Provide an hpc_intr_establish() function for hpc subdevices, so they don't
Miod Vallat
2012-04-15
Tell Indy and Challenge S apart.
Miod Vallat
2012-04-08
Be more careful when reprogramming the sq(4) DMA and PIO timing parameters;
Miod Vallat
2012-04-05
Add an explicit bus_space_barrier() function for revision 3 hpc, which has a
Miod Vallat
2012-04-05
DMA descriptors only need to be aligned on 8-byte boundaries, and the struct
Miod Vallat
2012-04-03
Default DMA-reachable address constraints to the whole address space, and
Miod Vallat
2012-03-28
Work in progress support for the SGI Indigo, Indigo 2 and Indy systems
Miod Vallat