Age | Commit message (Expand) | Author |
2009-11-07 | Change sgi system identification from a single system type list, to a smaller | Miod Vallat |
2009-10-31 | Blinkenlichten on Octane. | Miod Vallat |
2009-10-26 | Rename struct confargs to struct mainbus_attach_args for consistency and also | Miod Vallat |
2009-10-26 | Make pci_intr_string() on xbridge return both the xbridge irq and the crossbow | Miod Vallat |
2009-10-26 | Add support for the Octane power button to power(4). Took me a while to | Miod Vallat |
2009-10-26 | Add new xbow routines to explicitely trigger or clear an interrupt source, | Miod Vallat |
2009-10-22 | Completely overhaul interrupt handling on sgi. Cpu state now only stores a | Miod Vallat |
2009-10-22 | With the splx() changes, it is no longer necessary to remember which interrupt | Miod Vallat |
2009-10-22 | The recent cleanups make blatantly visible that the pending_int handler | Miod Vallat |
2009-10-22 | Replace intrmask_t with uint32_t. This types only describes interrupt masks | Miod Vallat |
2009-10-22 | Introduce a logical xbpci(4) device between xbridge and pci, since more than | Miod Vallat |
2009-10-16 | Make Octane kernels compile again after recent changes. My bad. | Miod Vallat |
2009-10-15 | regen | Miod Vallat |
2009-10-15 | Sort widgets by type instead of manufacturer code, add some TIO widgets, | Miod Vallat |
2009-10-15 | The Octane boot PROM is accessible through the PCI space of the on-board i/o | Miod Vallat |
2009-10-14 | On IP30 and IP35 systems, try harder to figure out exactly what model we are | Miod Vallat |
2009-10-14 | Report the crossbow widget part of bedrock as PXBow for consistency with | Miod Vallat |
2009-10-10 | Simplify interrupt address programming to avoid the need to act differently | Miod Vallat |
2009-10-08 | Program the widget interrupt address register as a whole 64 bit register | Miod Vallat |
2009-10-08 | regen | Miod Vallat |
2009-10-08 | Recognize the Bedrock as an XBow instead of reporting it as ``unknown | Miod Vallat |
2009-10-08 | Recognize more brick types and probe fooX bricks in the same order as | Miod Vallat |
2009-10-08 | PIC actually comes with two sets of widget registers, with different IDs, | Miod Vallat |
2009-10-07 | Do not truncate bridge register values to 32 bits, allows the few 64 bit PIC | Miod Vallat |
2009-10-07 | ipending, cpl moved into cpu_info | Takuya ASADA |
2009-10-07 | Try to keep existing IOC4 mappings, the same way we do on IOC3, in case | Miod Vallat |
2009-10-07 | Small steps towards getting the serial clock correct on IOC4 serial ports. | Miod Vallat |
2009-08-22 | Constify the what/name parameter of pci_intr_establish(). | Michael Knudsen |
2009-08-18 | Blind support for SGI PIC PCI-X controller found on Origin 350 and Tezro | Miod Vallat |
2009-07-27 | Unbreak non-DIAGNOSTIC kernels (i.e. RAMDISK-IP27) | Miod Vallat |
2009-07-26 | Make the bus_space boundary checks #ifdef DIAGNOSTIC. | Miod Vallat |
2009-07-26 | A better implementation of bus_space_subregion() for xbridge, with boundary | Miod Vallat |
2009-07-26 | Make sure all platforms understand the flags argument of bus_space_map() and | Miod Vallat |
2009-07-23 | When configuring devices on the bridge, try and provide resources to map | Miod Vallat |
2009-07-22 | Get rid of bus_space_tag_t now unused bus_extent and bus_reverse fields. | Miod Vallat |
2009-07-21 | PCI-Cardbus bridge support for both O2 (macepcibr) and Octane/Origin (xbridge) | Miod Vallat |
2009-07-18 | Reconfigure all onboard devices, ignoring the existing mappings set up by | Miod Vallat |
2009-07-17 | Proper bus_space_{read,write}_raw_[248] functions for xbridge, makes wi@pci | Miod Vallat |
2009-07-17 | Update bus_dma to the better codebase found on almost all other platforms, | Miod Vallat |
2009-07-17 | Revert a not-thoroughly tested change part of a larger work in progress diff, | Miod Vallat |
2009-07-16 | Make the PCI-PCI bridge initialization code bus-independent, relying on a | Miod Vallat |
2009-07-13 | Extend xbridge to support shared interrupt handlers, and perform PCI-PCI | Miod Vallat |
2009-07-06 | Almost rewrite xbridge PCI resource allocation: | Miod Vallat |
2009-07-03 | Try to be smarter when allocating pci resources, and use unused devio slots | Miod Vallat |
2009-07-01 | The widget mapping code has been written back when I was only working on | Miod Vallat |
2009-06-28 | Attempt to map memory resources of unconfigured devices, if they do not have | Miod Vallat |
2009-06-27 | Preliminary cleanup work in order to help the PCI resource management code. | Miod Vallat |
2009-06-27 | In the bus_space_*_raw_* functions, move the invariant computations out of | Miod Vallat |
2009-06-27 | If a device which has not been initialized by ARCS has a non-zero BAR, ignore | Miod Vallat |
2009-06-27 | Add an explicit widget locator to xbow children; allows a given widget to | Miod Vallat |