Age | Commit message (Expand) | Author |
2012-04-21 | Remove long dead prototypes. | Miod Vallat |
2012-04-21 | Rework the signature of the cache handling routines again. It makes more sense | Miod Vallat |
2012-04-19 | Slightly tweak the emulation mode colormap to have fit in 4:8:4 instead of | Miod Vallat |
2012-04-18 | Split the existing impact@xbow attachment into generic impact routines, and | Miod Vallat |
2012-04-18 | Don't attach a wsdisplay if not the console device, for part of the device | Miod Vallat |
2012-04-18 | regen | Miod Vallat |
2012-04-18 | Apparently, the Indigo 2 Impact GIO boards finally provide a real GIO ID | Miod Vallat |
2012-04-18 | Put decent prefixes in the symbolic constants for GIO IDs in the generated | Miod Vallat |
2012-04-18 | One more routine needed to cope for CTS and DCD being inverted on IP20. | Miod Vallat |
2012-04-18 | Driver for the GR2 family of frame buffers (Elan, XZ...). Based upon the | Miod Vallat |
2012-04-18 | Do not mistake GR2 boards for GIO boards, as what could be a GIO product | Miod Vallat |
2012-04-18 | Reading the IMC bus arbitration register is not reliable, at least on IP20, | Miod Vallat |
2012-04-17 | Drivers for the SGI Indigo serial keyboard and mouse (not PS/2 devices). | Miod Vallat |
2012-04-17 | Driver for the ``Entry'' LG1 frame buffer found on low-range Indigo systems | Miod Vallat |
2012-04-17 | panel@hpc: driver for the power button on IP22/IP24, and the volume buttons | Miod Vallat |
2012-04-17 | Infrastructure to allow an interrupt handler to request its interrupt to be | Miod Vallat |
2012-04-17 | Add sgi_cpuspeed() setting HW_CPUSPEED sysctl node. Tested on SGI Fuel. | Landry Breuil |
2012-04-16 | Drivers for the Indy and Indigo 2 PS/2 keyboard ports, and the ``Newport'' | Miod Vallat |
2012-04-16 | Improve the way frame buffers are probed to reduce (and hopefully avoid) | Miod Vallat |
2012-04-16 | Move proc0 and trap handler setup before consinit(), but still wait for the | Miod Vallat |
2012-04-16 | Move OpenGL {logic,raster}ops defines to a separate file, to avoid duplicating | Miod Vallat |
2012-04-15 | Overhaul hpc child device attachments: | Miod Vallat |
2012-04-15 | Define symbolic constants for the interrupt controller pin assignments on | Miod Vallat |
2012-04-15 | Declare most imc bus_space(9) methods in a visible header; this will be used | Miod Vallat |
2012-04-15 | Provide an hpc_intr_establish() function for hpc subdevices, so they don't | Miod Vallat |
2012-04-15 | If the dma-usable area changes after autoconf, recompute the buffer count and | Miod Vallat |
2012-04-15 | Tell Indy and Challenge S apart. | Miod Vallat |
2012-04-15 | Add option EISAVERBOSE to IP22 kernels | Miod Vallat |
2012-04-09 | Attach eisa devices after all the onboard devices have attached rather than | Miod Vallat |
2012-04-09 | More errata bandaid for the R4000SC is necessary in the tlb handlers. | Miod Vallat |
2012-04-08 | Enable option CPU_R4600, verified to work on an R4600PC Indy. The secondary | Miod Vallat |
2012-04-08 | Be more careful when reprogramming the sq(4) DMA and PIO timing parameters; | Miod Vallat |
2012-04-06 | Rework IP22 RTC year base computation, again. It turns out that different | Miod Vallat |
2012-04-06 | Get serial console speed from ARCBios earlier; repairs serial console on Octane | Miod Vallat |
2012-04-05 | In the neverending tradition of never making things simple, SGI used 1940 as | Miod Vallat |
2012-04-05 | Bail out of bus_dmamap_sync() earlier in the non-PREWRITE cases on TGT_COHERENT | Miod Vallat |
2012-04-05 | Lower ZS_DELAY() back to what it was, but issue a bus_space_barrier() after | Miod Vallat |
2012-04-05 | Add an explicit bus_space_barrier() function for revision 3 hpc, which has a | Miod Vallat |
2012-04-05 | DMA descriptors only need to be aligned on 8-byte boundaries, and the struct | Miod Vallat |
2012-04-03 | Uncomment eisa0 attachment. People can then complain about their boards not | Miod Vallat |
2012-04-03 | Default DMA-reachable address constraints to the whole address space, and | Miod Vallat |
2012-04-02 | EISA bus attachment glue for Indigo 2 systems. Currently only tested with | Miod Vallat |
2012-04-01 | Fix merge botch when porting this from NetBSD; we don't need to disable the | Miod Vallat |
2012-04-01 | Increase delay between chip register accesses. Fixes the console freeze during | Miod Vallat |
2012-03-31 | softintr_establish() takes IPL_xxx, not SI_xxx (harmless here since they turned | Miod Vallat |
2012-03-29 | Put more smarts into the limited bootblocks brain; they will now happily | Miod Vallat |
2012-03-29 | Link IP22 kernels at 8MB rather than 1MB, to prevent bsd.rd from overlapping | Miod Vallat |
2012-03-28 | regen | Miod Vallat |
2012-03-28 | Work in progress support for the SGI Indigo, Indigo 2 and Indy systems | Miod Vallat |
2012-03-28 | Allow dma map boundary smaller than the kernel page size to work in | Miod Vallat |