Home | History | Annotate | Download | only in ep93xx
History log of /src/sys/arch/arm/ep93xx/ep93xxvar.h
RevisionDateAuthorComments
 1.7  02-May-2023  jmcneill TS7200: Defer event counter registration until after evcnt is initialized

Patch from Lloyd Parkes <lloyd@must-have-coffee.gen.nz> in PR# kern/57386
 1.6  12-Nov-2012  skrll branches: 1.6.68;
C99 types
 1.5  27-Oct-2012  chs split device_t/softc for all remaining drivers.
replace "struct device *" with "device_t".
use device_xname(), device_unit(), etc.
 1.4  01-Jul-2011  dyoung branches: 1.4.2; 1.4.12;
#include <sys/bus.h> instead of <machine/bus.h>.
 1.3  23-Oct-2009  snj Switch to a 2 clause license. Approved by joff@ (copyright holder).
 1.2  11-Dec-2005  christos branches: 1.2.80;
merge ktrace-lwp.
 1.1  22-Dec-2004  joff branches: 1.1.4;
ep93xx ARM system-on-chip support
 1.1.4.2  17-Jan-2005  skrll Sync with HEAD.
 1.1.4.1  22-Dec-2004  skrll file ep93xxvar.h was added on branch ktrace-lwp on 2005-01-17 19:29:12 +0000
 1.2.80.1  11-Mar-2010  yamt sync with head
 1.4.12.1  20-Nov-2012  tls Resync to 2012-11-19 00:00:00 UTC
 1.4.2.2  16-Jan-2013  yamt sync with (a bit old) head
 1.4.2.1  30-Oct-2012  yamt sync with head
 1.6.68.1  02-May-2023  martin Pull up following revision(s) (requested by jmcneill in ticket #155):

sys/arch/arm/ep93xx/ep93xx_intr.c: revision 1.28
sys/arch/arm/ep93xx/ep93xxvar.h: revision 1.7
sys/arch/evbarm/tsarm/tsarm_machdep.c: revision 1.36

TS7200: Defer event counter registration until after evcnt is initialized

Patch from Lloyd Parkes in PR kern/57386

RSS XML Feed