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
/
pci
Age
Commit message (
Expand
)
Author
2008-07-30
Implement bus_space_{read,write}_raw_mult_[248] correctly, it needs
Miod Vallat
2008-07-30
Proper interrupt values for pci interrupt pins B to D, found in some IRIX
Miod Vallat
2008-04-07
Preliminary IOC3 multi-function chip driver, from jsing@ and I. Currently
Miod Vallat
2008-02-20
Completely overhault attachment rules on sgi. No more indirect configuration
Miod Vallat
2008-02-16
Remove unused fields of struct mips_pci_chipset.
Miod Vallat
2007-10-18
No need to include <machine/pte.h> here.
Miod Vallat
2007-06-21
Extent sgi bus_dma to cope with different views of memory: non-contiguous
Miod Vallat
2007-05-20
Remove irrelevant code and defines.
Miod Vallat
2006-12-14
Make pci subsystem aware of domains. Each host bridge gets assigned a unique
Mark Kettenis
2006-03-13
* Add "pcitag_t *pba_bridgetag" to pci_attach_args. This is set to
Brad Smith
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
2005-01-31
Un-__P.
Alexander Yurchenko
2004-10-20
Fix some 64 bit address problems.
Per Fogelstrom
2004-09-24
new style interrupt counters; pefo ok
Theo de Raadt
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-06
initial sgi import
Per Fogelstrom