Age | Commit message (Expand) | Author |
2008-06-11 | Use the prom address to map clock(4) at ebus(4) if available. | Mark Kettenis |
2008-06-10 | Fix buffer cache pending read statistics by ensuring we can identify | Bob Beck |
2008-06-10 | Make get_npcus() walk the device tree to figure out the number of CPUs | Mark Kettenis |
2008-06-10 | Add cmp(4), a dummy driver to make attaching CMT cpus easier. | Mark Kettenis |
2008-06-09 | Sparc64 MMUs have an address hole, too, and the pmap implementation we | Miod Vallat |
2008-06-09 | Don't use u_int to store a 64-bit address. Found with help from miod@. | Mark Kettenis |
2008-06-09 | rename arc4random_bytes => arc4random_buf to match libc's nicer name; | Damien Miller |
2008-06-08 | put the PCF_FREQ codes into the clock | Theo de Raadt |
2008-06-08 | Make UltraSPARC-IV work. | Mark Kettenis |
2008-06-04 | adderss -> address | Miod Vallat |
2008-06-02 | No need to enable the interrupt in psycho_set_intr(); intr_establish() already | Mark Kettenis |
2008-06-01 | Unlink handled interrupts from the list of pending interrupts atomically. | Mark Kettenis |
2008-06-01 | Remove iobviously untrue comment. | Mark Kettenis |
2008-05-25 | Enable emu(4). | Brad Smith |
2008-05-24 | Found some documentation that suggests that CMU-CH doesn't have an IOMMU and | Mark Kettenis |
2008-05-24 | Add Psycho variants found on the SPARC Enterprise M4000/M5000/M8000/M9000. | Mark Kettenis |
2008-05-24 | Treat SPARC64-VI and SPARC64-VII similar to SPARC64-V, and move the | Mark Kettenis |
2008-05-24 | Add VER.impl values for Fujitsu CPUs. | Mark Kettenis |
2008-05-24 | Attach to "FJSV,su", which is the name used for serial ports on the SPARC | Mark Kettenis |
2008-05-24 | iLet's see if this also works for Oberon (the PCIe bridge found on the SPARC ... | Mark Kettenis |
2008-05-24 | Match serial devices on PRIMEPOWER 650. | Mark Kettenis |
2008-05-23 | Make GENERIC.MP work on sun4us too. | Mark Kettenis |
2008-05-22 | Quick hack to make non-MULTIPROCESSOR kernels work by restricting | Mark Kettenis |
2008-05-22 | Restrict interrupt vectors to 11 bits. Needed to make sun4us work. | Mark Kettenis |
2008-05-21 | Remove <machine/elf_abi.h> on platforms which have it. Nothing in the tree | Miod Vallat |
2008-05-21 | ddb expects the kernel longjmp() to only take a single parameter and always | Miod Vallat |
2008-05-21 | First step towards supporting sun4us machines with Fujitsu's SPARC64-V CPU. | Mark Kettenis |
2008-05-15 | Remove commented out NetBSD __KERNEL_RCSID macro usage. | Brad Smith |
2008-05-14 | Add cmpci(4) and uncomment the eap(4) MIDI attachment. | Brad Smith |
2008-05-02 | Implement rw_cas correctly, unlike previous revision where I was obviously | Miod Vallat |
2008-04-28 | Convert IPL_TTY into IPL_SOFTTTY when establishing soft interruptsi, like we | Mark Kettenis |
2008-04-28 | Rename IPL_SOFTSERIAL to IPL_SOFTTTY. Sprinkle some KNF while I'm there. | Mark Kettenis |
2008-04-22 | Works better, but still needs debug on to work.. | Theo de Raadt |
2008-04-21 | Work in progress at supporting the Mentor Graphics i2c core found in | Theo de Raadt |
2008-04-21 | allow low level audio drivers to specify a default sample format, | Jacob Meuser |
2008-04-20 | Remove the random() function from locore.s (which used sparcv7 instructions, | Mark Kettenis |
2008-04-20 | Implement locking of sun4u TSB entries for MULTIPROCESSOR kernels. | Mark Kettenis |
2008-04-19 | add a driver flag to force the negotiation of SATA 1 transfers | Damien Miller |
2008-04-18 | use arc4random_uniform() for random number requests that are not a | Damien Miller |
2008-04-17 | Really try to schedule clock ticks at fixed intervals. Make sure hardclock() | Mark Kettenis |
2008-04-16 | Support the pcf8584 variant found on the u25/45. | Mark Kettenis |
2008-04-16 | Turns out getpropstring() returns an empty string if a property is missing | Mark Kettenis |
2008-04-16 | Make sure tickcmpr_set() always writes a time in the future. | Mark Kettenis |
2008-04-15 | Add workaround for UltraSPARC-II errata, where writes to %tick_cmpr would | Mark Kettenis |
2008-04-15 | Add support for the Texas Instruments bq4802 real-time clock found on the | Mark Kettenis |
2008-04-14 | Introduce macros to switch to normal and alternate globals and switch to | Mark Kettenis |
2008-04-13 | Use %g7 to store a pointer `struct cpu_info', and use it whereever possible. | Mark Kettenis |
2008-04-12 | Compile kernels with -Wvariable-decl (except on arches with ipmi, for now). | Miod Vallat |
2008-04-12 | Introduce macros to get and set the MMU context ID in asm code and switch to | Mark Kettenis |
2008-04-10 | Make sun4v_broadcast_ipi() do its job by making a single hypervisor call | Mark Kettenis |