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