Age | Commit message (Expand) | Author |
2009-07-22 | Overhaul resource handling and mapping in macepcibr(4): | Miod Vallat |
2009-07-21 | PCI-Cardbus bridge support for both O2 (macepcibr) and Octane/Origin (xbridge) | Miod Vallat |
2009-07-19 | Simplify code that sanitizes pci resources on the O2's mace PCI bridge. | Mark Kettenis |
2009-07-17 | Update bus_dma to the better codebase found on almost all other platforms, | Miod Vallat |
2009-07-16 | Program PPB_REG_PREFLIM_HI32, not PPB_REG_PREFBASE_HI32 a second time. Oops. | Miod Vallat |
2009-07-16 | Make the PCI-PCI bridge initialization code bus-independent, relying on a | Miod Vallat |
2009-07-16 | Cheat in pci_conf_read() and force the REXTVALID bit in the O2 onboard ahc(4) | Miod Vallat |
2009-07-13 | Extend xbridge to support shared interrupt handlers, and perform PCI-PCI | Miod Vallat |
2009-07-01 | The widget mapping code has been written back when I was only working on | Miod Vallat |
2009-06-21 | Remove the ioc interrupt probe code, the heuristic is correct; origin 300 | Miod Vallat |
2009-05-27 | Yet another attempt at a more reliable detection of the second interrupt | Miod Vallat |
2009-05-22 | According to pics on ebay, CADDuo boards indeed have Ethernet connectors. | Miod Vallat |
2009-05-08 | Attach children with config_found_sm() instead of directly invoking | Miod Vallat |
2009-05-03 | Pass 0 as base offset, not -1, for child devices which ignore the value. | Miod Vallat |
2009-05-02 | Let ioc(4) decide which child devices to attach depending on its identification | Miod Vallat |
2009-04-25 | More IOC3 flavour partnumbers. And apparently there are some flavours which | Miod Vallat |
2009-04-25 | Extend PCI mmio address space by using a bigger window that requires 64-bit | Mark Kettenis |
2009-04-24 | Fix the superio irq discovery heuristic to work on systems where there is | Miod Vallat |
2009-04-19 | Attach the 1-Wire devices early, and pick our partnumber; based on this | Miod Vallat |
2009-04-19 | Use correct device index for Ethernet interrupt handler. | Joel Sing |
2009-04-19 | Fix interrupt mapping for devices behind PCI-PCI bridges. | Mark Kettenis |
2009-04-19 | A much more reliable logic to find out the second interrupt of the ioc boards. | Miod Vallat |
2009-04-18 | Attach pci busses with pba_bus being zero, and not our bridge unit number, | Miod Vallat |
2009-04-18 | Simplify ethernet interrupt dispatching, since it is not shared with anything | Miod Vallat |
2009-04-15 | Only enable the passthrough interrupt for serial ports, and let com(4) manage. | Miod Vallat |
2009-04-13 | The start of Origin 200 support. Based on some code contributed by pefo@ | Miod Vallat |
2009-04-12 | Interrupt support for IOC3 and its subdevices (currently limited to the | Miod Vallat |
2009-03-30 | bzero pci attach args | Mark Kettenis |
2009-03-29 | make various strings ("can't map mem space" and similar) more consistent | Stuart Henderson |
2008-07-30 | Implement bus_space_{read,write}_raw_mult_[248] correctly, it needs | Miod Vallat |
2008-07-30 | Proper interrupt values for pci interrupt pins B to D, found in some IRIX | Miod Vallat |
2008-04-07 | Preliminary IOC3 multi-function chip driver, from jsing@ and I. Currently | Miod Vallat |
2008-02-20 | Completely overhault attachment rules on sgi. No more indirect configuration | Miod Vallat |
2008-02-16 | Remove unused fields of struct mips_pci_chipset. | Miod Vallat |
2007-10-18 | No need to include <machine/pte.h> here. | Miod Vallat |
2007-06-21 | Extent sgi bus_dma to cope with different views of memory: non-contiguous | Miod Vallat |
2007-05-20 | Remove irrelevant code and defines. | Miod Vallat |
2006-12-14 | Make pci subsystem aware of domains. Each host bridge gets assigned a unique | Mark Kettenis |
2006-03-13 | * Add "pcitag_t *pba_bridgetag" to pci_attach_args. This is set to | Brad Smith |
2006-01-04 | Stop abusing phys_map to know if it is safe to use malloc in extent routines; | Miod Vallat |
2006-01-04 | Do not return zero in bus_space_map() on failure (sigh). | Miod Vallat |
2005-01-31 | Un-__P. | Alexander Yurchenko |
2004-10-20 | Fix some 64 bit address problems. | Per Fogelstrom |
2004-09-24 | new style interrupt counters; pefo ok | Theo de Raadt |
2004-09-20 | Add support for R10K cpu class | Per Fogelstrom |
2004-09-09 | Kernel moves to 64 bit. A few more tweaks when binutils is updated. | Per Fogelstrom |
2004-08-11 | various ansi and spacing issues; pefo ok | Theo de Raadt |
2004-08-10 | spacing | Theo de Raadt |
2004-08-06 | initial sgi import | Per Fogelstrom |