summaryrefslogtreecommitdiff
path: root/sys/arch/sgi/pci
AgeCommit message (Collapse)Author
2006-03-13* Add "pcitag_t *pba_bridgetag" to pci_attach_args. This is set toBrad Smith
NULL for root PCI busses. For busses behind a bridge, it points to a persistent copy of the bridge's pcitag_t. This can be very useful for machine-dependent PCI bus enumeration code. From NetBSD ok grange@ kettenis@
2006-01-04Stop abusing phys_map to know if it is safe to use malloc in extent routines;Miod Vallat
instead use a global flag, like some other architectures do. No functional change.
2006-01-04Do not return zero in bus_space_map() on failure (sigh).Miod Vallat
2005-01-31Un-__P.Alexander Yurchenko
ok pefo@
2004-10-20Fix some 64 bit address problems.Per Fogelstrom
Some function names made more unique. Other changes for the upcoming Origin 200 support.
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