summaryrefslogtreecommitdiff
path: root/sys/arch/arm/at91
AgeCommit message (Expand)Author
2023-05-06few more typos in the word "register", mainly s/resister/register/.andvar
2023-05-06s/Registre/Register/ in comment.andvar
2023-04-21More devmap updatesskrll
2023-04-21Trailing whitespaceskrll
2022-10-26ddb/db_active.h: New home for extern db_active.riastradh
2022-09-27Remove unnecessary sys/malloc.h includeskrll
2022-09-27malloc -> kmemskrll
2022-09-17Eliminate use of IFF_OACTIVE.thorpej
2022-07-21fix typos in comments and log messages, mainly s/intrrupt/interrupt/.andvar
2022-02-13s/Errorrs/Errors/andvar
2021-11-04Remove unnecessary duplicate bit define in maskskrll
2021-09-17some love to double letters (in comments).andvar
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2020-11-20malloc(9) -> kmem(9)thorpej
2020-07-03hardclock_ticks -> getticks()maxv
2020-06-17<sys/extent.h> not needed here.thorpej
2020-05-29For struct timecounter, use C99 initializers.rin
2020-04-18PMAP_DEBUG has been deleted on armskrll
2020-04-18Trailing whitespaceskrll
2020-02-240x%#x --> %#x for non-external codes.rin
2020-02-19When a media change is requested, don't just all (*if_init)(). That'sthorpej
2020-02-11More <net/if_stats.h>skrll
2020-02-04Adopt <net/if_stats.h>skrll
2019-12-27s/transfered/transferred/msaitoh
2019-12-22Cleanup i2c bus acquire / release, centralizing all of the logic intothorpej
2019-12-15Remove clause 3 and 4 leftovers from TNF licenses in more sources.tsutsui
2019-11-10in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAITchs
2019-08-13ensure spibus_attach_args is zero'edtnn
2019-07-16Consistently use vaddr_t as initarm and friends return type.skrll
2019-07-16KNFskrll
2019-05-28 Use ETHER_LOCK()/ETHER_UNLOCK() for all ethernet drivers to protect ec_multi*.msaitoh
2019-05-23- Fix compile error (remove unused variable).msaitoh
2019-05-23 Whitespace fix (mainly tabify).msaitoh
2019-05-23No functional change:msaitoh
2019-04-22 On drivers which use MII(4) and have hook SIOC[GS]IFMEDIA which just pass tomsaitoh
2019-04-11Fix CVS Id usagekamil
2019-02-05 Remove very old IFF_NOTRAILERS flag.msaitoh
2019-01-22 Change MII PHY read/write API from:msaitoh
2018-10-28Fix a commitskrll
2018-09-21Centralise defparam CONSADDR, CONSPEED, CONMODE and CONADDR intoskrll
2018-07-31Sprinkle #include "opt_arm_debug.h" where VERBOSE_INIT_ARM is usedskrll
2018-07-15Retire ipkdb entirely. The option was removed from the config filesmaxv
2018-06-26 Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backwardmsaitoh
2018-06-22 It's not required to include net/bpfdesc.h. Remove it.msaitoh
2018-04-09Stop potential misuse of vendor names and USB vendor IDs in root hubjakllsch
2018-03-16use designated initializer to make adaptability and flexibility for changing ...ryo
2017-02-20Apply deferred if_start to more drivers...ozaki-r
2016-12-22switch all ports to use uvm_init.c:uvm_md_init()cherry
2016-12-15Move bpf_mtap and if_ipackets++ on Rx of each driver to percpuq if_inputozaki-r