Age | Commit message (Expand) | Author |
2009-02-20 | Make sure we have enough space in the LDC transmit queue to send a DRING_DATA | Mark Kettenis |
2009-02-19 | suspend/resume bits so that we can develop this in tree. This is disabled. | Marco Peereboom |
2009-02-19 | Make prom_sun4v_soft_state_supported() call the right client interface. | Mark Kettenis |
2009-02-18 | In __cpu_simple_lock(), do not hog the bus with exclusive accesses; if | Miod Vallat |
2009-02-18 | typo | Miod Vallat |
2009-02-18 | Fix thinko in list traversal in vsbic_cmd_ccb(). | Miod Vallat |
2009-02-18 | Better bus_dmamap_sync() routine, lets vsbic(4) run on 68060 systems, so | Miod Vallat |
2009-02-18 | delay() would only work as intended after clock0 attached. Initialize the | Miod Vallat |
2009-02-18 | Check for nofault being set in the 68030 bus error handler, too. This makes | Miod Vallat |
2009-02-18 | Repair DCI[ASU] operation on 68030 processors, broken by accident in r1.53 | Miod Vallat |
2009-02-18 | - add and enable zyd(4) | Jasper Lievisse Adriaanse |
2009-02-17 | Add real bus_space and bus_dma to mvme68k, so that it can benefit from | Miod Vallat |
2009-02-17 | Declare cpu_model as an array instead of a pointer; makes sysctl hw.model | Mark Kettenis |
2009-02-17 | Pass a cpu_info * to setsoftipi() so it does not need to curcpu(), which | Miod Vallat |
2009-02-17 | Be sure to pass a valid confargs * to child devices of vme0 when attaching, | Miod Vallat |
2009-02-17 | - increase the delays in tsec_mii_{read,write}reg() , makes my n1200 happier | Jasper Lievisse Adriaanse |
2009-02-17 | Remove debug printf. | Mark Kettenis |
2009-02-17 | something has to go... because the piggy developers bloated the kernel again | Theo de Raadt |
2009-02-17 | Remove an if 0ed out chunk for BUS_DMA_COHERENT in bus_dmamap_map. | Owain Ainsworth |
2009-02-17 | Forgot to crank version after ethernet buffer address change. | Miod Vallat |
2009-02-17 | Move ethernet buffers higher in memory, just below our text, to allow | Miod Vallat |
2009-02-16 | Cancel the automatic boot when you hold ctrl to skip boot.conf. | Stuart Henderson |
2009-02-16 | More 88110 SMP work. Contains, horribly entangled: | Miod Vallat |
2009-02-16 | Since NMI are now handled separately, remove the ``interrupt type'' argument | Miod Vallat |
2009-02-16 | Extend the scsi_adapter minphys() callback to take a struct scsi_link * | Miod Vallat |
2009-02-16 | remove incorrect cast of pcb_cr3. okay kettenis@ weingart@ | Kurt Miller |
2009-02-16 | Rewrite the way the initial processing of exceptions is done on 88110 - we | Miod Vallat |
2009-02-16 | Core i7 chips don't have MSR_TEMPERATURE_TARGET register, and blow up | Kenneth R Westerback |
2009-02-16 | Store conditionally extended cpuid family/model values | Jonathan Gray |
2009-02-16 | Store conditionally extended cpuid family/model values | Jonathan Gray |
2009-02-15 | If we are on the NMI stack, do not switch to the curpcb stack moments later, | Miod Vallat |
2009-02-15 | Set the limit of the GDT table to its size - 1. | Mike Belopuhov |
2009-02-15 | Properly send a request sense command if the command status asks for it. | Miod Vallat |
2009-02-15 | Sun's usage of the "banner-name" property is just too inconsistent to give | Mark Kettenis |
2009-02-15 | copystr(), copyinstr() and copyoutstr() should all return ENAMETOOLONG if | Joel Sing |
2009-02-15 | Add cvs tag | Marco Peereboom |
2009-02-15 | Add sleep plumbing code for amd64 making it the sameish as i386. Committing | Marco Peereboom |
2009-02-14 | Make spstrcpy() return ENAMETOOLONG if the string being copied is too long. | Mark Kettenis |
2009-02-14 | Limit the amount of physical memory to 2GB. Using more causes memory | Mark Kettenis |
2009-02-14 | Fix logic error in copyinstr() when deciding whether to return EFAULT | Miod Vallat |
2009-02-14 | Sync device lists with GENERIC. | Miod Vallat |
2009-02-14 | Add vsbic(4), a drive for the MVME327A SCSI and floppy controller, only for | Miod Vallat |
2009-02-14 | Fix a few defines. | Miod Vallat |
2009-02-14 | enable Attansic L1 Ethernet (age/atphy) | Kevin Lo |
2009-02-14 | Don't call cpu_setup() twice on non-MULTIPROCESSOR kernels. Fixes problems | Mark Kettenis |
2009-02-13 | Use a different dispatcher for the NMI traps on 88110, these are too | Miod Vallat |
2009-02-13 | Release the secondary processor initialization interlock a bit later, | Miod Vallat |
2009-02-13 | Allow IPIs on the secondary processors later in the bootstrap process, when | Miod Vallat |
2009-02-13 | When switching processes, do not reenable interrupts until pmap_activate() | Miod Vallat |
2009-02-13 | Provide a specific delay() routine using separate timers for the two cpus | Miod Vallat |