Age | Commit message (Expand) | Author |
2009-06-05 | use the right accounting for bound edges (i think) | Theo de Raadt |
2009-06-04 | More fallback from struct disklabel changes, yawn | Miod Vallat |
2009-06-04 | Recycle four ancient fields in the disklabel structure, replacing them with | Theo de Raadt |
2009-06-04 | Don't bother setting RB_SERCONS in boothowto since this flag is not used | Miod Vallat |
2009-06-03 | add kern.bufcachepercent sysctl to allow adjusting the buffer cache | Bob Beck |
2009-06-03 | - add hotplug device | Jasper Lievisse Adriaanse |
2009-06-03 | Arla client rename from xfs to nnpfs for later upgrades. Tested on various ar... | Janne Johansson |
2009-06-01 | Enable zyd in more places now we know it is endian safe. | Jonathan Gray |
2009-05-31 | Remove BUS_DMAMEM_NOSYNC definition. Its name is not consistent with | Miod Vallat |
2009-05-30 | When booting in `install software' mode from the SGI boot menu, do not try to | Miod Vallat |
2009-05-28 | Be more paranoid in the IOC3 interrupt kluge | Miod Vallat |
2009-05-28 | Poor man's reset code for IP27/IP35 where returning through ARCBios doesn't | Miod Vallat |
2009-05-28 | Handle NMI interrupts on IP27/IP35, gives us a change to play with ddb, | Miod Vallat |
2009-05-28 | If readsgilabel() is invoked in spoofing mode, only report the whole device | Miod Vallat |
2009-05-27 | Use the KL enumeration functions to try and figure out what kind of XBow | Miod Vallat |
2009-05-27 | Yet another attempt at a more reliable detection of the second interrupt | Miod Vallat |
2009-05-27 | Rework KL board and component enumeration, to allow it to be used from | Miod Vallat |
2009-05-27 | Make sure onboard devices on Octane get their DMA byteswap settings correct. | Miod Vallat |
2009-05-25 | Years ago, I fixed an R5000 O2 instability by implementing a workaround for | Miod Vallat |
2009-05-24 | Provide more xbridge-specific functions in the bus_dma_tag_t we use for | Miod Vallat |
2009-05-24 | Revert the memory range restriction code added to _dmamem_alloc(); devices | Miod Vallat |
2009-05-22 | According to pics on ebay, CADDuo boards indeed have Ethernet connectors. | Miod Vallat |
2009-05-22 | Drop almost unused <machine/psl.h> on sgi; move USERMODE() definition from | Miod Vallat |
2009-05-21 | Overhaul root device detection; the code will now follow the ARCS bootpath | Miod Vallat |
2009-05-21 | Do not attempt the interrupt deadlock workaround on IP30 yet, since the | Miod Vallat |
2009-05-21 | If we had interrupts to service and interrupts to mark as pending, after | Miod Vallat |
2009-05-21 | Make sure splx() reenables hardware interrupt sources, even there aren't | Miod Vallat |
2009-05-18 | Cleanup the ioctl and receive filter code for mec(4). This also | Joel Sing |
2009-05-16 | Add option ISP_COMPILE_FW to kernels with isp(4). | Miod Vallat |
2009-05-16 | need that include file... | Theo de Raadt |
2009-05-15 | Oops, forgot to add this file, part of the dsrtc DS174x changes. | Miod Vallat |
2009-05-15 | TOD clock support for IOC3 flavours with DS174x chips (which are rebadged | Miod Vallat |
2009-05-15 | Don't forget to make sure IMR writes hit the hardware (by reading back | Miod Vallat |
2009-05-15 | A few stanzas from GENERIC-IP32 I forgot to uncomment or carry out. | Miod Vallat |
2009-05-15 | Forgot to remove that now unused function in previous commit. | Miod Vallat |
2009-05-15 | Update to match new kernel directories. | Miod Vallat |
2009-05-15 | Do not explicitely clear interrupt sources in the interrupt handler, but | Miod Vallat |
2009-05-14 | Add configuration files for IP27 (includes some IP35 support) and IP30 | Miod Vallat |
2009-05-14 | Rename sgi GENERIC and RAMDISK with -IP32 suffixes, and have the build | Miod Vallat |
2009-05-14 | More interrupt deadlock tomfoolery; turns out the non-XBridge workaround | Miod Vallat |
2009-05-14 | When walking cpu configuration, report fpu type as the cpu type, since | Miod Vallat |
2009-05-14 | In addition to the existing IP32 boot block, build a real 64 bit boot block | Miod Vallat |
2009-05-14 | Remove unused local. | Miod Vallat |
2009-05-13 | Set D_VENDOR when spoofing a label on archs that use D_VENDOR when | Kenneth R Westerback |
2009-05-09 | Promote types in ARCBios function prototypes from int to long whenever | Miod Vallat |
2009-05-08 | Remove xhub boilerplate; Hub doesn't appear as a widget itself but as the | Miod Vallat |
2009-05-08 | In _dmamem_alloc_range() DIAGNOSTIC code, check for the address being within | Miod Vallat |
2009-05-08 | Add a new page freelist, to which memory suitable for 32-bit dma on | Miod Vallat |
2009-05-08 | Fix devio byteswap, this makes isp(4) happy on IP27 and IP35. | Miod Vallat |
2009-05-08 | Make interrupt handling code closer to IP30 XHeart code. | Miod Vallat |