summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2007-12-19Overhaul interrupt handling, in order to make it (arguably) simpler andMiod Vallat
2007-12-19Use the real physical memory size for physmem, rather than what's left afterMiod Vallat
2007-12-19The serial console address apparently does not change accross 88100 designs,Miod Vallat
2007-12-19Allocate memory for the onboard le interface using uvm functions, instead ofMiod Vallat
2007-12-19Looks like K-class needs the same hack as C-class. Gives us some, but not allMark Kettenis
2007-12-18Remove bogus #ifdef __i386__, such that we properly initialize the bus numberMark Kettenis
2007-12-18pass pci domain to the child too, ok kettenisTheo de Raadt
2007-12-18New it(4) driver.Oleg Safiullin
2007-12-18Better probe routine for lcg, now that I found the magic bit on KA46.Miod Vallat
2007-12-18move variable declarations where they belongJasper Lievisse Adriaanse
2007-12-18- powerbutton -> power buttonJasper Lievisse Adriaanse
2007-12-18add power(4), a driver for the power button found on SGI O2's.Jasper Lievisse Adriaanse
2007-12-18Expose the clock address space so that it can be used outside of clock(4).Joel Sing
2007-12-17Make this compile again.Miod Vallat
2007-12-16Add an empty pccbb_attach_hook.Mark Kettenis
2007-12-16Correctly count number of segments in _bus_dmamap_load(). Initialize ds_addrMark Kettenis
2007-12-15Get the MVME197 memory size from the BusSwitch decoders.Miod Vallat
2007-12-15Unconditionnaly disable the instruction cache on 40MHz MVME197LE boards,Miod Vallat
2007-12-15All MVME BUG manuals concur on SR3 being the only register needing to beMiod Vallat
2007-12-15Since the 88110 can not invalidate a particular tlb entry, do not stackMiod Vallat
2007-12-15Move the cmmu lock back from 8820x-specific code to global, and use it onMiod Vallat
2007-12-15move some iommu_dvmamap_validate_map()'s into DEBUG instead of DIAGNOSTIC, toTheo de Raadt
2007-12-15Remove a lot of symbols from the namespace, otherwise sys/sysctl.h andTheo de Raadt
2007-12-14Remove a lot of symbols from the namespace, otherwise sys/sysctl.h andTheo de Raadt
2007-12-14Cleanup some comments.Joel Sing
2007-12-14Enable console support for SGI O2 workstations. Switch between the serialJoel Sing
2007-12-14Add console/cnattach support to mkbc(4). This allows for early attachmentJoel Sing
2007-12-14Have gbe(4) attach as the console if the graphical console is selected viaJoel Sing
2007-12-14Store the ARCBIOS ConsoleOut environment variable so that we can refer toJoel Sing
2007-12-14Allow direct access to the MACE IO memory space. This allows IO devices toJoel Sing
2007-12-13Sync with the mvme188 codebase, various tweaks from the last 18 months whichMiod Vallat
2007-12-13Disable write posting, this does not work on BusSwitch revision #1. The BUGMiod Vallat
2007-12-12Disable the built-in speaker when initializing the chip, before myMiod Vallat
2007-12-12Remove possible trailing \r from the PROM commandline arguments.Miod Vallat
2007-12-12Mask the clock interrupts until cpu_initclocks() is invoked.Miod Vallat
2007-12-12Make non-88110 kernels (aviion, luna88k) kernels compile again.Miod Vallat
2007-12-11if we pxebooted, and can find the interface, put it in a "pxeboot" groupTheo de Raadt
2007-12-11reword license to change regents to authors, and remove advertising clause.Ted Unangst
2007-12-11remove support for 8kHz sample rates. not all i2s based audioJacob Meuser
2007-12-10For a few years already, dkcsum can be silentTheo de Raadt
2007-12-09Attach lcspx to SPX option boards on VAXstation 3100. Tested on model 38 (KA42)Miod Vallat
2007-12-09Be more careful when checking for hardware, so as not to attach to SPXMiod Vallat
2007-12-09FREE -> freeHans-Joerg Hoexer
2007-12-09I honestly do not remember what 88110 errata convinced me to disableMiod Vallat
2007-12-09provide mount_ntfs(8) on alpha, it works out of the box for readingMartin Reindl
2007-12-09Add an empty pccbb_attach_hook.Mark Kettenis
2007-12-09Add an empty pccbb_attach_hook.Mark Kettenis
2007-12-09Nuke evil common, spotted by martin@Miod Vallat
2007-12-09big patch to simplify pool code.Ted Unangst
2007-12-08Better siginfo fault codes for floating point exceptions on 88110, withMiod Vallat