| Commit message (Expand) | Author | Age | Files | Lines |
* | Disambiguate expressions. |  visa | 2021-03-21 | 1 | -3/+3 |
* | spelling |  jsg | 2021-03-11 | 1 | -7/+7 |
* | The device_to_pa routine really isn't needed. We always have physical |  visa | 2017-05-11 | 1 | -11/+6 |
* | Let MP-safe interrupt handlers run without the kernel lock on sgi. |  visa | 2017-02-11 | 1 | -4/+26 |
* | Let the IP27 kernel build with DEBUG. |  visa | 2015-12-03 | 1 | -9/+9 |
* | free(x, 0) cleanup: |  semarie | 2015-09-27 | 1 | -9/+7 |
* | Also print the error registers in the ddb callback. |  miod | 2015-09-12 | 1 | -1/+7 |
* | sizes for free(); ok semarie |  deraadt | 2015-09-08 | 1 | -3/+3 |
* | Attempt to explain how this device works. Based upon a private mail I wrote |  miod | 2015-06-24 | 1 | -1/+231 |
* | Clear the PIC `write request' memory at initialization time. There is |  miod | 2015-06-16 | 1 | -1/+18 |
* | Add an helper routine if defined(DDB), which might help figuring out why |  miod | 2015-03-23 | 1 | -1/+32 |
* | Move the PIC revision 1 interrupt workaround from xbridge_pci_intr_handler() |  miod | 2014-12-04 | 1 | -14/+31 |
* | implement atomic operations using ll/sc, and convert rw_cas and callers of the |  jmatthew | 2014-09-30 | 1 | -2/+2 |
* | More PIC programming magic, as well as a specific workaround for lost |  miod | 2014-08-19 | 1 | -5/+27 |
* | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 1 | -8/+8 |
* | Format string fixes and removal of -Wno-format for sgi. Based upon an |  miod | 2014-05-19 | 1 | -3/+3 |
* | Moar <uvm/uvm.h> -> <uvm/uvm_extern.h> love. |  mpi | 2014-04-03 | 1 | -2/+2 |
* | add missing arguments to debug printfs |  jsg | 2014-01-22 | 1 | -3/+3 |
* | Proide a mips_sync() macro to wrap asm("sync"), and replace gazillions of |  miod | 2012-09-29 | 1 | -2/+2 |
* | Make sure the generic bus_dmamem_alloc() routine restricts its allocation to |  miod | 2012-05-20 | 1 | -182/+7 |
* | Extend pci_probe_device_hook() on sgi xbridge(4) to return either the straight |  miod | 2011-10-10 | 1 | -59/+113 |
* | Introduce pci_probe_device_hook(pci_chipset_tag_t, struct pci_attach_args *). |  miod | 2011-10-10 | 1 | -1/+13 |
* | On IP27 systems, fill the array of node hub widget numbers early, so that all |  miod | 2011-04-17 | 1 | -7/+17 |
* | Rename a few xbow global variable names to make them less ambiguous. |  miod | 2011-04-05 | 1 | -13/+26 |
* | Get rid of the ATE code, and do not assume the direct DMA window is set up |  miod | 2011-04-05 | 1 | -425/+28 |
* | Disable write gathering on devio settings we inherit from ARCS. |  miod | 2011-03-13 | 1 | -17/+25 |
* | Introduce a new pci routine, pci_conf_size(), which returns the size of a |  miod | 2010-12-04 | 1 | -1/+27 |
* | Missed one rbus_new_body() call in previous change. |  miod | 2010-11-27 | 1 | -5/+3 |
* | remove unused offset argument to rbus functions |  jsg | 2010-09-22 | 1 | -4/+4 |
* | Get rid of evcount's support for arranging counters in a tree |  matthew | 2010-09-20 | 1 | -2/+2 |
* | Implement bus_space_barrier() on sgi; on xbridge, this will also flush |  miod | 2010-08-23 | 1 | -1/+50 |
* | Rework the logic of xbridge pci_conf_{read,write} to avoid doing the disable |  miod | 2010-08-23 | 1 | -49/+54 |
* | Program a larger PCI retry hold interval if there is a Lucent USB controller |  miod | 2010-05-09 | 1 | -1/+20 |
* | more cleanup to cope with the change that tries to make proc.h not act |  deraadt | 2010-04-21 | 1 | -1/+2 |
* | Obtain struct sgi_device_location for the console input and output devices, |  miod | 2010-04-06 | 1 | -8/+20 |
* | Remove parent/slave mode of rbus as nothing uses it. |  jsg | 2010-04-02 | 1 | -2/+2 |
* | Correctly account devio usage, instead of relying upon unused devio registers |  miod | 2010-03-28 | 1 | -66/+108 |
* | Add an MD interface for PCI drivers to be able to retrieve the node and widget |  miod | 2010-03-07 | 1 | -1/+21 |
* | Register an interrupt handler for PCI error conditions (as well as xtalk |  miod | 2009-12-26 | 1 | -19/+170 |
* | Pass both the virtual address and the physical address of the memory range |  miod | 2009-12-25 | 1 | -7/+9 |
* | Allow xbow_intr_establish() callers to provide optional storage for the |  miod | 2009-11-25 | 1 | -2/+2 |
* | It turns out that the 2GB contiguous DMA direct map window also needs |  miod | 2009-11-19 | 1 | -41/+15 |
* | Move widget register information apart from xbow software interface, and |  miod | 2009-11-18 | 1 | -1/+2 |
* | It turns out PCI IOC3 card which embed both the Ethernet controller and the |  miod | 2009-11-11 | 1 | -19/+42 |
* | Replace option TGT_ORIGIN200 and TGT_ORIGIN2000 with a single option, |  miod | 2009-11-07 | 1 | -7/+7 |
* | Change sgi system identification from a single system type list, to a smaller |  miod | 2009-11-07 | 1 | -3/+3 |
* | Make pci_intr_string() on xbridge return both the xbridge irq and the crossbow |  miod | 2009-10-26 | 1 | -28/+42 |
* | Add support for the Octane power button to power(4). Took me a while to |  miod | 2009-10-26 | 1 | -4/+18 |
* | Add new xbow routines to explicitely trigger or clear an interrupt source, |  miod | 2009-10-26 | 1 | -24/+3 |
* | Completely overhaul interrupt handling on sgi. Cpu state now only stores a |  miod | 2009-10-22 | 1 | -2/+9 |