NetBSD/sys/contrib/dev/ath/netbsd
kardel de4337ab21 merge FreeBSD timecounters from branch simonb-timecounters
- struct timeval time is gone
  time.tv_sec -> time_second
- struct timeval mono_time is gone
  mono_time.tv_sec -> time_uptime
- access to time via
	{get,}{micro,nano,bin}time()
	get* versions are fast but less precise
- support NTP nanokernel implementation (NTP API 4)
- further reading:
  Timecounter Paper: http://phk.freebsd.dk/pubs/timecounter.pdf
  NTP Nanokernel: http://www.eecis.udel.edu/~mills/ntp/html/kern.html
2006-06-07 22:33:33 +00:00
..
ah_if.m
ah_osdep.c merge FreeBSD timecounters from branch simonb-timecounters 2006-06-07 22:33:33 +00:00
ah_osdep.h For cases where AH_REGOPS_FUNC is not defined, the bus tag is not defined. 2006-06-07 17:07:33 +00:00
Makefile.ath.inc Use a -I to add path to netbsd/ah_osdep, and remove #ifdef __NetBSD__ 2006-04-05 23:41:03 +00:00