summaryrefslogtreecommitdiff
path: root/sys/arch/arm/footbridge
AgeCommit message (Expand)Author
2022-09-27Remove unnecessary sys/malloc.h includeskrll
2022-05-23s/boundries/boundaries/, s/itterate/iterate/ and few more typos.andvar
2021-08-24lower case for hex numbers.skrll
2021-08-17fix multiplei repetitive typos in comments, messages and documentation. mainl...andvar
2021-08-13Trailing whitespaceskrll
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2020-12-09Remove <sys/param.h> include and assume users already include that.martin
2020-11-20malloc(9) -> kmem(9)thorpej
2020-02-240x%p --> %p for non-external codes.rin
2019-11-10in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAITchs
2018-11-17Add xname to footbridge_pci_intr_establish().rjs
2018-10-23Fix printf format strings - pci_intr_handle_t is uint64_t now on armjmcneill
2018-06-01include <sys/param.h> for the cddl proc.h vs our lwp.h.mrg
2018-03-16use designated initializer to make adaptability and flexibility for changing ...ryo
2017-06-13Use devmap if availableskrll
2017-04-19Use designated initialisers and fix build in process.skrll
2016-01-25protect locore.christos
2016-01-25Move the ipl_cookie_t definition earlier, since the mutex internal implchristos
2016-01-25This is a mess:christos
2015-10-02PCI Extended Configuration stuff written by nonaka@:msaitoh
2014-09-13Replace more vm_offset_t, vm_size_t with vaddr_t, vsize_tmatt
2014-07-25Add d_discard to all struct cdevsw instances I could find.dholland
2014-04-02Defer intr evcnt_attach to cpu_configurematt
2014-03-30wrap a few lineschristos
2014-03-29make pci_intr_string and eisa_intr_string take a buffer and a lengthchristos
2014-03-26kill sprintfchristos
2014-03-16Change (mostly mechanically) every cdevsw/bdevsw I can find to usedholland
2014-02-22Don't manipulate the pte to get uncached memory, use PMAP_NOCACHE instead.matt
2014-02-04_setsoftintr is long dead. reap any leftovers from arm.matt
2013-11-17Remove unused variables.skrll
2012-10-27split device_t/softc for all remaining drivers.chs
2012-10-11Complete the device_t/softc split I attempted previously.skrll
2012-10-11Remove files not used since Sep 2006skrll
2012-10-10Update comments to reflect the real function prototypes.skrll
2012-09-21Switch to the generic bounce buffer support.matt
2012-09-18Add bounce buffer support for ARM bus_dma(9). Add macros to help initializematt
2012-06-10Remove unused __NEWINTR definesskrll
2012-02-12Change old-style function defintions to C89 prototypes.matt
2011-07-01#include <sys/bus.h> instead of <machine/bus.h>.dyoung
2011-06-30dependant -> dependentwiz
2011-05-17PCI_FLAGS_IO_ENABLED and PCI_FLAGS_MEM_ENABLED changed their functionaldyoung
2011-04-24Rename ttymalloc() to tty_alloc(), and ttyfree() to tty_free() forrmind
2011-04-04Neither pci_dma64_available(), pci_probe_device(), pci_mapreg_map(9),dyoung
2010-12-20Move counting of faults, traps, intrs, soft[intr]s, syscalls, and nswtchmatt
2010-11-22Fix thinko in previous.skrll
2010-11-18Implement footbridge_io_bs_mmap.skrll
2010-11-18Whitespace.skrll
2010-11-18Comment KNF.skrll
2010-11-18Remove commented out setting of SDRAM_MEMORY_ADDR - it's set later on.skrll