NetBSD/sys/arch/sh3
thorpej 7b918b4088 New callout mechanism with two major improvements over the old
timeout()/untimeout() API:
- Clients supply callout handle storage, thus eliminating problems of
  resource allocation.
- Insertion and removal of callouts is constant time, important as
  this facility is used quite a lot in the kernel.

The old timeout()/untimeout() API has been removed from the kernel.
2000-03-23 06:40:33 +00:00
..
conf remove PMAP_NEW 2000-02-23 21:14:12 +00:00
dev New callout mechanism with two major improvements over the old 2000-03-23 06:40:33 +00:00
include Add the definitions of SH4's TPSC field of TCR register 2000-03-20 20:36:58 +00:00
sh3 - Use macro 2000-03-20 20:44:32 +00:00
Makefile