summaryrefslogtreecommitdiff
path: root/sys/arch/evbmips/atheros
AgeCommit message (Expand)Author
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2020-08-17Add some compile time asserts for endianness on boards/systems thatsimonb
2020-07-22s/reseting/resetting/msaitoh
2016-12-22switch all ports to use uvm_init.c:uvm_md_init()cherry
2016-08-26Adjust evbmips_iointr to pass a clockframe pointer and use it forskrll
2015-06-26Just cpu_startup_common()matt
2014-03-24use cpu_{g,s}etmodelchristos
2012-07-29Do not call setroot() from MD code and from MI code, which hasmlelstv
2012-03-02Remove reduntant/conflicting common declarations.matt
2011-07-10CLeanup machine includesmatt
2011-07-07Revamp / rework the Atheros MIPS SoC support. Add initial support for thematt
2011-07-01#include <sys/bus.h> instead of <machine/bus.h>.dyoung
2011-02-20Merge forward from matt-nb5-mips64.matt
2011-02-08Remove clause 3 (UCB advertising clause) from the University of Utahrmind
2010-12-15Make this compile again.matt
2010-02-08Remove separate mb_map. The nmbclusters is computed at boot time basedjoerg
2009-12-14Merge from matt-nb5-mips64matt
2009-11-27- Use uvm_lwp_setuarea() instead of directly setting address to lwp_t::l_addr.rmind
2009-11-26Kill proc0paddr. Use lwp0.l_addr instead.matt
2009-08-11Remove all declarations of physmem from sys/arch. Add an include ofmatt
2009-08-02Use a common version of cpu.c (mmm removing identical code).matt
2009-02-13Use "defopt MODULAR" in sys/conf/files, and #include "opt_modular.h"apb
2008-11-30As discussed on tech-kern: mutex_init is too heavyweight for early bootstrapmartin
2008-11-12Remove LKMs and switch to the module framework, pass 1.ad
2008-11-11It is not appropriate to call pmf_system_shutdown(9) fromdyoung
2008-07-02Replce exec_map with a pool. Proposed on tech-kern@, reviewed by chs@.ad
2008-05-26Remove all initialization of obsolete ci_divisor_recip intsutsui
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-03-08Fix a typo in a comment.imp
2008-02-11Use device_t and accessors. Use aprint_*().dyoung
2008-01-09Fix typo in macro name and comments.wiz
2008-01-04Fix headers.ad
2007-10-17Merge the ppcoea-renovation branch to HEAD.garbled
2007-05-17merge yamt-idlelwp branch. asked by core@. some ports still needs work.yamt
2007-03-06Fix some caddr_t rototill fallout.simonb
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-11-17Defer _spl0() or _splnone() calls (which enable hardware interrupts)tsutsui
2006-09-26Initial import of AR2315 support, specifically the Meraki Mini (seegdamore
2006-09-04This is a boat-load of changes designed to finish parameterizing thegdamore
2006-08-29Trivial white-space and comment fixup.gdamore
2006-08-28First pass at cleanup AR5312 WiSoC support to enable better & cleanergdamore
2006-06-08KNR->KNF. :-)gdamore
2006-06-08Add support for AR5312 on-chip watchdog.gdamore
2006-06-05Import new HAL 0.9.17.2. Approved by sam@gdamore
2006-05-14integrate kauth.elad
2006-05-05Remove the devprop API and switch everthing over to the new proplib. Addthorpej
2006-04-09Remove declarations for cpu_model[] since it's in <sys/systm.h>.tsutsui
2006-04-07Remove rtc, as we don't have one.gdamore
2006-03-28Rework evbmips clock architecture to use common clock_subr.h routines.gdamore