summaryrefslogtreecommitdiff
path: root/sys/arch/sgi
AgeCommit message (Expand)Author
2012-05-17Yet another rework of the crucial gio_id() function responsible for correctlyMiod Vallat
2012-05-17Better probes for sq and wdsc in gio-masqueraded-as-hpc expansion boards.Miod Vallat
2012-05-15revert a chunk introduced in 1.7 which was not supposed to be there yetMiod Vallat
2012-05-12Don't forget to print the frame buffer name obtained from ARCS, as all otherMiod Vallat
2012-05-12Strip trailing space from ARCS frame buffer names.Miod Vallat
2012-05-12It turns out that, when the IRIX header files mention CTR/DCD/DTR/RTS wiringMiod Vallat
2012-05-10GIO devices with a 32-bit device identifier actually do not like halfword andMiod Vallat
2012-05-10regenMiod Vallat
2012-05-10Do not keep the `32-bit device ID' bit indicator in the device IDs, forMiod Vallat
2012-05-10Fix a few macros to operate on the right bit.Miod Vallat
2012-05-10Fix impact(4) header file generation to correctly output NIMPACT_GIO onMiod Vallat
2012-05-10Be more strict in the `are we the console device' logic at device attachmentMiod Vallat
2012-05-10Initialize more proc0 context before invoking consinit(); this now reallyMiod Vallat
2012-05-06Update the depencies of the .S files on assym.h; allows IP30 kernels to be builtMiod Vallat
2012-05-02sq needs ifmedia attribute now, repairs RAMDISK_IP22Miod Vallat
2012-04-30Add ifmedia support to sq(4).Miod Vallat
2012-04-30Pass the base address of the hpc to child devices, to let them be able toMiod Vallat
2012-04-30Correctly read board version information.Miod Vallat
2012-04-29Recognize 85230 chips, and take advantage of their FIFOs to reduce theMiod Vallat
2012-04-29I am not sure what the mess with the wiring of carrier lines on Indigo resolvesMiod Vallat
2012-04-28Be sure to initialize the `state' member of the softc when attaching theMiod Vallat
2012-04-28Only trust giofb_consid if non-zero.Miod Vallat
2012-04-27Fix the `all keys up' event handling logic to only apply to it, and not toMiod Vallat
2012-04-27The new probe logic would pretend light(4) devices always exist on Indigo;Miod Vallat
2012-04-24Minor tweaks:Miod Vallat
2012-04-24Pour even more smarts into the GIO device identification code, to the pointMiod Vallat
2012-04-21Fix math in previous. Oops.Miod Vallat
2012-04-21Round the reserved memory size up when printing it in MB unitsMiod Vallat
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