summaryrefslogtreecommitdiff
path: root/sys/arch/sgi/hpc
AgeCommit message (Expand)Author
2014-12-22unifdef INETTed Unangst
2014-12-07Avoid extra space in dmesgMiod Vallat
2014-12-07Probe the keyboard for its dip switches also if it is the console keyboard,Miod Vallat
2014-10-11Check for the `oscillator failure' condition, and do not register as a reliableMiod Vallat
2014-08-27Remove redundant setting of if_mtu which ether_ifattach() alreadyBrad Smith
2014-07-22<netinet/in_systm.h> is no longer needed.Martin Pieuchot
2014-07-11It's init as a process that's special, not init's original thread.Philip Guenther
2014-06-27Standardize xfer byte counts to ssize_t rather than a mix of size_t and intMiod Vallat
2014-05-22RegenMiod Vallat
2014-05-22Yet another evil awk script (not perl, I'm not in LibreSSL mode at the moment)Miod Vallat
2014-05-22Extend the keyboard communication routines to be able to work in polling mode;Miod Vallat
2014-05-19Format string fixes and removal of -Wno-format for sgi. Based upon anMiod Vallat
2014-04-18rename wd33c93 to wd33c93ctrl (but keep the filenames as is) so we canJasper Lievisse Adriaanse
2014-01-26Attempt to make user changes of keyboard layout a bit more `sticky' on wsmuxMiod Vallat
2013-11-04Convert wskbd_set_mixervolume() to use a task internally instead ofMartin Pieuchot
2013-10-21Fix lies in comments, and apply some KNF and unused or duplicate prototypeMiod Vallat
2013-09-28Correctly probe for the Ethernet chip on HPC 1.5 expansion boards. Gets rid ofMiod Vallat
2013-08-17Most network drivers include netinet/in_var.h, but apparently theyAlexander Bluhm
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