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