summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64
AgeCommit message (Expand)Author
2008-05-25Enable emu(4).Brad Smith
2008-05-24Found some documentation that suggests that CMU-CH doesn't have an IOMMU andMark Kettenis
2008-05-24Add Psycho variants found on the SPARC Enterprise M4000/M5000/M8000/M9000.Mark Kettenis
2008-05-24Treat SPARC64-VI and SPARC64-VII similar to SPARC64-V, and move theMark Kettenis
2008-05-24Add VER.impl values for Fujitsu CPUs.Mark Kettenis
2008-05-24Attach to "FJSV,su", which is the name used for serial ports on the SPARCMark Kettenis
2008-05-24iLet's see if this also works for Oberon (the PCIe bridge found on the SPARC ...Mark Kettenis
2008-05-24Match serial devices on PRIMEPOWER 650.Mark Kettenis
2008-05-23Make GENERIC.MP work on sun4us too.Mark Kettenis
2008-05-22Quick hack to make non-MULTIPROCESSOR kernels work by restrictingMark Kettenis
2008-05-22Restrict interrupt vectors to 11 bits. Needed to make sun4us work.Mark Kettenis
2008-05-21Remove <machine/elf_abi.h> on platforms which have it. Nothing in the treeMiod Vallat
2008-05-21ddb expects the kernel longjmp() to only take a single parameter and alwaysMiod Vallat
2008-05-21First step towards supporting sun4us machines with Fujitsu's SPARC64-V CPU.Mark Kettenis
2008-05-15Remove commented out NetBSD __KERNEL_RCSID macro usage.Brad Smith
2008-05-14Add cmpci(4) and uncomment the eap(4) MIDI attachment.Brad Smith
2008-05-02Implement rw_cas correctly, unlike previous revision where I was obviouslyMiod Vallat
2008-04-28Convert IPL_TTY into IPL_SOFTTTY when establishing soft interruptsi, like weMark Kettenis
2008-04-28Rename IPL_SOFTSERIAL to IPL_SOFTTTY. Sprinkle some KNF while I'm there.Mark Kettenis
2008-04-22Works better, but still needs debug on to work..Theo de Raadt
2008-04-21Work in progress at supporting the Mentor Graphics i2c core found inTheo de Raadt
2008-04-21allow low level audio drivers to specify a default sample format,Jacob Meuser
2008-04-20Remove the random() function from locore.s (which used sparcv7 instructions,Mark Kettenis
2008-04-20Implement locking of sun4u TSB entries for MULTIPROCESSOR kernels.Mark Kettenis
2008-04-19add a driver flag to force the negotiation of SATA 1 transfersDamien Miller
2008-04-18use arc4random_uniform() for random number requests that are not aDamien Miller
2008-04-17Really try to schedule clock ticks at fixed intervals. Make sure hardclock()Mark Kettenis
2008-04-16Support the pcf8584 variant found on the u25/45.Mark Kettenis
2008-04-16Turns out getpropstring() returns an empty string if a property is missingMark Kettenis
2008-04-16Make sure tickcmpr_set() always writes a time in the future.Mark Kettenis
2008-04-15Add workaround for UltraSPARC-II errata, where writes to %tick_cmpr wouldMark Kettenis
2008-04-15Add support for the Texas Instruments bq4802 real-time clock found on theMark Kettenis
2008-04-14Introduce macros to switch to normal and alternate globals and switch toMark Kettenis
2008-04-13Use %g7 to store a pointer `struct cpu_info', and use it whereever possible.Mark Kettenis
2008-04-12Compile kernels with -Wvariable-decl (except on arches with ipmi, for now).Miod Vallat
2008-04-12Introduce macros to get and set the MMU context ID in asm code and switch toMark Kettenis
2008-04-10Make sun4v_broadcast_ipi() do its job by making a single hypervisor callMark Kettenis
2008-04-09Add new stub uvm_shutdown() and call it from the right place in MD boot()Theo de Raadt
2008-04-08For some reason access to io space using ASI_PHYS_NON_CACHED_LITTLE doesn'tMark Kettenis
2008-04-08Split the cdev makro for bpftun into two seperate definitions. tun(4) andClaudio Jeker
2008-04-07Don't grab the kernel biglock for syscalls marked SY_NOLOCK;Thordur I. Bjornsson
2008-04-03Use atomic operations to invalidate TSB entries.Mark Kettenis
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-02For some reason using the ASI_SCRATCHPAD register at offset 0x08 makes theMark Kettenis
2008-03-31Make MULTIPROCESSOR kernels work on sun4v. Won't gracefully halt, powerdownMark Kettenis
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