summaryrefslogtreecommitdiff
path: root/sys/arch/sgi
AgeCommit message (Expand)Author
2014-04-18rename wd33c93 to wd33c93ctrl (but keep the filenames as is) so we canJasper Lievisse Adriaanse
2014-04-07Add axen(4) wherever axe(4) is.Brad Smith
2014-04-03Moar <uvm/uvm.h> -> <uvm/uvm_extern.h> love.Martin Pieuchot
2014-03-29It's been a quarter century: we can assume volatile is present with that name.Philip Guenther
2014-03-29Do not play with the xmapmode register, for its layout seems to differ betweenMiod Vallat
2014-03-27{fix,add} comments.Miod Vallat
2014-03-27Program the colormap correctly; gives us proper shade of blue and highlighting.Miod Vallat
2014-03-23Repair R5000SC and R4600SC external L2 cache setup, broken in previousMiod Vallat
2014-03-22Second draft of my attempt to workaround the infamous R4000 end-of-page errata,Miod Vallat
2014-03-21Keep the `clamp memory to what pmap can address' logic unconditional, andMiod Vallat
2014-03-21Rename the symbolic constants for the pmap-specific vm_pag pg_flags fromMiod Vallat
2014-03-18- Fix clipping bounds in fill and blt operations; the lower-right corner isMiod Vallat
2014-03-15Enable qla(4) and qle(4) to match the corresponding RAMDISKs.Miod Vallat
2014-03-13get rid of the assumption that the head of the alldevs list is theDavid Gwynne
2014-03-12enable qla(4) and qle(4) in GENERIC configs where isp(4) is alreadyJonathan Matthew
2014-03-10Support BUS_DMA_NOCACHE in bus_dma(9). Memory allocations done withMiod Vallat
2014-03-09Rework the per-cpu cache information. Use a common struct to store the lineMiod Vallat
2014-03-09Replace more magic numbers with OPENGL_xxx constants. No functional change.Miod Vallat
2014-03-08Enable qlw(4) on alpha/amd64/i386/macppc/sgi/sparc64 to force people to test.Mark Kettenis
2014-02-22/etc/random.seed support in the boot blocks (only when loading from disk).Miod Vallat
2014-02-19add qla and qle everywhere we currently have isp, commented out except forJonathan Matthew
2014-02-10To prevent lock ordering problems with the kernel lock, we need to make sureMark Kettenis
2014-02-08For some reason (lack of testing being my #1 candidate), IP32 PROM version 4.18Miod Vallat
2014-02-08Add option MIPS_PTE64 to IP27/IP35 kernels, and no longer ignore memoryMiod Vallat
2014-01-26Attempt to make user changes of keyboard layout a bit more `sticky' on wsmuxMiod Vallat
2014-01-22add missing arguments to debug printfsJonathan Gray
2014-01-06Disable the code disabling memory beyond 1.5GB on Octane temporarily, butMiod Vallat
2014-01-06In readsgilabel(), do not override the driver-provided initial geometry withMiod Vallat
2013-12-30Fix IOC4DEV_xxx numbers, so that devices besides the first two serial portsMiod Vallat
2013-12-29Force clock clamping after one byte received instead of three. There are stillMiod Vallat
2013-12-28The mips partition table in the volume header uses 512-byte logical units,Miod Vallat
2013-12-28crank the versionTheo de Raadt
2013-12-28Try to load entropy data from disk:/etc/random.seed, and additionallyTheo de Raadt
2013-12-26When running the ll/sc version of the mutex code (for MULTIPROCESSOR kernels),Miod Vallat
2013-12-25Instead of deciding which iockbc port is the keyboard port, and which one is theMiod Vallat
2013-12-23- fix gamma ramp (now white is real white instead of light grey)Miod Vallat
2013-12-11Better bus error diagnostics (this really only affects IP28). Also, do whatMiod Vallat
2013-12-08reflect reality, mark as NOOBJMarc Espie
2013-12-08Don't forget to create a boot-IP28 link in /usr/mdec, for the sake of theMiod Vallat
2013-12-05Correct spin timeout detection in __mp_lock debug code.Masao Uebayashi
2013-11-15Added dev/usb/if_ugl.c, a driver for Genesys Logic GL620USB-Asasano
2013-11-13fix typo in last commitTheo de Raadt
2013-11-12Oops. Use %llu for DL_GETDSIZE() value.Kenneth R Westerback
2013-11-12Use DL_GETDSIZE() to get disk size.Kenneth R Westerback
2013-11-05Add a stub for the new MD hook needed to handle ACPI Power Resources.Martin Pieuchot
2013-11-04remove iop(4) driver. it is entirely unmaintained and supports somethingTheo de Raadt
2013-11-04Convert wskbd_set_mixervolume() to use a task internally instead ofMartin Pieuchot
2013-10-23adapt to new DL_BLKTOSEC(); ok krwTheo de Raadt
2013-10-21Fix lies in comments, and apply some KNF and unused or duplicate prototypeMiod Vallat
2013-10-21Add load_font and list_font accessops to all rasops-based wsdisplay drivers.Miod Vallat