summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64
AgeCommit message (Expand)Author
2008-06-14A bunch of pool_get() + bzero() -> pool_get(..., .. | PR_ZERO)Michael Knudsen
2008-06-14Add cmp(4) here too.Mark Kettenis
2008-06-12Add ral(4) at cardbus(4).Mark Kettenis
2008-06-12Add ep(4) at pcmcia(4).Mark Kettenis
2008-06-12Add xl(4) add cardbus(4).Mark Kettenis
2008-06-12Add re(4) add cardbus(4).Mark Kettenis
2008-06-12Add malo(4) at pcmcia(4).Mark Kettenis
2008-06-12Enable /dev/video* for all USB capable archs. MAKEDEV bits will followMarcus Glocker
2008-06-12wdc(4) at pcmcia(4)Mark Kettenis
2008-06-12Enable com(4) at pcmcia(4).Mark Kettenis
2008-06-12Add dc(4) at cardbus(4).Mark Kettenis
2008-06-12Bring biomem diff back into the tree after the nfs_bio.c fix went in.Theo de Raadt
2008-06-11back out biomem diff since it is not right yet. Doing very largeTheo de Raadt
2008-06-11Match the Altera EBus found on the Tadpole SPARCLE.Mark Kettenis
2008-06-11Use the prom address to map clock(4) at ebus(4) if available.Mark Kettenis
2008-06-10Fix buffer cache pending read statistics by ensuring we can identifyBob Beck
2008-06-10Make get_npcus() walk the device tree to figure out the number of CPUsMark Kettenis
2008-06-10Add cmp(4), a dummy driver to make attaching CMT cpus easier.Mark Kettenis
2008-06-09Sparc64 MMUs have an address hole, too, and the pmap implementation weMiod Vallat
2008-06-09Don't use u_int to store a 64-bit address. Found with help from miod@.Mark Kettenis
2008-06-09rename arc4random_bytes => arc4random_buf to match libc's nicer name;Damien Miller
2008-06-08put the PCF_FREQ codes into the clockTheo de Raadt
2008-06-08Make UltraSPARC-IV work.Mark Kettenis
2008-06-04adderss -> addressMiod Vallat
2008-06-02No need to enable the interrupt in psycho_set_intr(); intr_establish() alreadyMark Kettenis
2008-06-01Unlink handled interrupts from the list of pending interrupts atomically.Mark Kettenis
2008-06-01Remove iobviously untrue comment.Mark Kettenis
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