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