summaryrefslogtreecommitdiffstats
path: root/sys/arch/sgi/pci/macepcibridge.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove the unused interrupt type (edge/level) from the mace interruptvisa2018-12-031-3/+3
* The device_to_pa routine really isn't needed. We always have physicalvisa2017-05-111-16/+3
* Format string fixes and removal of -Wno-format for sgi. Based upon anmiod2014-05-191-5/+3
* Moar <uvm/uvm.h> -> <uvm/uvm_extern.h> love.mpi2014-04-031-2/+1
* Proide a mips_sync() macro to wrap asm("sync"), and replace gazillions ofmiod2012-09-291-2/+2
* No longer allow bus_space_barrier() to be a NULL pointer on a givenmiod2012-03-151-5/+12
* Extend pci_probe_device_hook() on sgi xbridge(4) to return either the straightmiod2011-10-101-21/+25
* Introduce pci_probe_device_hook(pci_chipset_tag_t, struct pci_attach_args *).miod2011-10-101-1/+9
* Introduce a new pci routine, pci_conf_size(), which returns the size of amiod2010-12-041-1/+9
* remove unused offset argument to rbus functionsjsg2010-09-221-3/+3
* Implement bus_space_barrier() on sgi; on xbridge, this will also flushmiod2010-08-231-3/+5
* Obtain struct sgi_device_location for the console input and output devices,miod2010-04-061-7/+15
* Add an MD interface for PCI drivers to be able to retrieve the node and widgetmiod2010-03-071-1/+17
* Better crime/mace interrupt handling; interrupt information is no longermiod2009-10-261-20/+17
* Implement bus_space_vaddr() for macepcibr.miod2009-10-221-1/+10
* Make macebus_intr_disestablish() signature sane, and update its caller.miod2009-10-221-3/+3
* Constify the what/name parameter of pci_intr_establish().mk2009-08-221-3/+3
* typo; bradmiod2009-08-091-2/+2
* Clear the upper part of 64 bit memory BARs, for they show up as 0xffffffffmiod2009-08-091-7/+9
* Don't forget to bus_space_unmap(), even if it's a no-op, in rbus_space_unmap().miod2009-07-261-1/+2
* Get rid of now unused extent_malloc_ok variable.miod2009-07-221-3/+1
* Get rid of bus_space_tag_t now unused bus_extent and bus_reverse fields.miod2009-07-221-12/+3
* Overhaul resource handling and mapping in macepcibr(4):miod2009-07-221-109/+71
* PCI-Cardbus bridge support for both O2 (macepcibr) and Octane/Origin (xbridge)miod2009-07-211-28/+134
* Simplify code that sanitizes pci resources on the O2's mace PCI bridge.kettenis2009-07-191-10/+75
* Update bus_dma to the better codebase found on almost all other platforms,miod2009-07-171-1/+2
* Make the PCI-PCI bridge initialization code bus-independent, relying on amiod2009-07-161-83/+156
* Cheat in pci_conf_read() and force the REXTVALID bit in the O2 onboard ahc(4)miod2009-07-161-5/+11
* Extend PCI mmio address space by using a bigger window that requires 64-bitkettenis2009-04-251-2/+3
* Fix interrupt mapping for devices behind PCI-PCI bridges.kettenis2009-04-191-11/+17
* Attach pci busses with pba_bus being zero, and not our bridge unit number,miod2009-04-181-2/+2
* bzero pci attach argskettenis2009-03-301-2/+2
* Implement bus_space_{read,write}_raw_mult_[248] correctly, it needsmiod2008-07-301-1/+79
* Proper interrupt values for pci interrupt pins B to D, found in some IRIXmiod2008-07-301-19/+18
* Completely overhault attachment rules on sgi. No more indirect configurationmiod2008-02-201-2/+2
* Remove unused fields of struct mips_pci_chipset.miod2008-02-161-2/+1
* No need to include <machine/pte.h> here.miod2007-10-181-2/+1
* Extent sgi bus_dma to cope with different views of memory: non-contiguousmiod2007-06-211-3/+29
* Make pci subsystem aware of domains. Each host bridge gets assigned a uniquekettenis2006-12-141-1/+2
* * Add "pcitag_t *pba_bridgetag" to pci_attach_args. This is set tobrad2006-03-131-1/+2
* Stop abusing phys_map to know if it is safe to use malloc in extent routines;miod2006-01-041-12/+8
* Do not return zero in bus_space_map() on failure (sigh).miod2006-01-041-2/+3
* Un-__P.grange2005-01-311-3/+3
* Fix some 64 bit address problems.pefo2004-10-201-76/+76
* new style interrupt counters; pefo okderaadt2004-09-241-2/+2
* Add support for R10K cpu classpefo2004-09-201-2/+2
* various ansi and spacing issues; pefo okderaadt2004-08-111-2/+2
* spacingderaadt2004-08-101-21/+21
* initial sgi importpefo2004-08-061-0/+566