summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2014-02-25Add preliminary driver for Microchip MCP48x1 family of DACs.rkujawa
2014-02-25Define ARM11_COMPAT_MMU (for now) to keep inline with cpuconf.h changesskrll
2014-02-25Fix thinko.matt
2014-02-25Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist beforepooka
2014-02-25Fix a 'stupido' that stopped (amongst other things) the cpu brand stringdsl
2014-02-25Mark a potentially unused variablemartin
2014-02-25Remove an unused variablemartin
2014-02-25Mark a variable used only in diagnosticsmartin
2014-02-25Mark a temporary as __USEdmartin
2014-02-25Remove unused variablemartin
2014-02-25ARMv6+ supplied a write bit in the FSR so use instead of reading thematt
2014-02-25Default ARM11 to ARM_MMU_V6Nmatt
2014-02-25Add missing include of <arm/cpufunc.h>.martin
2014-02-25Add options COM_16750 to handle the IIR_BUSY interrupt.matt
2014-02-25Add kern.{ostype,osrelease,osrevision,version} kern.domainname,justin
2014-02-25#include <arm/locore.h>matt
2014-02-25enable MMC driverjmcneill
2014-02-25Add Allwinner SD/MMC driver. No DMA yet.jmcneill
2014-02-24If we are dumping a EABI coredump, set the version to EABI5.matt
2014-02-24make more things static, remove dup declschristos
2014-02-24make this compilechristos
2014-02-24+rump_wmdpooka
2014-02-24consistency in include protectionchristos
2014-02-24Extract # of cores from L2CTRL for MULTIPROCESSOR kernelsmatt
2014-02-24Add more inlines. Default FSR ARMv6+ bits. Add A7/A15 L2CTRL defs.matt
2014-02-24Remove unneeded delays. for ACHI port reg, act like ahcisatareg.hmatt
2014-02-24write to vendor specific dma reg relative to the port, not the base. sata wor...jmcneill
2014-02-24Remove the only use of __qdivrem inside kernelsmartin
2014-02-24Save initial CAP/CAP2/PI config over reset. Provide channel_start callbackjmcneill
2014-02-24- Only enable AHCI mode if it is not already enabled.jmcneill
2014-02-24truncate is not a defined operation for host filespooka
2014-02-24Fix compilationmartin
2014-02-24Explicitly include <sys/simplelock.h> for now (untill Nick kills itmartin
2014-02-24Add missing prototypes/includes and remove unused variablesmartin
2014-02-24Add missing prototypesmartin
2014-02-24Remove unused variablesmartin
2014-02-24Fix missing prototypes/includes.martin
2014-02-24Rename NetBSD/hp700 to NetBSD/hppa.skrll
2014-02-24Don't need to round since values are N-1.matt
2014-02-24Remove unused variable. Fixes compile error.msaitoh
2014-02-23Rename (the recently added) 'x86_xsave_size' to 'x86_fpu_save_size'dsl
2014-02-23Avoid unnecessary (and pointless) references to pcb->pcb_savefpu.dsl
2014-02-23Add fpu_set_default_cw() and use it in the emulations to set the defaultdsl
2014-02-23#include <arm/locore.h>matt
2014-02-23fix typomartin
2014-02-23Use Aux32Info not AuxInfo. Noticed by Maxime Villard.njoly
2014-02-23use aprint.christos
2014-02-23Update a commentskrll
2014-02-23Bump MD size. Verified working.skrll
2014-02-23Determine whether the cpu supports xsave (and hence AVX).dsl