| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the unused interrupt type (edge/level) from the mace interrupt |  visa | 2018-12-03 | 1 | -3/+3 |
* | The device_to_pa routine really isn't needed. We always have physical |  visa | 2017-05-11 | 1 | -16/+3 |
* | Format string fixes and removal of -Wno-format for sgi. Based upon an |  miod | 2014-05-19 | 1 | -5/+3 |
* | Moar <uvm/uvm.h> -> <uvm/uvm_extern.h> love. |  mpi | 2014-04-03 | 1 | -2/+1 |
* | Proide a mips_sync() macro to wrap asm("sync"), and replace gazillions of |  miod | 2012-09-29 | 1 | -2/+2 |
* | No longer allow bus_space_barrier() to be a NULL pointer on a given |  miod | 2012-03-15 | 1 | -5/+12 |
* | Extend pci_probe_device_hook() on sgi xbridge(4) to return either the straight |  miod | 2011-10-10 | 1 | -21/+25 |
* | Introduce pci_probe_device_hook(pci_chipset_tag_t, struct pci_attach_args *). |  miod | 2011-10-10 | 1 | -1/+9 |
* | Introduce a new pci routine, pci_conf_size(), which returns the size of a |  miod | 2010-12-04 | 1 | -1/+9 |
* | remove unused offset argument to rbus functions |  jsg | 2010-09-22 | 1 | -3/+3 |
* | Implement bus_space_barrier() on sgi; on xbridge, this will also flush |  miod | 2010-08-23 | 1 | -3/+5 |
* | Obtain struct sgi_device_location for the console input and output devices, |  miod | 2010-04-06 | 1 | -7/+15 |
* | Add an MD interface for PCI drivers to be able to retrieve the node and widget |  miod | 2010-03-07 | 1 | -1/+17 |
* | Better crime/mace interrupt handling; interrupt information is no longer |  miod | 2009-10-26 | 1 | -20/+17 |
* | Implement bus_space_vaddr() for macepcibr. |  miod | 2009-10-22 | 1 | -1/+10 |
* | Make macebus_intr_disestablish() signature sane, and update its caller. |  miod | 2009-10-22 | 1 | -3/+3 |
* | Constify the what/name parameter of pci_intr_establish(). |  mk | 2009-08-22 | 1 | -3/+3 |
* | typo; brad |  miod | 2009-08-09 | 1 | -2/+2 |
* | Clear the upper part of 64 bit memory BARs, for they show up as 0xffffffff |  miod | 2009-08-09 | 1 | -7/+9 |
* | Don't forget to bus_space_unmap(), even if it's a no-op, in rbus_space_unmap(). |  miod | 2009-07-26 | 1 | -1/+2 |
* | Get rid of now unused extent_malloc_ok variable. |  miod | 2009-07-22 | 1 | -3/+1 |
* | Get rid of bus_space_tag_t now unused bus_extent and bus_reverse fields. |  miod | 2009-07-22 | 1 | -12/+3 |
* | Overhaul resource handling and mapping in macepcibr(4): |  miod | 2009-07-22 | 1 | -109/+71 |
* | PCI-Cardbus bridge support for both O2 (macepcibr) and Octane/Origin (xbridge) |  miod | 2009-07-21 | 1 | -28/+134 |
* | Simplify code that sanitizes pci resources on the O2's mace PCI bridge. |  kettenis | 2009-07-19 | 1 | -10/+75 |
* | Update bus_dma to the better codebase found on almost all other platforms, |  miod | 2009-07-17 | 1 | -1/+2 |
* | Make the PCI-PCI bridge initialization code bus-independent, relying on a |  miod | 2009-07-16 | 1 | -83/+156 |
* | Cheat in pci_conf_read() and force the REXTVALID bit in the O2 onboard ahc(4) |  miod | 2009-07-16 | 1 | -5/+11 |
* | Extend PCI mmio address space by using a bigger window that requires 64-bit |  kettenis | 2009-04-25 | 1 | -2/+3 |
* | Fix interrupt mapping for devices behind PCI-PCI bridges. |  kettenis | 2009-04-19 | 1 | -11/+17 |
* | Attach pci busses with pba_bus being zero, and not our bridge unit number, |  miod | 2009-04-18 | 1 | -2/+2 |
* | bzero pci attach args |  kettenis | 2009-03-30 | 1 | -2/+2 |
* | Implement bus_space_{read,write}_raw_mult_[248] correctly, it needs |  miod | 2008-07-30 | 1 | -1/+79 |
* | Proper interrupt values for pci interrupt pins B to D, found in some IRIX |  miod | 2008-07-30 | 1 | -19/+18 |
* | Completely overhault attachment rules on sgi. No more indirect configuration |  miod | 2008-02-20 | 1 | -2/+2 |
* | Remove unused fields of struct mips_pci_chipset. |  miod | 2008-02-16 | 1 | -2/+1 |
* | No need to include <machine/pte.h> here. |  miod | 2007-10-18 | 1 | -2/+1 |
* | Extent sgi bus_dma to cope with different views of memory: non-contiguous |  miod | 2007-06-21 | 1 | -3/+29 |
* | Make pci subsystem aware of domains. Each host bridge gets assigned a unique |  kettenis | 2006-12-14 | 1 | -1/+2 |
* | * Add "pcitag_t *pba_bridgetag" to pci_attach_args. This is set to |  brad | 2006-03-13 | 1 | -1/+2 |
* | Stop abusing phys_map to know if it is safe to use malloc in extent routines; |  miod | 2006-01-04 | 1 | -12/+8 |
* | Do not return zero in bus_space_map() on failure (sigh). |  miod | 2006-01-04 | 1 | -2/+3 |
* | Un-__P. |  grange | 2005-01-31 | 1 | -3/+3 |
* | Fix some 64 bit address problems. |  pefo | 2004-10-20 | 1 | -76/+76 |
* | new style interrupt counters; pefo ok |  deraadt | 2004-09-24 | 1 | -2/+2 |
* | Add support for R10K cpu class |  pefo | 2004-09-20 | 1 | -2/+2 |
* | various ansi and spacing issues; pefo ok |  deraadt | 2004-08-11 | 1 | -2/+2 |
* | spacing |  deraadt | 2004-08-10 | 1 | -21/+21 |
* | initial sgi import |  pefo | 2004-08-06 | 1 | -0/+566 |