summaryrefslogtreecommitdiff
path: root/sys/arch/sgi/hpc
AgeCommit message (Expand)Author
2013-05-18fix cut'n'paste abuse in "can't happen" error messageMiod Vallat
2013-04-21Unify the zs tty driver.Sebastian Reitenbach
2012-10-03Don't include <mips64/archtype.h> unless you really need it.Miod Vallat
2012-09-29Handle the coprocessor 0 cause and status registers as a 64 bit value now,Miod Vallat
2012-09-29Proide a mips_sync() macro to wrap asm("sync"), and replace gazillions ofMiod Vallat
2012-05-28The link state code does not work correctly on Indigo (IP20) and E++ GIO boardsMiod Vallat
2012-05-27Proper support for the so-called `fast mode' of the Indigo2 ECC memoryMiod Vallat
2012-05-22Make the multicast filter routine conform to the Party's standards. AdaptedMiod Vallat
2012-05-17Better probes for sq and wdsc in gio-masqueraded-as-hpc expansion boards.Miod Vallat
2012-05-12It turns out that, when the IRIX header files mention CTR/DCD/DTR/RTS wiringMiod 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-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-27Fix the `all keys up' event handling logic to only apply to it, and not toMiod Vallat
2012-04-18One more routine needed to cope for CTS and DCD being inverted on IP20.Miod Vallat
2012-04-17Drivers for the SGI Indigo serial keyboard and mouse (not PS/2 devices).Miod 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-16Drivers for the Indy and Indigo 2 PS/2 keyboard ports, and the ``Newport''Miod Vallat
2012-04-15Overhaul hpc child device attachments:Miod Vallat
2012-04-15Provide an hpc_intr_establish() function for hpc subdevices, so they don'tMiod Vallat
2012-04-15Tell Indy and Challenge S apart.Miod 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-05In the neverending tradition of never making things simple, SGI used 1940 asMiod 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-03Default DMA-reachable address constraints to the whole address space, andMiod 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-28Work in progress support for the SGI Indigo, Indigo 2 and Indy systemsMiod Vallat