Age | Commit message (Expand) | Author |
2010-04-06 | Provide WIDGET_ID_FOO() macros to extract parts of the ID register value, | Miod Vallat |
2010-04-02 | Remove parent/slave mode of rbus as nothing uses it. | Jonathan Gray |
2010-03-28 | Correctly account devio usage, instead of relying upon unused devio registers | Miod Vallat |
2010-03-21 | let this compile without DIAGNOSTIC; from miod | Theo de Raadt |
2010-03-21 | Fix widget probe order for BASEIO boards and P-Brick. | Miod Vallat |
2010-03-13 | Make sure non-console impact_screen struct gets zeroed upon allocation, | Miod Vallat |
2010-03-08 | Correctly initialize all members of struct wsemuldisplaydev_attach_args | Miod Vallat |
2010-03-08 | fix a miod typo (it has to be a typo; miod makes no real mistakes) | Theo de Raadt |
2010-03-07 | Minimalistic driver for the ImpactSR (Mardigras) video option found on older | Miod Vallat |
2010-03-07 | Allow iockbc(4) and odysseey(4) to act as console devices and attach early; | Miod Vallat |
2010-03-07 | Add an MD interface for PCI drivers to be able to retrieve the node and widget | Miod Vallat |
2010-03-06 | Fix typos. | Joel Sing |
2010-03-04 | Introduce odyssey(4), a driver for the SGI VPro (aka Odyssey) graphics | Joel Sing |
2009-12-26 | Register an interrupt handler for PCI error conditions (as well as xtalk | Miod Vallat |
2009-12-25 | Pass both the virtual address and the physical address of the memory range | Miod Vallat |
2009-11-26 | Now IPI can interrupt to clock interrupt handler. | Takuya ASADA |
2009-11-25 | IP30 IPI implementation. | Takuya ASADA |
2009-11-25 | Allow xbow_intr_establish() callers to provide optional storage for the | Miod Vallat |
2009-11-19 | It turns out that the 2GB contiguous DMA direct map window also needs | Miod Vallat |
2009-11-18 | Move widget register information apart from xbow software interface, and | Miod Vallat |
2009-11-12 | Move the interrupt makemasks() code to the interrupt template; no functional | Miod Vallat |
2009-11-11 | It turns out PCI IOC3 card which embed both the Ethernet controller and the | Miod Vallat |
2009-11-08 | Add code to send L1 commands and parse command results; use it to add a way | Miod Vallat |
2009-11-07 | Replace option TGT_ORIGIN200 and TGT_ORIGIN2000 with a single option, | Miod Vallat |
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 |