summaryrefslogtreecommitdiff
path: root/sys/arch/evbarm/tsarm/isa
AgeCommit message (Expand)Author
2018-03-16use designated initializer to make adaptability and flexibility for changing ...ryo
2014-09-13Replace more vm_offset_t, vm_size_t with vaddr_t, vsize_tmatt
2014-03-08Fix a bug found by gcc 4.8skrll
2012-10-27split device_t/softc for all remaining drivers.chs
2012-02-12Change old-style function defintions to C89 prototypes.matt
2012-01-27converting extent(9) from malloc(9) to kmem(9)para
2011-07-01#include <sys/bus.h> instead of <machine/bus.h>.dyoung
2009-08-19isa_detach_hook() needs two arguments, the first an isa_chipset_tag_t.dyoung
2009-08-18These are stragglers from my last commit ("Let us safely detachdyoung
2009-03-16ANSIfy functions with function-pointer argumentsdsl
2009-03-14ANSIfy another 1261 function definitions.dsl
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2009-03-14Remove all the __P() from sys (excluding sys/dist)dsl
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2005-12-11merge ktrace-lwp.christos
2005-01-24Fix mem/io extents usage. Previously had been mis-using the bs_cookie for a ...joff
2005-01-24whoops, had intr mask invertedjoff
2005-01-09Implement extent(9) based management of ISA io/mem so pcic(9) hasjoff
2004-12-23PC/104 aka ISA bus support on TS-7200joff