summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2009-06-01no point in calling curcpu() when ci is already set. ok miod@Dale Rahn
2009-06-01Fix the order of checking if a machine has MTRR. We need to checkPeter Hessler
2009-06-01Move ibcs2_sendsig into compat. Quit poluting machdep.Tobias Weingartner
2009-06-01Use proper pmap during ACPI sleep on amd64. Original code by Kurt,Mike Larkin
2009-06-01physmem allocator: change the view of free memory from single free pagesAriane van der Steldt
2009-06-01Enable zyd in more places now we know it is endian safe.Jonathan Gray
2009-06-01add uvideo to zaurus roughly one year from its initial demonstrationTodd T. Fries
2009-06-01New VIA nano's support amd64 and EST. Move the setperf init routine outsideGordon Willem Klok
2009-05-31Add Naturetech as a possible hardware vendor.Mark Kettenis
2009-05-31Add support for udl in socppc. ok @miod and @kettenisMats O Jansson
2009-05-31Make iomem_ex cover the complete (48-bit) physical address space. MakesMark Kettenis
2009-05-31Remove BUS_DMAMEM_NOSYNC definition. Its name is not consistent withMiod Vallat
2009-05-31Fix definition of CL_FIFO_MAX to match what the hardware can do; this inMiod Vallat
2009-05-31Fix RAMDISK kernels after previous. amd64_has_xcrypt needs to beMatthieu Herrb
2009-05-31Reinitialize lapic on ACPI resume.Mike Larkin
2009-05-31Move task register restore code to proper place.Mike Larkin
2009-05-31Add VIA crypto features support to amd64. ok deraadt@Matthieu Herrb
2009-05-30Without -v, be quietTheo de Raadt
2009-05-30Don't use biosbasemem and biosextmem to initialize iomem_ex, since on someMark Kettenis
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-28Bring back the curpmap change. It was missing a reload of the pmap onArtur Grabowski
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-27Rename the ast processing function from softintr() to ast(), to reduceMiod Vallat
2009-05-25Years ago, I fixed an R5000 O2 instability by implementing a workaround forMiod Vallat
2009-05-24rework, also size ram.Dale Rahn
2009-05-24Device changes to go along with prcm rewrite.Dale Rahn
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-24Improve the ARMv7 support, still work in progress.Dale Rahn
2009-05-24Rework for 3530.Dale Rahn
2009-05-24remove debug print.Dale Rahn
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-21The only value that d_npartitions should have is MAXPARTITIONS.Kenneth R Westerback
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 cpu_switchto() returns to the new proc with interrupts enabled (thisMiod Vallat
2009-05-21In splinit(), adjust proc0 pcb values, for kthread to start with correctMiod Vallat
2009-05-21Make sure splx() reenables hardware interrupt sources, even there aren'tMiod Vallat
2009-05-20Add code to attach sun mice on sparc and sparc64 as wsmouse devices. SinceMiod Vallat
2009-05-19Processing AST can trigger more AST. Loop on astpending instead of checkingMiod Vallat
2009-05-19Seperate out BSDI and SYSV syscall gate setup, so if we don'tTobias Weingartner