Age | Commit message (Expand) | Author |
2007-12-27 | use TAILQ_FOREACH when possible instead of manually | Thordur I. Bjornsson |
2007-12-27 | power(4) can now make use of the DS1687 register definitions header file. | Joel Sing |
2007-12-27 | Clean up the clock MD code. Move all of the DS1687 register definitions to | Joel Sing |
2007-12-27 | 1.90 again. use the right flags when creating a dmamap for use during | David Gwynne |
2007-12-27 | oops, there was other code in the previous commit that shouldnt have gone | David Gwynne |
2007-12-27 | use the right flags when creating dmamaps for use in interrupt handlers. | David Gwynne |
2007-12-27 | KNF, no functional change | Marco Peereboom |
2007-12-27 | Fix for PR5365. | Thordur I. Bjornsson |
2007-12-26 | Since no cache flush/inval operation will occur before we enable D$, and | Miod Vallat |
2007-12-26 | Remove the last debug bit from the PSR on 88110: do not force memory accesses | Miod Vallat |
2007-12-26 | Teach the hppa bootloader how to boot 64-bit kernels. | Mark Kettenis |
2007-12-26 | Honour the rounding mode in fpu_ftoi(). | Miod Vallat |
2007-12-26 | First try at getting the interval bits filled in fcmp{,u} results. | Miod Vallat |
2007-12-26 | Fix FPU_SET_CARRY() | Miod Vallat |
2007-12-26 | Use the TSTATE_xxx constants instead of (PSTATE_xxx << TSTATE_PSTATE_SHIFT) | Miod Vallat |
2007-12-25 | Limit physmem to 32MB on 01-W3869B02[EF] boards which shipped with 64MB of | Miod Vallat |
2007-12-25 | Tell 197SP and 197DP apart in MULTIPROCESSOR kernels. | Miod Vallat |
2007-12-25 | Increase timeout on the processor bus when running without snooping enabled. | Miod Vallat |
2007-12-25 | A few fixes in the exception bits reporting, spotted by John Hauser's TestFloat. | Miod Vallat |
2007-12-25 | Zero / Num should return a zero with the same sign as the divider. | Miod Vallat |
2007-12-25 | Accept valid forms of double-precision fmul/fadd/fsub/fdiv and reject invalid | Miod Vallat |
2007-12-25 | Missing pointer initialization for int/nint/trnc exceptions. | Miod Vallat |
2007-12-25 | Never write boolean expressions which do not fit in one line, after midnight. | Miod Vallat |
2007-12-25 | Do not make struct pmap visible unless _KERNEL. | Miod Vallat |
2007-12-25 | Restart the m88110 floating-point trap code from scratch, basing it on the | Miod Vallat |
2007-12-24 | alwais unmap i/o space in it_match | Oleg Safiullin |
2007-12-23 | In pmap_dumpmmu(), account for the fact that we use 4MB mappings for text and | Mark Kettenis |
2007-12-23 | Look for environment controller first, and access ITE SuperIO address/data | Oleg Safiullin |
2007-12-23 | use sizeof where needed | Theo de Raadt |
2007-12-23 | Remove DMMU_MISS_2; it's identical to DMMU_MISS. | Mark Kettenis |
2007-12-23 | protect the disk statistics with a mutex. | David Gwynne |
2007-12-22 | remove an obsolete comment art spotted | Ted Unangst |
2007-12-22 | Make sure we have a real stack when invoking getipl() during exceptions. | Miod Vallat |
2007-12-22 | Move initial PSR initialization to a separate routine, instead of duplicating | Miod Vallat |
2007-12-22 | Enable branch prediction on MC88110 revision 5 and later, since we can | Miod Vallat |
2007-12-22 | Replace _bus_dmamap_load() with an implementation based on | Mark Kettenis |
2007-12-22 | Reset the MAC filter if we stop the device, so no frames are accepted | Marcus Glocker |
2007-12-22 | sync | Theo de Raadt |
2007-12-22 | more qlogic products | Theo de Raadt |
2007-12-21 | Change the EF_xxx constants to be real offsets within the trapframe, instead | Miod Vallat |
2007-12-21 | Don't panic if someone inserts a CardBus slot for which we disabled CardBus | Mark Kettenis |
2007-12-21 | Add a hack to discover all devices on (some) K-class servers. | Mark Kettenis |
2007-12-21 | Don't use getpropstring to get the CPU model name; it's evil. Instead, rely on | Mark Kettenis |
2007-12-20 | Get rid of disable_interrupt() and have caller use get_psr() and set_psr(); | Miod Vallat |
2007-12-20 | Do not protect this file with _KERNEL; other header files which include it do it | Miod Vallat |
2007-12-20 | Print the VME vector number used when attaching. | Miod Vallat |
2007-12-20 | Flush the source page before copying in pmap_copy_page(). This should not | Miod Vallat |
2007-12-20 | Do not wait for the end of the universe if delay(0). | Miod Vallat |
2007-12-20 | More minor TX fixing (still sucks). Add more debug info and leave debug | Marcus Glocker |
2007-12-20 | increment the match/nomatch table counters when using a table/pool in | Reyk Floeter |