History log of /netbsd-src/sys/arch/arm/at91/at91st.c (Results 1 – 6 of 6)
Revision Date Author Comments
# ef06fc5c 03-Jul-2020 maxv <maxv@NetBSD.org>

hardclock_ticks -> getticks()


# 08a4aba7 12-Nov-2012 skrll <skrll@NetBSD.org>

C99 types


# cbab9cad 27-Oct-2012 chs <chs@NetBSD.org>

split device_t/softc for all remaining drivers.
replace "struct device *" with "device_t".
use device_xname(), device_unit(), etc.


# cf10107d 01-Jul-2011 dyoung <dyoung@NetBSD.org>

#include <sys/bus.h> instead of <machine/bus.h>.


# 7e31e944 27-Oct-2009 snj <snj@NetBSD.org>

Drop 3rd and 4th clauses. Approved by all copyright holders
(Embedtronics Oy's owners, Jon Sevy, and joff).


# c62a0ac4 03-Jul-2008 matt <matt@NetBSD.org>

Add AT91 support. (XXX need to finish timecounter support).