summaryrefslogtreecommitdiff
path: root/sys/arch/sgi/pci
AgeCommit message (Expand)Author
2008-07-30Implement bus_space_{read,write}_raw_mult_[248] correctly, it needsMiod Vallat
2008-07-30Proper interrupt values for pci interrupt pins B to D, found in some IRIXMiod Vallat
2008-04-07Preliminary IOC3 multi-function chip driver, from jsing@ and I. CurrentlyMiod Vallat
2008-02-20Completely overhault attachment rules on sgi. No more indirect configurationMiod Vallat
2008-02-16Remove unused fields of struct mips_pci_chipset.Miod Vallat
2007-10-18No need to include <machine/pte.h> here.Miod Vallat
2007-06-21Extent sgi bus_dma to cope with different views of memory: non-contiguousMiod Vallat
2007-05-20Remove irrelevant code and defines.Miod Vallat
2006-12-14Make pci subsystem aware of domains. Each host bridge gets assigned a uniqueMark Kettenis
2006-03-13* Add "pcitag_t *pba_bridgetag" to pci_attach_args. This is set toBrad Smith
2006-01-04Stop abusing phys_map to know if it is safe to use malloc in extent routines;Miod Vallat
2006-01-04Do not return zero in bus_space_map() on failure (sigh).Miod Vallat
2005-01-31Un-__P.Alexander Yurchenko
2004-10-20Fix some 64 bit address problems.Per Fogelstrom
2004-09-24new style interrupt counters; pefo okTheo de Raadt
2004-09-20Add support for R10K cpu classPer Fogelstrom
2004-09-09Kernel moves to 64 bit. A few more tweaks when binutils is updated.Per Fogelstrom
2004-08-11various ansi and spacing issues; pefo okTheo de Raadt
2004-08-10spacingTheo de Raadt
2004-08-06initial sgi importPer Fogelstrom