NetBSD/sys/arch/news68k
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
..
compile
conf s/md/raid/ for RAIDframe major name. 2000-03-15 17:08:37 +00:00
dev New callout mechanism with two major improvements over the old 2000-03-23 06:40:33 +00:00
include Install "machineendian_machdep.h". 2000-03-17 22:36:31 +00:00
news68k Make booted_device variable global for raidframe. 2000-03-19 16:24:38 +00:00
stand Add news1200 support. 2000-02-08 16:17:28 +00:00
Makefile