summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2008-04-03Use atomic operations to invalidate TSB entries.Mark Kettenis
2008-04-03Switch it(4) back to PnP config mode. Avoid possibleOleg Safiullin
2008-04-03Make ebus(4) work on sun4v.Mark Kettenis
2008-04-03Some cosmetic changes.Mark Kettenis
2008-04-02Add nsgphy(4).Mark Kettenis
2008-04-02Rewrite the startup code for the mvme88k bootblocks, once again. Some ofMiod Vallat
2008-04-02For some reason using the ASI_SCRATCHPAD register at offset 0x08 makes theMark Kettenis
2008-04-01typoMiod Vallat
2008-03-31Switch bootloaders to mi loadfile().Miod Vallat
2008-03-31Make MULTIPROCESSOR kernels work on sun4v. Won't gracefully halt, powerdownMark Kettenis
2008-03-31Compile libsa with -D_STANDALONE.Miod Vallat
2008-03-31Re-enable lii(4).Brad Smith
2008-03-31Oops, a chunk was commited too early.Miod Vallat
2008-03-30nam2blk[] clearly must contain "rd" ... found by krwTheo de Raadt
2008-03-30nam2blk[] clearly must contain "rd" ... found by krwTheo de Raadt
2008-03-30Implement bus_space_*8 and bus_space_vaddr.Miod Vallat
2008-03-30Remove former idle_stack.Miod Vallat
2008-03-30Allow the machine-specific headers to overwrite the number of memoryMiod Vallat
2008-03-30Remove APERTURE remains.Miod Vallat
2008-03-30Switch bootloader code to loadfile, and enable a.out and ELF loaders within.Miod Vallat
2008-03-30Use vaddr_t instead of void * for some initial virtual memory layout arithmetic.Miod Vallat
2008-03-30Let the kernel load forthcoming ELF binaries.Miod Vallat
2008-03-30Nuke common.Miod Vallat
2008-03-30Fix #ifdef NCOM collateral damage introduced in r1.210.Kenneth R Westerback
2008-03-30Remove for #if 0'ed out code I left behind with the previous commit.Mark Kettenis
2008-03-30More sun4v support. GENERIC and RAMDISK kernels will now boot on bothMark Kettenis
2008-03-29Don't double count clock and prof interrupts.Mark Kettenis
2008-03-29Fix amd64 and i386 serial console handling for non-default speeds. BringKenneth R Westerback
2008-03-29enable kate(4); ok deraadt@Constantine A. Murenin
2008-03-28If we fail to load the kernel, drop the user into interactive mode of ARCS,Joel Sing
2008-03-27Remove unwanted code and sync with mips64/arcbios.c.Joel Sing
2008-03-27Majorly cleanup/overhaul com @ macebus code.Joel Sing
2008-03-27Data mode can only be changed when updating the clock, so don't botherJoel Sing
2008-03-26Disable some code that reads some sun4u-specific registers for diagnosticMark Kettenis
2008-03-25Make pci_intr_map(9) fail if the interrupt line register is set to 0xff.Mark Kettenis
2008-03-24Remove KASSERT that's causing grieve on sun4v, and I've never seen triggered.Mark Kettenis
2008-03-24add it(4) at port 0x228, found on some motherboards.Oleg Safiullin
2008-03-24Use correct cpuid on sun4v.Mark Kettenis
2008-03-23Add code to initialize CPUs on sun4v.Mark Kettenis
2008-03-23Sigh! The sun4v TTEs have a different layout than sun4u TTEs. Rename theMark Kettenis
2008-03-23typo; deraadtMiod Vallat
2008-03-23Not-functional-enough driver for the Sun Expert3D cards, put in tree as anMiod Vallat
2008-03-23setroot() is supposed to be safe in all cases, so kill the special casesTheo de Raadt
2008-03-23Use new defines from pcidevs to match Expert3D.Miod Vallat
2008-03-23Make ovbcopy() the default bcopy() flavour; requested by deraadt@ some time ago.Miod Vallat
2008-03-23Fix ovbcopy() operation when copying shorts backwards, similar to sparcMiod Vallat
2008-03-23Add AGP support for the Intel G33 chipset.Damien Bergamini
2008-03-23enable andl; ok deraadtConstantine A. Murenin
2008-03-22Add support for DIOCRLDINFO, DIOCGPDINFO, DIOCGPART to the fdKenneth R Westerback
2008-03-22Reintroduce the cputyp variable, and use it to distinguish between sun4u andMark Kettenis